Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread Mike Arthur
On Tuesday 17 February 2009 20:30:07 Michael Jackson wrote: > Yep. Silly me, expecting ncurses to be installed by default.. It is, just not the development headers. -- Cheers, Mike Arthur http://mikearthur.co.uk/ ___ Powered by www.kitware.com Visit ot

Re: [CMake] ccmake not built on Linux 64

2009-02-17 Thread Eric Noulard
2009/2/17 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. I do build CMake 2.6-patch 3 RC-13 on Debian Lenny amd64 and ccmake did build fine. However I did not bootstrap,

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 cm

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 bui

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 > wrote: >> Just tried building cmake from source on Linux X86_

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 wrote: > Just tried building cmake from source on Linux X86_64 (KUbuntu running > inside Sun's Virtual Box envi

[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