In CMake/Source/CTest/cmCTestBuildHandler.cxx, the line from the build output has to match one of the regular expressions in cmCTestErrorMatches *and* not match any of the regular expressions in cmCTestErrorExceptions.
I do not see at first glance why those lines would be reported as an error, but some of the regular expressions are difficult to interpret with a human brain first thing in the morning... You could try setting CTEST_CUSTOM_ERROR_EXCEPTION in your own project's CTestCustom.cmake file to match known good lines in your build output. (It's a list of additional regular expressions.) HTH, David On Mon, Aug 11, 2008 at 6:14 AM, Milan Dorak <[EMAIL PROTECTED]> wrote: > How does CTest recognize build errors ? > I'm using utility which compile .xml file into .bin, it has output like > this: > > Configuration compilator version 2.10 > 12:09:41: Compiling: > /home/dvorakm/trunk/modest.src/_st/ciernant/cs/cfg.lin.1oo1.xml to > /home/dvorakm/trunk/appl/CS_APP_1oo1/build/appl.src/cfg.bin > 12:09:41: Generating map file: > /home/dvorakm/trunk/appl/CS_APP_1oo1/build/appl.src/cfg.bin.map.xml > 12:09:41: Compilation done > > Configuration compilator version 2.10 > 12:09:41: Compiling: /home/dvorakm/trunk/appl/CS_APP_1oo1/build/clcfg.xml > to /home/dvorakm/trunk/appl/CS_APP_1oo1/build/appl.src/clcfg.bin > 12:09:41: Generating map file: > /home/dvorakm/trunk/appl/CS_APP_1oo1/build/appl.src/clcfg.bin.map.xml > 12:09:43: Compilation done > > CTest marks each line as build error, I can't figure out why > > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
