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 Michael Wild
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_LIB

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-22 Thread Michael Wild
On 11/22/2011 09:28 AM, Mikhail Artemiev wrote: > 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 h

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 Michael Wild
On 11/22/2011 08:34 AM, Mikhail Artemiev wrote: > 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 Do you see a BUILD_CursesDialog entry in you

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

Re: [CMake] ccmake was not created

2011-11-21 Thread Michael Wild
On 11/22/2011 06:45 AM, Mikhail Artemiev wrote: > 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

[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