bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Conflicting types on OSX


From: Bryan Christ
Subject: Re: Conflicting types on OSX
Date: Thu, 30 May 2019 09:44:18 -0500

William,

Well, I didn't see the header files in any of the usual places:

/usr/include,
/usr/local/include
/usr/include/ncurses/

It's possible I overlooked it, but CMake find_package() couldn't locate ncurses either.  All that being the case, I installed ncurses from source.  I assume the duplicate definitions were coming from a header that Xcode provided for terminfo related functions.  I reached that conclusion because all of the functions are terminfo related (tigetnum, tiparm, etc...).

Unfortunately, I won't have access to that system for a couple of days so I'll have to check again when I can.

Thanks!

On Thu, May 30, 2019 at 5:15 AM William McBrine <address@hidden> wrote:
On Wed, May 29, 2019 at 4:33 PM Bryan Christ <address@hidden> wrote:

> Admittedly a bit of a fish when it comes to OSX.  I've got a Mojave system that I'm trying to port my application to.  I just installed ncurses from source (stable 6.1).

As you can see from the error messages, Xcode already comes with
ncurses. Granted, it’s only version 5.7. Did it not meet your needs?


--
Bryan
<><

reply via email to

[Prev in Thread] Current Thread [Next in Thread]