[Cmake] CMake install issues (AIX 5.2L)
William A. Hoffman
bill.hoffman at kitware.com
Mon May 26 17:40:20 EDT 2003
Can you send the errors you get during the configure step with the release?
Also, you may be able to use the AIX binaries we provide. We have only
tested with the native AIX c/C++ compiler and not gnu on AIX.
-Bill
At 11:51 AM 5/26/2003 -0400, Jimmy Dias wrote:
>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.
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake
More information about the CMake
mailing list