[vtkusers] cmake build problem

Dave Reed dreed at capital.edu
Sat Nov 17 10:32:18 EST 2001


I got CMake from cvs and did the following on a RedHat 7.2 system:
./configure
make
make install

but make install bombed with the following:

cd Source; make - install
make[1]: Entering directory `/usr/local/tmp/CMake/Source'
cd CursesDialog/form; make -w install
make[2]: Entering directory
`/usr/local/tmp/CMake/Source/CursesDialog/form'
Installing ...
make[2]: Leaving directory
`/usr/local/tmp/CMake/Source/CursesDialog/form'
cd CursesDialog; make -w install
make[2]: Entering directory `/usr/local/tmp/CMake/Source/CursesDialog'
Installing ...
/usr/local/tmp/CMake/Templates/install-sh -c
/usr/local/tmp/CMake/Source/ccmake /usr/local/bin
install:  /usr/local/tmp/CMake/Source/ccmake does not exist
make[2]: *** [install] Error 1
make[2]: Leaving directory `/usr/local/tmp/CMake/Source/CursesDialog'
make[1]: *** [install_CursesDialog] Error 2
make[1]: Leaving directory `/usr/local/tmp/CMake/Source'
make: *** [install_Source] Error 2


So I went into the CMake/Source directory and typed make and then back
to the CMake directory and typed make install and it worked. Is there
a reason for this or did I do something wrong?

Thanks,
Dave



More information about the vtkusers mailing list