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 > >

[CMake] CMake 2.4.6

2007-01-12 Thread Ilya Shvetsov
Hi, cmake team! I have tried new build (CMake 2.4.6) and found that MSYS generator not works. System: WinXP SP2 Msys with MinGW 3.4.5. Version 2.4.3 works fine. At the moment I can't send error log. But I do this later if you need. -- Ilya Shvetsov (mailto:[EMAIL PROT

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

2007-01-12 Thread Axel Roebel
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 > > > > > > # PKGCONFIG("dbus-1 >= 1.0.0" ...) is now als

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

Re: [CMake] CMake 2.4.6 on MSYS

2007-01-12 Thread Brandon J. Van Every
Ilya Shvetsov wrote: Hi, cmake team! I have tried new build (CMake 2.4.6) and found that MSYS generator not works. System: WinXP SP2 Msys with MinGW 3.4.5. Version 2.4.3 works fine. At the moment I can't send error log. But I do this later if you need. You'll need to send more d

[CMake] 2.4.6 still has bug on NMake Makefiles

2007-01-12 Thread Marcin Gil
This bug is still present. http://www.cmake.org/Bug/bug.php?op=show&bugid=4294&pos=0 ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] "make package" still fails to work for absolute install locations.

2007-01-12 Thread Thomas Arcila
Hi, CPack has support for so called "movable" package (movable = prefix independant, unmovable = prefix prepended to install path), but it's hardcoded to movable one. from Source/CPack/cmCPackGenericGenerator.cxx bool movable = true; if ( movable ) { // Make sure there is no dest

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 > >

Re: [CMake] "make package" still fails to work for absolute install locations.

2007-01-12 Thread Alan W. Irwin
On 2007-01-12 14:07+0100 Thomas Arcila wrote: Hi, CPack has support for so called "movable" package (movable = prefix independant, unmovable = prefix prepended to install path), but it's hardcoded to movable one. from Source/CPack/cmCPackGenericGenerator.cxx bool movable = true; if ( mova

[CMake] Fortran-C mixed code

2007-01-12 Thread Radu Serban
I'm attempting to use cmake to configure a package containing both Fortran (F77) and C source code (as an alternative to the current build system which uses autoconf+libtool) but I couldn't figure out how to properly do that. Below are some of the things I have trouble with (I also mention our c

Re: [CMake] Fortran-C mixed code

2007-01-12 Thread Alan W. Irwin
On 2007-01-12 12:42-0800 Radu Serban wrote: I'm attempting to use cmake to configure a package containing both Fortran (F77) and C source code (as an alternative to the current build system which uses autoconf+libtool) but I couldn't figure out how to properly do that. Have you considered spl

[CMake] parallel builds

2007-01-12 Thread Darby J Van Uitert
Hello, How can I have the build portion of running ctest -D Experimental use the -j option and do a parallel build? I normally do a make -j4 and want to do something similar when building an Experimental (or Nightly or Continuous build for that matter). Thanks. Sorry if this is obvious. -d

Re: [CMake] parallel builds

2007-01-12 Thread Bill Hoffman
Darby J Van Uitert wrote: Hello, How can I have the build portion of running ctest -D Experimental use the -j option and do a parallel build? I normally do a make -j4 and want to do something similar when building an Experimental (or Nightly or Continuous build for that matter). Thanks. Sorry