[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

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

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 would

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

[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

[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

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 Thomas Klausner
On Tue, Feb 27, 2007 at 12:50:30AM +0500, Andrey Rahmatullin wrote: http://www.cmake.org/Bug/bug.php?op=showbugid=4123pos=3 ? Thank you, that patch solved my problem. Thomas ___ CMake mailing list CMake@cmake.org