Re: [CMake] Command line too long under Windows

2008-10-16 Thread Martin Apel
Brad King wrote: Brad King wrote: CMake once just listed the object files on the command line in the makefile, but users hit command line length limits with several hundred object files. We solved the problem by listing the objects in a response file. Now it looks like you've hit

Re: [CMake] Command line too long under Windows

2008-10-16 Thread Brad King
Martin Apel wrote: Please try building from CVS HEAD to make sure it fixes your problem. thanks for your quick fix. I tried it out with both generators and it works fine! Will this fix make it into 2.6.3? Yes, I think so. -Brad ___ CMake

Re: [CMake] Command line too long under Windows

2008-10-15 Thread Brad King
Brad King wrote: CMake once just listed the object files on the command line in the makefile, but users hit command line length limits with several hundred object files. We solved the problem by listing the objects in a response file. Now it looks like you've hit another limit of the MSVC

[CMake] Command line too long under Windows

2008-10-15 Thread Martin Apel
Hi all, I am currently in the process of trying to convert the build system of our software to CMake. Unfortunately there is one static library consisting of lots of objects (about 5700), which has lots of cyclic references, so I cannot easily split it up. I can generate this large library on

Re: [CMake] Command line too long under Windows

2008-10-15 Thread Brad King
Martin Apel wrote: I am currently in the process of trying to convert the build system of our software to CMake. Unfortunately there is one static library consisting of lots of objects (about 5700), which has lots of cyclic references, so I cannot easily split it up. I can generate this