[Insight-developers] Build Error @CMAKE_AR_ARGS@

Brad King brad.king@kitware.com
Tue, 17 Jul 2001 13:05:15 -0400 (EDT)


> 1. updated the CMake
> 2. ran the configure script (./configure)
> 3. ran make at the top of CMake directory
> 4. copied the new cmake.exe to /usr/local/bin
> directory.
[snip]
> Was my procedure incorrect? (I tried the same
> procedure after updating Insight)
Copying cmake's executable is not the correct way to install it.  You
should use "make install".  The problem with the escape sequences is that
the files in /usr/local/share/CMake/Modules are out of date because they
were not installed correctly.

-Brad