Re: [CMake] CMake cannot build a simple example on one of our computers

2007-12-06 Thread Marcus
Can you suggest any further experiments? Do you have any idea what the problem could be? Can you try this: edit cmCoreTryCompile.cxx around line 216 and add the // ADD line: fprintf(fout, " ${COMPILE_DEFINITIONS}\")\n"); fprintf(fout, "INCLUDE_DIRECTORIES(${INCLUDE_DIRECTORIES})\n

Re: [CMake] CMake cannot build a simple example on one of our computers

2007-12-05 Thread Brandon Van Every
On Dec 5, 2007 3:50 PM, Marcus <[EMAIL PROTECTED]> wrote: > > I have built CMake from source using Visual Studio 2005. Since CMake > would not run on the problematic machine, I had to generate the CMake > project files on another computer first. You cannot, in principle, move CMake generated buil

Re: [CMake] CMake cannot build a simple example on one of our computers

2007-12-05 Thread Marcus
CMake will not configure on one of our development machines. When I run CMake on this machine, it initially it says: -- Check for working C compiler: cl Then it crunches for about 15 minutes, and eventually displays the message: -- Check for working C compiler: cl - broken CMake Err

Re: [CMake] CMake cannot build a simple example on one of our computers

2007-12-05 Thread Pau Garcia i Quiles
Quoting Bill Hoffman <[EMAIL PROTECTED]>: Marcus wrote: Hi, CMake will not configure on one of our development machines. When I run CMake on this machine, it initially it says: -- Check for working C compiler: cl Then it crunches for about 15 minutes, and eventually displays the messa

Re: [CMake] CMake cannot build a simple example on one of our computers

2007-12-04 Thread Bill Hoffman
Marcus wrote: Hi, CMake will not configure on one of our development machines. When I run CMake on this machine, it initially it says: -- Check for working C compiler: cl Then it crunches for about 15 minutes, and eventually displays the message: -- Check for working C compiler: cl - br

[CMake] CMake cannot build a simple example on one of our computers

2007-12-04 Thread Marcus
Hi, CMake will not configure on one of our development machines. When I run CMake on this machine, it initially it says: -- Check for working C compiler: cl Then it crunches for about 15 minutes, and eventually displays the message: -- Check for working C compiler: cl - broken CMake Erro