[CMake] ccmake was not created
Michael Wild
themiwi at gmail.com
Tue Nov 22 04:07:48 EST 2011
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
More information about the CMake
mailing list