Re: [CMake] How to switch off dependencies in special cases?

2007-01-16 Thread Claus Klein
On Monday 15 January 2007 11:28, Jorrit Schaap wrote: Hi, I'm using cmake on linux with gcc. The dependencies feature of cmake is realy great, but sometimes I would like to switch it of. A complete build of all our libs takes a couple of ours. Whenever I add for example a comment to a

Re: [CMake] PKGCONFIG(dbus-1 = 1.0.0 ...) should also possible

2007-01-12 Thread Claus Klein
On Friday 12 January 2007 08:43, Alexander Neundorf wrote: Von: Claus Klein [EMAIL PROTECTED] Hi, to be more flexible, here is a patch for UsePkgConfig.cmake # PKGCONFIG(dbus-1 = 1.0.0 ...) is now also possible. # Optional, for stage building, the # PKGCONFIG_OPTIONS

Re: [CMake] PKGCONFIG(dbus-1 = 1.0.0 ...) should also possible

2007-01-12 Thread Claus Klein
On Friday 12 January 2007 11:39, Axel Roebel wrote: On Friday 12 January 2007 10:17, Claus Klein wrote: On Friday 12 January 2007 08:43, Alexander Neundorf wrote: Von: Claus Klein [EMAIL PROTECTED] Hi, to be more flexible, here is a patch for UsePkgConfig.cmake

Re: [CMake] CHECK_TYPE_SIZE(size_t SIZEOF_SIZE_T) failed while crosscompile

2007-01-10 Thread Claus Klein
On Wednesday 10 January 2007 17:00, Bill Hoffman wrote: Claus Klein wrote: Hallo, the following Modules use TRY_RUN, which must fail while crosscompile: CheckTypeSize.cmake:TRY_RUN(${VARIABLE} HAVE_${VARIABLE} FindThreads.cmake:TRY_RUN(THREADS_PTHREAD_ARG

Re: [CMake] CHECK_TYPE_SIZE(size_t SIZEOF_SIZE_T) failed while crosscompile

2007-01-10 Thread Claus Klein
On Wednesday 10 January 2007 20:22, Bill Hoffman wrote: Claus Klein wrote: thanks for quick anser. If it works with: cmake -DSIZEOF_SIZE_T=4 .. it is ok for me. But my real intention is: It ist possible to prevent test which use TRY_RUN()? That was the most often problem

[CMake] cmDocumentation::CreateModulesSection should be sorted

2007-01-10 Thread Claus Klein
Hi, I think it would be more usefull if the Module section in the cmake(1) man page would be sorted. ck --- cmake-2.4.5/Source/kwsys/Directory.cxx.org 2006-12-04 17:04:05.0 +0100 +++ cmake-2.4.5/Source/kwsys/Directory.cxx 2007-01-10 22:47:44.0 +0100 @@ -139,6 +139,10 @@

[CMake] HowTo 'Getting Started Cross compilation with cmake' needed

2007-01-09 Thread Claus Klein
makefiles according to: http://www.gnu.org/prep/standards/standards.html#Makefile-Conventions I think, most people expect this as common standard, or not? For me, cmake is a good tool, but if more project change to it without care, the embeded world will become more problems! Claus Klein

<    1   2