Re: [CMake] Long command lines

2015-06-29 Thread SF Markus Elfring
http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_avoid_the_error_.22Arg_list_too_long.22_when_running_make.3F so both the means suggested on that page dont apply to us. the problem is very specifically for some compiler versions, and i was looking for a native cmake solution that /does not/

Re: [CMake] Long command lines

2015-06-29 Thread SF Markus Elfring
unfortunately i dont quite understand what you mean with your tool. How many efforts would you like to invest so that limitations around software like a fortran preprocessor can be circumvented?

Re: [CMake] Long command lines

2015-06-29 Thread Paul Smith
On Mon, 2015-06-29 at 13:08 +0200, SF Markus Elfring wrote: unfortunately i dont quite understand what you mean with your tool. How many efforts would you like to invest so that limitations around software like a fortran preprocessor can be circumvented?

Re: [CMake] Long command lines

2015-06-27 Thread SF Markus Elfring
i've recently run into a problem (both windows/mingw and unix/intel) where the cmake-generated build files create too long command lines that break the overall build. more precisely, the build system uses architecture paths etc and hence there are long include directories for many packages;

[CMake] Long command lines

2015-06-26 Thread Daniel Wirtz
Hey all, i've recently run into a problem (both windows/mingw and unix/intel) where the cmake-generated build files create too long command lines that break the overall build. more precisely, the build system uses architecture paths etc and hence there are long include directories for many