> On Mar 16, 2016, at 1:40 PM, Jens Alfke <[email protected]> wrote:
> 
>> On Mar 16, 2016, at 12:38 PM, Carl Hoefs <[email protected] 
>> <mailto:[email protected]>> 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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to