[Cmake] CMake install issues (AIX 5.2L)

Jimmy Dias dias at biac.duke.edu
Mon May 26 11:51:04 EDT 2003


Hey all,

I checked out the latest stable cmake release and I get the following
errors when trying to configure the Makefile. I'm using
g++-2.9.aix51.020209-3 and running AIX 5.2L on a IBM p670. I also tried
the CVS version and while I can get past the configure step the make
bombs with the error pasted below.

I suppose I could use certain compiler flags but I have no idea which
ones to use or whether or not that would fix anything. Any suggestions?

Thanks in advance,
Jimmy

--CUT--
creating Source/cmConfigure.h
Source/cmConfigure.h is unchanged
        cd Source; make
        g++ -DCMAKE_ROOT_DIR='"/home/dias/install/source/cmake-1.6.7"' 
-DCMAKE_HAS_AUTOCONF
-I/home/dias/install/source/cmake-1.6.7/Bootstrap/Source -c
/home/dias/install/source/cmake-1.6.7/Source/cmSystemTools.cxx -o
cmSystemTools.o
/home/dias/install/source/cmake-1.6.7/Source/cmSystemTools.cxx: In
function `double cmSystemTools::GetTime ()':
/home/dias/install/source/cmake-1.6.7/Source/cmSystemTools.cxx:124:
implicit declaration of function `int time (...)'
...
Problem bootstrapping CMake
--CUT--

CVS VERSION

Building object file cmCommands.o...
In file included from
/home/dias/CMake/Source/cmLoadCommandCommand.cxx:19,
                 from /home/dias/CMake/Source/cmCommands.cxx:107:
/home/dias/CMake/Source/cmCPluginAPI.cxx:549: cannot convert `void *(*)
(...)' to `void *(*) ()' in initialization
make: 1254-004 The error code from the last command is 1.




More information about the CMake mailing list