• 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: Mass of weird errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


On Oct 27, 2016, at 2:08 AM, tridiak <email@hidden> wrote:

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

  • Follow-Ups:
    • Re: Mass of weird errors
      • From: email@hidden
    • Re: Mass of weird errors
      • From: Carl Hoefs <email@hidden>
References: 
 >Mass of weird errors (From: tridiak <email@hidden>)

  • Prev by Date: Mass of weird errors
  • Next by Date: Re: Mass of weird errors
  • Previous by thread: Mass of weird errors
  • Next by thread: Re: Mass of weird errors
  • Index(es):
    • Date
    • Thread