Re: Mass of weird errors
Re: Mass of weird errors
- Subject: Re: Mass of weird errors
- From: email@hidden
- Date: Fri, 28 Oct 2016 13:35:40 +1300
Thanks for help. I had included boost in the project.Changed ‘Always Search User Paths’ from Yes to No. Problem went away.
In file included from /Applications/XC7/XC7.3/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ncurses.h:141: /opt/local/include/unctrl.h:60:63: error: unknown type name 'SCREEN'
I had this happen once and wasted a few hours until I figured it out — looks like you’ve got the same situation.
You’ve got a version of the ‘curses’ library installed in /opt/local, which is incompatible with the one in the SDK. And your header include paths are putting/opt/local/include ahead of the SDK’s usr/include. The result is that when the SDK’s <ncurses.h> includes <unctrl.h>, it gets the incompatible one from /opt/local, and it doesn’t work.
—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