Re: [CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-23 Thread Bill Hoffman
Alan W. Irwin wrote: On 2008-05-22 16:36-0500 kent williams wrote: I'll ask this again. We use a build system that for better or worse, invokes cmake from a Makefile to configure ITK, VTK, KWWidgets etc. In other words we have a command invoked from gnu make that looks like this: cmake

Re: [CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-23 Thread kent williams
I'm getting these results with cmake version 2.6-patch 0 On Fri, May 23, 2008 at 8:50 AM, Bill Hoffman [EMAIL PROTECTED] wrote: Also, what version of CMake are we talking about here? There were bugs in some versions of CMake with the -D and the cache. Perhaps it works when you use the right

Re: [CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-23 Thread kent williams
There seems to be something unique about our build system that is causing this problem, and I am beginning to suspect what it is: It calls cmake to do a command-line configure even if the build directory is already configured. This is kind of ridiculous to do, I know, but for one thing, the

Re: [CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-23 Thread Bill Hoffman
kent williams wrote: There seems to be something unique about our build system that is causing this problem, and I am beginning to suspect what it is: It calls cmake to do a command-line configure even if the build directory is already configured. This is kind of ridiculous to do, I know, but

Re: [CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-23 Thread kent williams
http://public.kitware.com/Bug/view.php?id=7084 I made the simplest possible library project, and then messed it up based on our build system just enough to reproduce the error. ;-) Now obviously, what is done in this project -- Calling Cmake from make to batch-configure projects -- might be

Re: [CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-23 Thread Bill Hoffman
kent williams wrote: http://public.kitware.com/Bug/view.php?id=7084 I made the simplest possible library project, and then messed it up based on our build system just enough to reproduce the error. ;-) Now obviously, what is done in this project -- Calling Cmake from make to batch-configure

[CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-22 Thread kent williams
I'll ask this again. We use a build system that for better or worse, invokes cmake from a Makefile to configure ITK, VTK, KWWidgets etc. In other words we have a command invoked from gnu make that looks like this: cmake /scratch/kent/brains2/iplFreeware/unpackdir/Insight

Re: [CMake] Bump -- CMAKE_INSTALL_PREFIX weirdness.

2008-05-22 Thread Alan W. Irwin
On 2008-05-22 16:36-0500 kent williams wrote: I'll ask this again. We use a build system that for better or worse, invokes cmake from a Makefile to configure ITK, VTK, KWWidgets etc. In other words we have a command invoked from gnu make that looks like this: cmake