[CMake] Problem Compiling on Solaris 10 x86

Bill Hoffman bill.hoffman at kitware.com
Mon May 18 13:27:45 EDT 2015


On 5/18/2015 12:01 PM, Konstantin Andreev wrote:
> SUN/Oracle Solaris typically has two `curses' packages installed : traditional Unix `curses' and GNU `ncurses'.
>
>
> The wise cmake builds itself against headers of GNU `ncurses', but links with Unix `curses' with obvious result above.
>
>
> To workaround, you could uninstall either Unix `curses' or GNU `ncurses' development package.
>
Where is the ncurses library?

 From your cache it seems that it can not find the ncurses library:

CURSES_LIBRARY:FILEPATH=/usr/lib/libcurses.so
CURSES_NCURSES_LIBRARY:FILEPATH=CURSES_NCURSES_LIBRARY-NOTFOUND

-Bill



More information about the CMake mailing list