• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode 7 can't build "Command Line Tool" projects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Xcode 7 can't build "Command Line Tool" projects (From: Carl Hoefs <email@hidden>)
 >Re: Xcode 7 can't build "Command Line Tool" projects (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: Xcode 7 can't build "Command Line Tool" projects
  • Next by Date: Re: Static analyzer making unwarranted assumptions about ivars
  • Previous by thread: Re: Xcode 7 can't build "Command Line Tool" projects
  • Next by thread: Re: Xcode 7 can't build "Command Line Tool" projects (Carl Hoefs)
  • Index(es):
    • Date
    • Thread