Re: Xcode 7 can't build "Command Line Tool" projects
Re: Xcode 7 can't build "Command Line Tool" projects
- Subject: Re: Xcode 7 can't build "Command Line Tool" projects
- From: Jens Alfke <email@hidden>
- Date: Wed, 16 Mar 2016 13:40:35 -0700
On Mar 16, 2016, at 12:38 PM, Carl Hoefs < email@hidden> wrote:
My Xcode header search paths setting:
HEADER_SEARCH_PATHS = $(inherited) /opt/local/include/opencv /opt/local/include/opencv2 /opt/local/include
First, I think you want to put /opt/local/include _before_ $(inherited) so it will take precedence.
Second, it’s probably not necessary to add /opt/local/include/opencv. Presumably the OpenCV headers are included as <opencv/xxxx.h>, which means the include path should not contain the final ‘opencv’ component.
In short: Try /opt/local/include $(inherited)
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden