[CMake] CMake 2.6.0 Beta ready for testing!

Mathieu Malaterre mathieu.malaterre at gmail.com
Fri Mar 28 06:53:35 EDT 2008


On Thu, Mar 27, 2008 at 7:26 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> I am happy to announce that CMake 2.6.0 has entered the beta stage! You
>  can find the source and binaries here: http://www.cmake.org/files/v2.6/.
>
>  I am sure I am leaving something out, but here is the list of changes
>  that I came up with.  (If you notice something missing please let me
>  know and I will add it to the official release when 2.6.0 is finalized.)
>
>  Changes in CMake 2.6.0
>
>  - Documentation for all variables
>  - Direct CDash submit support
>  - Bullseye coverage support
>  - Use full paths for linking to libraries on all platforms. No longer
>    separate into -L and -l.
>  - Enhance the install command
>  - export command and ability to have imported targets
>  - CPack support for rpm and deb
>  - Cross compile support
>  - Introduction of the cmake_policy command
>  - Much better Fortran support
>  - Lots of bug fixes  ( and most likely a few new bugs... :)  )
>
>  Please try this version of CMake on your projects and report any issues
>  to the list or the bug tracker ( I have added a CMake-2-6 version ).
>  The biggest change by far is the new new cmake policies.  For more
>  information about policies see http://www.cmake.org/Wiki/CMake_Policies.

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
test at arrakis:/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.

thanks,
-- 
Mathieu


More information about the CMake mailing list