On 7/30/2011 3:52 AM, Alan W. Irwin wrote: > CMakeFiles/cmTryCompileExec.dir/flags.make:6: *** missing separator. Stop. [snip] > That "missing separator" issue makes me think I may be running into > some length limit with cmake.
The error is coming from the Make tool, not CMake. Try running CMake with --debug-trycompile so it leaves behind the offending flags.make file. Look at the file to see if there is anything funny looking on that line. -Brad _______________________________________________ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers