Re: Mass of weird errors
Re: Mass of weird errors
- Subject: Re: Mass of weird errors
- From: Jens Alfke <email@hidden>
- Date: Thu, 27 Oct 2016 09:04:45 -0700
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