[CMake] ccmake not built on Linux 64

2009-02-17 Thread Michael Jackson
Just tried building cmake from source on Linux X86_64 (KUbuntu running inside Sun's Virtual Box environment. The only thing that got built was cmake, cpack and ctest. Where is ccmake at? I looked through the ./ configure --help and nothing really jumped out at me. Thanks

Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread David E DeMarle
I recently did a 64 bit ubuntu cmake build and had the same outcome. I installed curses (from package I think) then ccmake built for me. On Tue, Feb 17, 2009 at 3:21 PM, Michael Jackson mike.jack...@bluequartz.net wrote: Just tried building cmake from source on Linux X86_64 (KUbuntu running

Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread David E DeMarle
I recently did a 64 bit ubuntu cmake build and had the same outcome. I installed curses (from package I think) then ccmake built for me. make that ncurses 5.7 built from source. On Tue, Feb 17, 2009 at 3:21 PM, Michael Jackson mike.jack...@bluequartz.net wrote: Just tried building cmake

Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread Michael Jackson
Yep. Silly me, expecting ncurses to be installed by default.. --- Mike Jackson www.bluequartz.net On Feb 17, 2009, at 3:25 PM, David E DeMarle wrote: I recently did a 64 bit ubuntu cmake build and had the same outcome. I installed curses (from package I think) then ccmake

Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread Michael Jackson
I'll try that. I just did the apt-get thing to install the libncurses5- dev package and the cmake boot strapper still can not find the curses library. --- Mike Jackson www.bluequartz.net On Feb 17, 2009, at 3:27 PM, David E DeMarle wrote: I recently did a 64 bit ubuntu

Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread Eric Noulard
2009/2/17 Michael Jackson mike.jack...@bluequartz.net: I'll try that. I just did the apt-get thing to install the libncurses5-dev package and the cmake boot strapper still can not find the curses library. I do build CMake 2.6-patch 3 RC-13 on Debian Lenny amd64 and ccmake did build fine.