[CMake] Cannot bootstrap from CVS
William A. Hoffman
billlist at nycap.rr.com
Wed Jan 25 22:47:32 EST 2006
At 08:26 PM 1/25/2006, Richard Wackerbarth wrote:
>Bill, per your request, I did a little digging for the curses libraries.
>
>It looks like it wants "curses"
>
>/usr/lib/libcurses.so.6.1 is present (along with the static version
>thereof)
>
>/usr/local/lib/libncurses++.so.5.0.5
>/usr/local/lib/libncurses.so.5.0.5 (and their static versions) have
>also been installed.
It has picked curses which seems to be broken on your machine.
Try this: edit the CMakeCache.txt file and change CURSES_LIBRARY
to ncurses instead of curses. Then run make and see if it works.
-Bill
More information about the CMake
mailing list