[Cmake] CMake 1.6 beta - installation problems

Bill Hoffman bill.hoffman at kitware.com
Tue Jan 7 13:21:08 EST 2003


Thanks for the bug report.  

I have fixed 1, and 2, but can not reproduce 3.
Try a cvs update on the branch and let me know how it goes.
For 3, if it is still failing for you can you send the output of:
./Source/ctest -R wrap -V


-Bill


At 08:55 AM 1/7/2003 -0800, Jarek Sacha wrote:
>--- Ken Martin <ken.martin at kitware.com> wrote:
>> CMake 1.6 beta has been released and can be downloaded from
>> www.cmake.org <http://www.cmake.org/>  or form cvs as Release-1-6 If you
>> encounter any problems please let us know. 
>
>Got three problems after checking out Release-1.6 from CVS, more or less
>serious, here there are in "chronological" order:
>
>Problem 1:
>----------
>I am trying to install CMake on Linux in directory other than /usr/local.
>I do following:
>$ ../CMake/configure --prefix=my_install_dir
>$ make
>$ make install
>
>The installation attempts to write to /usr/local any way.
>
>Problem 2:
>----------
>I do as before 
>$ ../CMake/configure --prefix=my_install_dir
>$ make
>then
>$ Source/ccmake ../CMake
>fix value of CMAKE_INSTALL_PREFIX and run
>$ make install
>
>Installation seems to go fine however all CVS leftovers in Templates (.#*
>files, e.g., .#cxxconfigure.in.1.10) are getting installed too
>
>Problem 3:
>----------
>Wrapping test fails (other 21 tests pass)
>
>Hope this helps,
>
>Jarek






More information about the CMake mailing list