<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;">A couple basic items, but I haven't been able to find the answers in the docs or wiki:<br><br>1.) I can browse the mail list archives, but is there a way to search them?<br><br>2.) Is there a list of CMake error codes, and what their cause is?&nbsp; For example, I get:<br><br>make[3]: *** [CMakeFiles/Experimental] Error 32<br>make[2]: *** [CMakeFiles/Experimental.dir/all] Error 2<br>make[1]: *** [CMakeFiles/Experimental.dir/rule] Error 2<br>make: *** [Experimental] Error 2<br><br>3.) Also, I have a couple coverage errors, which occur on the last line (closing brace) of several files (...and there are no compiler warnings or errors associated with these files):<br><br>Error(s) while acumulating results:<br>
&nbsp; Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsphostname.cpp line:13<br>
&nbsp; Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptime.cpp line:13<br>
&nbsp; Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptimer.cpp line:27<br>
<br><br><br>The more complete context of these errors is:<br><br>[rick@gluon build]$ make Experimental<br>Scanning dependencies of target Experimental<br>&nbsp;&nbsp; Site: gluon.mycompany.com<br>&nbsp;&nbsp; Build name: RickTestAll<br>Create new tag: 20090220-2027 - Experimental<br>Start processing tests<br>Configure project<br>&nbsp;&nbsp; Each . represents 1024 bytes of output<br>&nbsp;&nbsp;&nbsp; .. Size of output: 1K<br>Build project<br>&nbsp;&nbsp; Each symbol represents 1024 bytes of output.<br>&nbsp;&nbsp; '!' represents an error and '*' a warning.<br>&nbsp;&nbsp;&nbsp; ....****... Size of output: 10K<br>&nbsp;&nbsp; 0 Compiler errors<br>&nbsp;&nbsp; 16 Compiler warnings<br>Test project /home/rick/build<br>&nbsp; 1/ 29 Testing tstSoftCompare&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Passed<br>&nbsp; 2/ 29 Testing tstAssert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Passed<br>&nbsp; .<br>&nbsp; .<br>&nbsp; .<br>&nbsp;29/ 29 Testing tstTspString&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Passed<br><br>100% tests passed, 0 tests failed out of 29<br>Performing coverage<br>&nbsp;&nbsp; Processing coverage (each . represents one file):<br>&nbsp;&nbsp;&nbsp; .................................................. processed: 50 out of 61<br>&nbsp;&nbsp;&nbsp; ...........<br>&nbsp;&nbsp; Acumulating results (each . represents one file):<br>&nbsp;&nbsp;&nbsp; .................................................. processed: 50 out of 77<br>&nbsp;&nbsp;&nbsp; ...........................<br>Error(s) while acumulating results:<br>&nbsp; Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsphostname.cpp line:13<br>&nbsp; Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptime.cpp line:13<br>&nbsp; Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptimer.cpp line:27<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Covered LOC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1270<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Not covered LOC:&nbsp;&nbsp;&nbsp;&nbsp; 429<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Total LOC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1699<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Percentage Coverage: 74.75%<br><br>Submit files (using http)<br>&nbsp;&nbsp; Using HTTP submit method<br>&nbsp;&nbsp; Drop site: <a href="http://192.168.1.100/CDash/submit.php?project=Transpire">http://192.168.1.100/CDash/submit.php?project=MyProject</a><br>&nbsp;&nbsp; Uploaded: /home/rick/build/Testing/20090220-2027/Build.xml<br>&nbsp;&nbsp; Uploaded: /home/rick/build/Testing/20090220-2027/Configure.xml<br>&nbsp;&nbsp; Uploaded: /home/rick/build/Testing/20090220-2027/Coverage.xml<br>&nbsp;&nbsp; Uploaded: /home/rick/build/Testing/20090220-2027/CoverageLog-0.xml<br>&nbsp;&nbsp; Uploaded: /home/rick/build/Testing/20090220-2027/CoverageLog-1.xml<br>&nbsp;&nbsp; Uploaded: /home/rick/build/Testing/20090220-2027/Test.xml<br>&nbsp;&nbsp; Submission successful<br>Errors while running CTest<br>make[3]: *** [CMakeFiles/Experimental] Error 32<br>make[2]: *** [CMakeFiles/Experimental.dir/all] Error 2<br>make[1]: *** [CMakeFiles/Experimental.dir/rule] Error 2<br>make: *** [Experimental] Error 2<br><br><br><br>Thanks for any help or pointers to documentation,<br><br>&nbsp;- Rick<br></span></body></html>