2008/1/23, Zé <[EMAIL PROTECTED]>:
> When using automake i could see in config.log if when building an app there
> were missing some buildrequires but now with cmake im totally lost.

Usually CMake print (command line cmake)
or pop-up (GUI cmake) messages regarding problem
during configuration, with an appropriate explanation:
missing header or lib, etc...

You may read some detail about the config error in the
files:

CMakeFiles/CMakeError.log
and/or
CMakeFiles/CMakeOutput.log

However the content of those files may
not be "easy" to read (my opinion though :=)).


-- 
Erk
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to