[CMake] CMake 2.4.6-RC-2

Gaëtan Lehmann gaetan.lehmann at jouy.inra.fr
Tue Jan 9 10:19:01 CET 2007


And another problem on mac os x, still with cableswig: cmake return  
several errors if the CVS dirs are there:

[glehmann at gbook build2]$ cmake ..
-- Check for working C compiler: /usr/bin/gcc
<snip>
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:20:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/2.95/CVS" to install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/2.95/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:30:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/2.95/std/CVS" to  
install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/2.95/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:20:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/3.4/CVS" to install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/3.4/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:30:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/3.4/bits/CVS" to  
install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/3.4/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:20:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.0/CVS" to install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.0/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:30:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.0/bits/CVS" to  
install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.0/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:20:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.1/CVS" to install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.1/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/CMakeLists.txt:30:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.1/bits/CVS" to  
install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/GCC/4.1/CMakeLists.txt
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig/GCC_XML/Support/MIPSpro/CMakeLists.txt:5:
INSTALL FILES given directory  
"/Users/glehmann/src/CableSwig/GCC_XML/Support/MIPSpro/7.3/CVS" to install.
Current CMake stack:  
/Users/glehmann/src/CableSwig/GCC_XML/Support/MIPSpro/CMakeLists.txt
-- Configuring done
[glehmann at gbook build2]$ make
make: *** No targets specified and no makefile found.  Stop.


cmake works without problem if the CVS dirs are removed, and the build  
succeed.
However, the install still fail:

[glehmann at gbook build2]$ make install DESTDIR=/tmp
[  1%] Built target CableExpat
[  2%] Built target CableGenerators
<snip>
-- Installing  
/tmp/usr/local/lib/CableSwig/share/gccxml-0.7/GCC/2.95/std/std_valarray.h
-- Installing  
/tmp/usr/local/lib/CableSwig/share/gccxml-0.7/GCC/2.95/std/valarray_meta.h
-- Install configuration: ""
CMake Error: Error in cmake code at
/Users/glehmann/src/CableSwig-test/build2/GCC_XML/Support/GCC/2.96/cmake_install.cmake:30:
FILE INSTALL cannot find file  
"/Users/glehmann/src/CableSwig-test/GCC_XML/Support/GCC/2.96/CMakeLists.txt;/Users/glehmann/src/CableSwig-test/GCC_XML/Support/GCC/2.96/sstream"  
to install.
Current CMake stack:  
/Users/glehmann/src/CableSwig-test/build2/cmake_install.cmake;/Users/glehmann/src/CableSwig-test/build2/GCC_XML/cmake_install.cmake;/Users/glehmann/src/CableSwig-test/build2/GCC_XML/Support/cmake_install.cmake;/Users/glehmann/src/CableSwig-test/build2/GCC_XML/Support/GCC/cmake_install.cmake;/Users/glehmann/src/CableSwig-test/build2/GCC_XML/Support/GCC/2.96/cmake_install.cmake
make: *** [install] Error 255

Gaetan



Le Mon, 08 Jan 2007 23:12:59 +0100, Bill Hoffman  
<bill.hoffman at kitware.com> a écrit:

> Mainly to fix a qt find problem on the Mac, and to fix a borland make  
> problem, I am going to release a 2.4.6.
> The Changes in CMake 2.4.6 are as follows:
>
> * Remove svn test in ctestctest3
>
> * Fix for FIND_* order and framworks with PREFIX usage.
>
> * Fix for FindDoxygen and quiet mode.
>
> * Find JavaVM as well as jvm
>
> * Look for ruby1.8 and ruby
>
> * Fix for cpack .tgz.sh and dash
>
> * Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR.
>
> * Fix for Borland make and custom commands that do nothing
>
> You can download cmake-2-4-6-RC-2-ARCH.* from here:
> http://www.cmake.org/files/v2.4/
>
> Please let me know if you find any issues.
>
> Thanks.
>
> -Bill
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake



-- 
Gaëtan Lehmann
Biologie du Développement et de la Reproduction
INRA de Jouy-en-Josas (France)
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09
http://voxel.jouy.inra.fr


More information about the Kde-buildsystem mailing list