Re: [CMake] Building cmake-2.4.6 against xmlrpc-c-1.09.00

2007-02-26 Thread Thomas Klausner
On Tue, Feb 27, 2007 at 12:50:30AM +0500, Andrey Rahmatullin wrote: > http://www.cmake.org/Bug/bug.php?op=show&bugid=4123&pos=3 ? Thank you, that patch solved my problem. Thomas ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinf

Re: Re[2]: [CMake] CMake and Eclipse

2007-02-26 Thread Peter Visser
Hi, What I found useful when using eclipse is adding 'VERBOSE=1' to make. Eclipse scans the output of the build process (enabled by default -> 'discovery options' -> 'enable build output scanner info discovery') on INCLUDE/LIBRARY directories and uses this for the code completion functionality.

Re: [CMake] Building cmake-2.4.6 against xmlrpc-c-1.09.00

2007-02-26 Thread Andrey Rahmatullin
On Mon, Feb 26, 2007 at 07:22:19PM +0100, Thomas Klausner wrote: > I'm trying to make the cmake-2.4.6 package in pkgsrc depend on the > xmlrpc-c-1.09.00 package. I already managed to make cmake depend > on pre-installed curl, expat, and zlib libraries. > > The problem I see with xmlrpc-c is that

[CMake] How to detect socklen_t?

2007-02-26 Thread Thomas Klausner
Hi! What's the proper way to check for the existence of socklen_t? I tried using CHECK_SYMBOL_EXISTS(socklen_t "sys/types.h;sys/socket.h" HAVE_SOCKLEN_T) but the compilers on at least Linux and Irix don't like cmakeRequireSymbol(0,&socklen_t); CHECK_TYPE_SIZE looks like a possible

[CMake] Building cmake-2.4.6 against xmlrpc-c-1.09.00

2007-02-26 Thread Thomas Klausner
Hi! I'm trying to make the cmake-2.4.6 package in pkgsrc depend on the xmlrpc-c-1.09.00 package. I already managed to make cmake depend on pre-installed curl, expat, and zlib libraries. The problem I see with xmlrpc-c is that cmake says: CMake Error: XMLRPC was not found. Make sure the e

Re: [CMake] reusable cmakecache.txt

2007-02-26 Thread Bill Hoffman
Alexander Ivash wrote: Hello, cmake. I have 2 compilers: gnu and diab. Cmake can't find them so I have to run cmakesetup and enter path for them every time I need to prepare new project for compilation. Is it possible to keep gnu related path in gnu.cmake and diab related in diab.cmake and later

Re: [CMake] reusable cmakecache.txt

2007-02-26 Thread Mike Jackson
You _could_ use 2 separate build directories.. So create GNU_Build and run ccmake from there with all the GNU variables. Create another Directory called DIAB_Build and run ccmake from there with all the Diab variables. Then you can switch your compiles between them. I use this to "switch" b

[CMake] reusable cmakecache.txt

2007-02-26 Thread Alexander Ivash
Hello, cmake. I have 2 compilers: gnu and diab. Cmake can't find them so I have to run cmakesetup and enter path for them every time I need to prepare new project for compilation. Is it possible to keep gnu related path in gnu.cmake and diab related in diab.cmake and later do something like this:

Re[2]: [CMake] CMake and Eclipse

2007-02-26 Thread Alexander Ivash
Hello, Alexander. You wrote 26 февраля 2007 г., 15:32:41: > Von: Alexander Ivash <[EMAIL PROTECTED]> >> Hello, cmake. >> >> Is it possible to use cmake with eclipse for c++ projects ? > You can have cmake create makefiles, and then use these makefiles > with a makefile project in Eclipse (i.e.

Re: [CMake] CMake with Eclipse CDT (Was: No Subject)

2007-02-26 Thread Alexander Neundorf
Hi, Original-Nachricht Datum: Mon, 26 Feb 2007 08:30:52 -0500 Von: Mike Jackson <[EMAIL PROTECTED]> An: Alexander Ivash <[EMAIL PROTECTED]> CC: cmake@cmake.org Betreff: Re: [CMake] CMake with Eclipse CDT (Was: No Subject) > Yep. Do it all the time. It isn't as integrated as I wou

Re: [CMake] CMake and Eclipse

2007-02-26 Thread Alexander Neundorf
Von: Alexander Ivash <[EMAIL PROTECTED]> > Hello, cmake. > > Is it possible to use cmake with eclipse for c++ projects ? You can have cmake create makefiles, and then use these makefiles with a makefile project in Eclipse (i.e. not a "managed make" project). If you're interested you could als

Re: [CMake] CMake with Eclipse CDT (Was: No Subject)

2007-02-26 Thread Mike Jackson
Yep. Do it all the time. It isn't as integrated as I would like but it does work and work pretty good at that. Here is how I set up my dev env: CMake usually likes "out of source" builds BUT Eclipse has some problems if your build products are outside the project directory. I get around t

[CMake] (no subject)

2007-02-26 Thread Alexander Ivash
Hello, cmake. Is it possible to use cmake with eclipse for c++ projects ? -- Best regards, Alexander mailto:[EMAIL PROTECTED] ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake