On 11/22/2011 10:58 AM, Mikhail Artemiev wrote:
>> In your bootstrap log, do you see something like the following?
>> Curses libraries were not found. Curses GUI for CMake will not be built.
> 
> Yes. But I don't understand. The curses library was installed.
> My LD_LIBRARY_PATH is
> $>echo $LD_LIBRARY_PATH
> /usr/lib
> 
> What's wrong?
> 
> Mikhail

Try removing the QUIET option from the FIND_PACKAGE(Curses QUIET) call
in the CMakeLists.txt file and then run bootstrap again. This should
tell you more what's going on.

Other things to check for in the cache:

CURSES_LIBRARY
CURSES_INCLUDE_PATH

Michael
--

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