[CMake] Cannot bootstrap from CVS

Richard Wackerbarth rkw at dataplex.net
Wed Jan 25 10:52:58 EST 2006


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?

Richard


More information about the CMake mailing list