[Cmake] Latest CMake build broken?

Bill Hoffman bill . hoffman at kitware . com
Mon, 28 Jul 2003 11:13:39 -0400


Two things.

1. What commands/flags are you using when you run the bootstrap build?
There are nightly builds working an many platforms, it must be that
you have given the build different options that the ones used for testing.

2. If you are building cmake for VTK, you really should not be using
CVS CMake, but rather 1.6.7.


-Bill



At 02:56 AM 7/28/2003, Dieter Nützel wrote:
>I did several times, even after clean cvs checkout:
>
>g++  -O -mcpu=k6 -I/opt/VTK/V4.0/CMake/Source 
>-I/opt/VTK/V4.0/CMake/Bootstrap.cmk  cmake.o cmakewizard.o cmakemain.o 
>cmMakeDepend.o cmMakefile.o cmDocumentation.o cmGlob.o cmGlobalGenerator.o 
>cmLocalGenerator.o cmSourceFile.o cmSystemTools.o 
>cmGlobalUnixMakefileGenerator.o cmLocalUnixMakefileGenerator.o cmCommands.o 
>cmTarget.o cmCustomCommand.o cmCacheManager.o cmListFileCache.o 
>cmVariableWatch.o cmSourceGroup.o Directory.o RegularExpression.o 
>SystemTools.o ProcessUNIX.o -o cmake
>loading initial cache file 
>/opt/VTK/V4.0/CMake/Bootstrap.cmk/InitialCacheFlags.cmake
>CMake Error: Generator implementation error, all generators must specify 
>m_FindMakeProgramFile
>CMake Error: CMake was unable to find a build program corresponding to 
>"Generic".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a 
>different build tool.
>-- Configuring done
>---------------------------------------------
>CMake has bootstrapped.  Now run make.
>66.100u 2.090s 1:08.81 99.0%    0+0k 0+0io 52645pf+0w
>
>V4.0/CMake> time nice +19 make -j20                                                        
>make: *** No targets specified and no makefile found.  Stop.
>0.000u 0.000s 0:00.00 0.0%      0+0k 0+0io 198pf+0w
>
>Thanks,
>        Dieter
>
>-- 
>Dieter Nützel
>Graduate Student, Computer Science
>
>_______________________________________________
>Cmake mailing list
>Cmake at www . cmake . org
>http://www . cmake . org/mailman/listinfo/cmake