[CMake] Cannot bootstrap from CVS

William A. Hoffman billlist at nycap.rr.com
Wed Jan 25 10:58:31 EST 2006


At 10:52 AM 1/25/2006, Richard Wackerbarth wrote:
>I recently gained access to a group of machines running NetBSD.
>
>Since I am using CMake to build my project, the first order of  
>business was to install cmake.
>
>So I set up some directories and had cvs download the latest.
>
>./bootstrap worked fine.
>
>Then I tried "gmake"
>
>Linking CXX executable ../bin/ccmake
>/home/rkw/BuildFarm-Experimental/Sources/CMake/Source/CursesDialog/ form/libcmForm.a(frm_driver.o)(.text+0xffc): In function  
>`_nc_Position_Form_Cursor':
>: undefined reference to `wcursyncup'
>
>/home/rkw/BuildFarm-Experimental/Sources/CMake/Source/CursesDialog/ form/libcmForm.a(frm_driver.o)(.text+0x151c): In function  
>`_nc_Refresh_Current_Field':
>: undefined reference to `wsyncup'
>
>/home/rkw/BuildFarm-Experimental/Sources/CMake/Source/CursesDialog/ form/libcmForm.a(frm_driver.o)(.text+0x3fd4): In function  
>`Insert_String':
>: undefined reference to `winsnstr'
>
>
>Am I missing something?

Sounds like there may be some problem with your curses/ncurses installation.
If you do a gmake VERBOSE=1 does it link in a curses or ncurse library?

-Bill



More information about the CMake mailing list