A couple basic items, but I haven't been able to find the answers in the docs or wiki:

1.) I can browse the mail list archives, but is there a way to search them?

2.) Is there a list of CMake error codes, and what their cause is?  For example, I get:

make[3]: *** [CMakeFiles/Experimental] Error 32
make[2]: *** [CMakeFiles/Experimental.dir/all] Error 2
make[1]: *** [CMakeFiles/Experimental.dir/rule] Error 2
make: *** [Experimental] Error 2

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):

Error(s) while acumulating results:
  Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsphostname.cpp line:13
  Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptime.cpp line:13
  Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptimer.cpp line:27



The more complete context of these errors is:

[r...@gluon build]$ make Experimental
Scanning dependencies of target Experimental
   Site: gluon.mycompany.com
   Build name: RickTestAll
Create new tag: 20090220-2027 - Experimental
Start processing tests
Configure project
   Each . represents 1024 bytes of output
    .. Size of output: 1K
Build project
   Each symbol represents 1024 bytes of output.
   '!' represents an error and '*' a warning.
    ....****... Size of output: 10K
   0 Compiler errors
   16 Compiler warnings
Test project /home/rick/build
  1/ 29 Testing tstSoftCompare                   Passed
  2/ 29 Testing tstAssert                        Passed
  .
  .
  .
 29/ 29 Testing tstTspString                     Passed

100% tests passed, 0 tests failed out of 29
Performing coverage
   Processing coverage (each . represents one file):
    .................................................. processed: 50 out of 61
    ...........
   Acumulating results (each . represents one file):
    .................................................. processed: 50 out of 77
    ...........................
Error(s) while acumulating results:
  Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsphostname.cpp line:13
  Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptime.cpp line:13
  Problem reading source file: /home/rick/myproject/src/mylibrary/tests/tsptimer.cpp line:27

        Covered LOC:         1270
        Not covered LOC:     429
        Total LOC:           1699
        Percentage Coverage: 74.75%

Submit files (using http)
   Using HTTP submit method
   Drop site: http://192.168.1.100/CDash/submit.php?project=MyProject
   Uploaded: /home/rick/build/Testing/20090220-2027/Build.xml
   Uploaded: /home/rick/build/Testing/20090220-2027/Configure.xml
   Uploaded: /home/rick/build/Testing/20090220-2027/Coverage.xml
   Uploaded: /home/rick/build/Testing/20090220-2027/CoverageLog-0.xml
   Uploaded: /home/rick/build/Testing/20090220-2027/CoverageLog-1.xml
   Uploaded: /home/rick/build/Testing/20090220-2027/Test.xml
   Submission successful
Errors while running CTest
make[3]: *** [CMakeFiles/Experimental] Error 32
make[2]: *** [CMakeFiles/Experimental.dir/all] Error 2
make[1]: *** [CMakeFiles/Experimental.dir/rule] Error 2
make: *** [Experimental] Error 2



Thanks for any help or pointers to documentation,

 - Rick
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to