[CMake] building from CVS fails on Linux

Felix Winkelmann fw at emlix.com
Fri Feb 23 08:01:18 EST 2007


Hi!

I get:

% configure
---------------------------------------------
CMake 2.5-20070219, Copyright (c) 2006 Kitware, Inc., Insight Consortium
C compiler on this system is: cc
C++ compiler on this system is: g++
Makefile processor on this system is: gmake
g++ is GNU compiler
g++ has STL in std:: namespace
g++ has ANSI streams
g++ has streams in std:: namespace
g++ has sstream
g++ has operator!=(string, char*)
g++ has stl iterator_traits
g++ has standard template allocator
g++ has allocator<>::rebind<>
g++ does not have non-standard allocator<>::max_size argument
g++ has stl containers supporting allocator objects
g++ has header cstddef
g++ requires template friends to use <>
g++ supports member templates
g++ has standard template specialization syntax
g++ has argument dependent lookup
g++ has struct stat with st_mtim member
g++ has ANSI for scoping
---------------------------------------------
g++ -I/home/fwinkel/stuff/CMake/Source   -I/home/fwinkel/stuff/CMake/Bootstrap.cmk -c 
/home/fwinkel/stuff/CMake/Source/cmLocalGenerator.cxx -o cmLocalGenerator.o
/home/fwinkel/stuff/CMake/Source/cmLocalGenerator.cxx: In member function `
    std::string cmLocalGenerator::EscapeForShell(const char*, bool, bool)':
/home/fwinkel/stuff/CMake/Source/cmLocalGenerator.cxx:2377: error: `
    cmsysSystem_Shell_Flag_WatcomWMake' undeclared (first use this function)
/home/fwinkel/stuff/CMake/Source/cmLocalGenerator.cxx:2377: error: (Each
    undeclared identifier is reported only once for each function it appears
    in.)
gmake: *** [cmLocalGenerator.o] Error 1
---------------------------------------------
Error when bootstrapping CMake:
Problem while running gmake
---------------------------------------------
Log of errors: /home/fwinkel/stuff/CMake/Bootstrap.cmk/cmake_bootstrap.log
---------------------------------------------
%


cheers,
felix


More information about the CMake mailing list