Re: [CMake] ccmake is not getting installed

2013-01-28 Thread Pradeep Jha
Eric Noulard writes: > > 2013/1/28 Kornel Benko : > > Am Montag, 28. Januar 2013 um 09:15:58, schrieb Pradeep Jha > > > > > >> > > > >> When I run the bootsrap command, it executes it successfully > > > >> but gives me the following message at the end: > > > >> > > > >> "Curses libraries were

Re: [CMake] CPack DEB dependencies

2013-01-28 Thread Clinton Stimpson
On Monday, January 28, 2013 10:07:04 PM Eric Noulard wrote: > 2013/1/28 Clinton Stimpson : > > When I try installing a cpack generated .rpm package on another machine, > > it > > also installs a handful of other dependent packages (including the 32 bit > > libc.so.6 for one of the 32 bit executable

Re: [CMake] CPack DEB dependencies

2013-01-28 Thread Eric Noulard
2013/1/28 Clinton Stimpson : > > When I try installing a cpack generated .rpm package on another machine, it > also installs a handful of other dependent packages (including the 32 bit > libc.so.6 for one of the 32 bit executables among all the 64 bit ones). > > But a cpack generated .deb package i

Re: [CMake] CPack DEB dependencies

2013-01-28 Thread Clinton Stimpson
On Monday, January 28, 2013 11:59:46 AM Clinton Stimpson wrote: > When I try installing a cpack generated .rpm package on another machine, it > also installs a handful of other dependent packages (including the 32 bit > libc.so.6 for one of the 32 bit executables among all the 64 bit ones). > > Bu

[CMake] CPack DEB dependencies

2013-01-28 Thread Clinton Stimpson
When I try installing a cpack generated .rpm package on another machine, it also installs a handful of other dependent packages (including the 32 bit libc.so.6 for one of the 32 bit executables among all the 64 bit ones). But a cpack generated .deb package isn't that smart. Is there any way to

Re: [CMake] Any portable way in CMake build tree to find Source tree path?

2013-01-28 Thread Kent Williams
Thanks for all your help. It does seem like you can spend a long time working with CMake (nearly 10 years for me) and still learn new things! On Sat, Jan 26, 2013 at 8:48 AM, Cory Quammen wrote: > Oops, I didn't know about that command. I tried it out, and it works > like a charm. > > Thanks fo

[CMake] adding automatic handling of dependencies for swig-generated modules

2013-01-28 Thread Sébastien Barthélémy
Hello all, swig supports the -MM option which lists a module dependencies (C/C++ headers and other ".i" interface files). I'd like to use it in order to let cmake know about these dependencies without user intervention. In addition to reducing the user burden, that would also help managing depende

Re: [CMake] ccmake is not getting installed

2013-01-28 Thread Eric Noulard
2013/1/28 Kornel Benko : > Am Montag, 28. Januar 2013 um 09:15:58, schrieb Pradeep Jha > > >> > >> When I run the bootsrap command, it executes it successfully > >> but gives me the following message at the end: > >> > >> "Curses libraries were not found. Curses GUI for CMake will not be built." >

Re: [CMake] ccmake is not getting installed

2013-01-28 Thread Kornel Benko
Am Montag, 28. Januar 2013 um 09:15:58, schrieb Pradeep Jha > > When I run the bootsrap command, it executes it successfully > but gives me the following message at the end: > > "Curses libraries were not found. Curses GUI for CMake will not be built." > To compile, you need the devel-versio

[CMake] ccmake is not getting installed

2013-01-28 Thread Pradeep Jha
Hello, I am trying to install the latest version of cmake on my centos linux machine. [root@83 lib64]# uname -a Linux 83.shin.fluid.cse.nagoya-u.ac.jp 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux -