2009/2/20  <r...@transpireinc.com>:
> 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?

Yes at least here:
http://www.mail-archive.com/cmake@cmake.org/

there should be other too.

> 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

Those may not be CMake errors, they should be make reported error
which may in turn be error code returned by some executable launched
by make:
http://www.gnu.org/software/make/manual/html_node/Error-Messages.html#Error-Messages

Did you try:

make VERBOSE=1  Experimental

in order to have more visibility on the failing steps?

> 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

Don't know for that :-(


-- 
Erk
_______________________________________________
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