<div dir="ltr">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.<br>
<br>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...<br><br>You could try setting CTEST_CUSTOM_ERROR_EXCEPTION in your own project&#39;s CTestCustom.cmake file to match known good lines in your build output. (It&#39;s a list of additional regular expressions.)<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Mon, Aug 11, 2008 at 6:14 AM, Milan Dorak <span dir="ltr">&lt;<a href="mailto:budhul@steadynet.org">budhul@steadynet.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
How does CTest recognize build errors ?<br>
I&#39;m using utility which compile .xml file into .bin, it has output like this:<br>
<br>
&nbsp;Configuration compilator version 2.10<br>
&nbsp;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<br>
&nbsp;12:09:41: Generating map file: /home/dvorakm/trunk/appl/CS_APP_1oo1/build/appl.src/cfg.bin.map.xml<br>
&nbsp;12:09:41: Compilation done<br>
<br>
&nbsp;Configuration compilator version 2.10<br>
&nbsp;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<br>
&nbsp;12:09:41: Generating map file: /home/dvorakm/trunk/appl/CS_APP_1oo1/build/appl.src/clcfg.bin.map.xml<br>
&nbsp;12:09:43: Compilation done<br>
<br>
CTest marks each line as build error, I can&#39;t figure out why<br>
<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org" target="_blank">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>