On Fri, Mar 28, 2008 at 11:53 AM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > And one last thing, on Linux x86_64 can I use the Linux-i386 cmake ? > There seems to be an issue with load_command: > > Running CMake to regenerate build system... > -- Loading VTK CMake commands > CMake Error at /usr/local/lib/vtk/CMake/vtkLoadCMakeExtensions.cmake:7 > (LOAD_COMMAND): > load_command Attempt to load the library > /usr/local/lib/vtk/CMake/libcmVTK_WRAP_TCL2.so failed. Additional error > info is: > > /usr/local/lib/vtk/CMake/libcmVTK_WRAP_TCL2.so: cannot open shared object > file: No such file or directory > Call Stack (most recent call first): > /usr/local/lib/vtk/CMake/vtkLoadCMakeExtensions.cmake:17 > (VTK_LOAD_SINGLE_CMAKE_EXTENSION) > /usr/local/lib/vtk/UseVTK.cmake:28 (VTK_LOAD_CMAKE_EXTENSIONS) > Utilities/VTK/CMakeLists.txt:21 (INCLUDE) > > > CMake Error: Loading VTK command VTK_WRAP_TCL2 - failed > -- Configuring done > make: *** [rebuild_cache] Error 1 > [EMAIL PROTECTED]:/src/src-uptodate-x64-gdcm2/branches/release-gcc$ ls -al > /usr/local/lib/vtk/CMake/libcmVTK_WRAP_TCL2.so > -rw-r--r-- 1 root staff 18893 2007-07-04 11:34 > /usr/local/lib/vtk/CMake/libcmVTK_WRAP_TCL2.so > > > I'll recompile cmake 2.6.0 and check if recompilation fix the issue.
Setting CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4 did the trick. Thanks, -- Mathieu _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
