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
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.
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
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
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
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
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
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:
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.
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
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
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
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
13 matches
Mail list logo