Re: [CMake] ccmake was not created

2011-11-23 Thread Mikhail Artemiev
Hi all! Good news - ccmake was created, but for the previous stable version (2.6.4). I still didn't understand what is the problem with ccmake in the last version (2.8.6). Best regards, Mikhail -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/

Re: [CMake] ccmake was not created

2011-11-22 Thread Mikhail Artemiev
Hello! Thank you for the help. Here is a part of my CMakeCashe.txt: // --- //Path to a file. CURSES_CURSES_H_PATH:PATH=/usr/include //Path to a library. CURSES_CURSES_LIBRARY:FILEPATH=/usr/lib/libcurses.so //Path to a library. CURSES_EXTRA_L

Re: [CMake] ccmake was not created

2011-11-22 Thread Mikhail Artemiev
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 -- Powered by ww

Re: [CMake] ccmake was not created

2011-11-21 Thread Mikhail Artemiev
I don't see a BUILD_CursesDialog entry in my CMakeCache.txt file.But a CURSES_NCURSES_LIBRARY entry exists, and it point to /usr/lib/libncurses.so (which exists too).When I try to add a string BUILD_CursesDialog:BOOL=ON intoCMakeCache.txt by hand and then remake the project,CMakeCache.txt reloa

Re: [CMake] ccmake was not created

2011-11-21 Thread Mikhail Artemiev
Hi Michael! Thank you for the quick reply. I didn't have this library. Now I installed it, then I reconfigured, rebuild and reinstalled CMake, but still I didn't find ccmake nowhere. Mikhail -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/o

[CMake] ccmake was not created

2011-11-21 Thread Mikhail Artemiev
Hello! After configuring (./configure --prefix="/home/mikhail/install"), building (make) and installation (make install) of CMake 2.8.6, I don't have ccmake in /home/mikhail/install/bin directory. What I'm doing wrong? Or I need additional sources for ccmake? My OS is Ubuntu 10.04. Thanks in adva