[vtkusers] Cmake for Mac OSX 10.2

Scott J. Pearson scottjp at CLEMSON.EDU
Mon Dec 13 11:46:44 EST 2004


When running cmake -i in the VTK directory, the errors read:
dyld: cmake Undefined symbols:
cmake undefined reference to _btowc expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _iswctype expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _mbsrtowcs expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _towlower expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _towupper expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _wcscoll expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _wcsftime expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _wcslen expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _wcsrtombs expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _wcsxfrm expected to be defined in
/usr/lib/libSystem.B.dylib
cmake undefined reference to _wctob expected to be deTrace/BPT trap

Should I use ccmake instead?

Scott



On 12/13/04 10:54 AM, "Brad King" <brad.king at kitware.com> wrote:

> Scott J. Pearson wrote:
>> As far as I can tell, Cmake will not execute properly for Mac OSX 10.2
>> (Jaguar), only 10.3 (Panther). I do not have Panther installed, nor do I
>> wish to purchase it. Does anyone have Cmake installed for Jaguar? It is
>> prerequisite for installing VTK.
> 
> CMake was written for Jaguar before Panther came out, and it should
> still work.  What is going wrong?  If you are using the wxCMakeSetup
> dialog then this is known to be broken on the Mac.  Try using the ccmake
> curses dialog instead.
> 
> -Brad





More information about the vtkusers mailing list