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: Carl Hoefs <email@hidden>
- Date: Wed, 16 Mar 2016 13:57:37 -0700
On Mar 16, 2016, at 1:40 PM, Jens Alfke < email@hidden> wrote: 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.
Correct.
In short: Try /opt/local/include $(inherited)
Thanks for the suggestion, but there's no change. I can see in the build log that $(inherited) translates to "".
I think I may have to back down the version of OpenCV/ncurses to 5.*; this will "build" even though it is still mixing things up a bit... -Carl
|
_______________________________________________
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