[CMake] Re: The input line is too long (MinGW)
Martin Dobias
wonder.sk at gmail.com
Sat Sep 23 08:04:32 EDT 2006
Brandon J. Van Every wrote:
> Martin Dobias wrote:
> >
> > Actually CMakeSetup from CVS crashes for me even with so trivial
> > CMakeLists.txt like:
> >
> > PROJECT (hello)
> > MESSAGE (STATUS "hello world")
>
> [...]
>
> Otherwise, I suspect that your build of CMake CVS is bad. What compiler
> are you building it with? Are you bootstrapping from CMake 2.4.3, from
> some other version, or by some other method? Do you have a lot of
> include or library paths all over your system, i.e. do you have a lot of
> SDKs and so forth or is your build environment pretty spartan? Do you
> have any weird things in your environment?
My build environment consists of more compilers (MinGW, MSVC6, MCVC8,
C++ Builder and Symbian C++) however this doesn't have impact on the
issue as paths are set up correctly.
Now I've found the problem of the crash. I've been building CMake with
MSVC8 (Express edition), bootstrapping with CMake 2.4.3. Building with
clean path etc still gave the same crash. But today I've tried to
build it with MSVC6 and suddenly CMakeSetup dialog works well.
Therefore it shoult be related only to MSVC8 compiler. Can someone
confirm this?
(When you reply please CC me)
Martin
More information about the CMake
mailing list