Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-29 Thread Dataflow
Subject: Re: [CMake] CMakeSetup broken, fails in the root directory At this point I can only ask, have you installed the service packs for VS 6? We do nightly dashboards on a win98 machine with VS 6, and it builds fine. However, we have service pack 6 for VS 6 installed. -Bill

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-28 Thread Dataflow
Sent the log files to your email only. - Rajiv - Original Message - From: William A. Hoffman [EMAIL PROTECTED] To: Dataflow [EMAIL PROTECTED]; cmake@cmake.org Sent: Fri, 28 Jul 2006 1:21 AM Subject: Re: [CMake] CMakeSetup broken, fails in the root directory At 12:02 PM 7/27/2006

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-28 Thread William A. Hoffman
. - Rajiv - Original Message - From: William A. Hoffman [EMAIL PROTECTED] To: Dataflow [EMAIL PROTECTED]; cmake@cmake.org Sent: Fri, 28 Jul 2006 1:21 AM Subject: Re: [CMake] CMakeSetup broken, fails in the root directory At 12:02 PM 7/27/2006, Dataflow wrote: - Original Message

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-28 Thread Dataflow
- Original Message - From: William A. Hoffman [EMAIL PROTECTED] To: Dataflow [EMAIL PROTECTED] Cc: cmake@cmake.org Sent: Fri, 28 Jul 2006 6:03 PM Subject: Re: [CMake] CMakeSetup broken, fails in the root directory So, the logs don't help much other than to show most of the stuff

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-28 Thread William A. Hoffman
At this point I can only ask, have you installed the service packs for VS 6? We do nightly dashboards on a win98 machine with VS 6, and it builds fine. However, we have service pack 6 for VS 6 installed. -Bill ___ CMake mailing list CMake@cmake.org

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-27 Thread Dataflow
PROTECTED]; cmake@cmake.org Sent: Mon, 24 Jul 2006 8:59 PM Subject: Re: [CMake] CMakeSetup broken, fails in the root directory At 09:49 PM 7/22/2006, William A. Hoffman wrote: At 06:09 PM 7/22/2006, William A. Hoffman wrote: OK, found the problem. It seems to have been broken for some

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-27 Thread William A. Hoffman
At 10:41 AM 7/27/2006, Dataflow wrote: Hi, Checked out CMake sources from the CVS at on 27 Jul 06 and tried to configure them using 2.4-beta 1 for VC6. (This is a clean set of sources.) Got the following error: Can not find: builddir/CMakeTmp/src.c while performing Test

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-27 Thread Dataflow
- Original Message - From: William A. Hoffman [EMAIL PROTECTED] To: Dataflow [EMAIL PROTECTED]; cmake@cmake.org Sent: Thu, 27 Jul 2006 8:18 PM Subject: Re: [CMake] CMakeSetup broken, fails in the root directory At 10:41 AM 7/27/2006, Dataflow wrote: Hi, Checked out CMake sources from

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-27 Thread Brandon J. Van Every
Dataflow wrote: 1. Checked out CMake, in i:/tmp/CMake 2. Created a 'winbuild' dir inside it: i:/tmp/CMake/winbuild 3. To 2.4.2, gave source as 'i:/tmp/CMake', build destination as 'i:/tmp/CMake/winbuild'. I don't think putting your build directory as a subdirectory of the source

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-27 Thread William A. Hoffman
At 12:02 PM 7/27/2006, Dataflow wrote: - Original Message - From: William A. Hoffman [EMAIL PROTECTED] To: Dataflow [EMAIL PROTECTED]; cmake@cmake.org Sent: Thu, 27 Jul 2006 9:05 PM Subject: Re: [CMake] CMakeSetup broken, fails in the root directory At 11:24 AM 7/27/2006, Dataflow

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-27 Thread William A. Hoffman
At 02:02 PM 7/27/2006, Brandon J. Van Every wrote: Dataflow wrote: 1. Checked out CMake, in i:/tmp/CMake 2. Created a 'winbuild' dir inside it: i:/tmp/CMake/winbuild 3. To 2.4.2, gave source as 'i:/tmp/CMake', build destination as 'i:/tmp/CMake/winbuild'. I don't think putting your build

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-24 Thread William A. Hoffman
At 09:49 PM 7/22/2006, William A. Hoffman wrote: At 06:09 PM 7/22/2006, William A. Hoffman wrote: OK, found the problem. It seems to have been broken for some time now, but the fix should make it in 2.4.3 when that is ready. It should be in cvs soon, after I run all the tests. I spoke to

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-22 Thread William A. Hoffman
At 02:57 AM 7/22/2006, Dataflow wrote: I have several small utilities and trial programs, each zipped up nicely with its own CMakeLists.txt file and stashed away for a rainy day. Say: -- project(test) add_executable(test test.cpp ) -- When needed, these are

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-22 Thread Dataflow
Message - From: William A. Hoffman [EMAIL PROTECTED] To: Dataflow [EMAIL PROTECTED]; cmake@cmake.org Sent: Sat, 22 Jul 2006 6:18 PM Subject: Re: [CMake] CMakeSetup broken, fails in the root directory At 02:57 AM 7/22/2006, Dataflow wrote: I have several small utilities and trial programs

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-22 Thread William A. Hoffman
At 11:38 AM 7/22/2006, Dataflow wrote: Ok. 1. Please put the following in CMakeLists.txt: project(test) add_executable(test test.cpp) 2. Please put the following in 'test.cpp' void main(){} 3. Please put both these directly in c:\ (not in a subdirectory. You can put in d:\, e:\ etc, but in the

Re: [CMake] CMakeSetup broken, fails in the root directory

2006-07-22 Thread William A. Hoffman
At 06:09 PM 7/22/2006, William A. Hoffman wrote: OK, found the problem. It seems to have been broken for some time now, but the fix should make it in 2.4.3 when that is ready. It should be in cvs soon, after I run all the tests. I spoke to soon the fix worked with makefiles but not visual