[cmake-developers] CMake 2.8.4 available for download

2011-02-16 Thread David Cole
On behalf of myself, Ken, Bill, Brad, Alex, Zach, Ben and the rest of the CMake team, we are pleased to announce that CMake 2.8.4 is available for download at: http://www.cmake.org/files/v2.8/?C=M;O=D It is also available from the usual download links found on the CMake web site:

[cmake-developers] [CMake 0011868]: FIND_PATH not following HINTS Command

2011-02-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=11868 == Reported By:hkrishna Assigned To:

[cmake-developers] [CMake 0011873]: [CPackRPM] %files section in spec file directories

2011-02-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=11873 == Reported By:yorjo Assigned To:

Re: [CMake] cpack 32bit rpm on a 64bit system

2011-02-16 Thread Yngve Inntjore Levinsen
Dear Eric, First, thank you for a very quick reply! The log you requested is attached. The rpmbuild.out file is empty, and the rpmbuild.err has one line which states: error: No compatible architectures found for build I am using cmake/cpack version 2.6-patch 4. I have rpmbuild version 4.4.2.3.

Re: [CMake] cpack 32bit rpm on a 64bit system

2011-02-16 Thread Eric Noulard
2011/2/16 Yngve Inntjore Levinsen yngve.levin...@gmail.com: Dear Eric, First, thank you for a very quick reply! The log you requested is attached. The rpmbuild.out file is empty, and the rpmbuild.err has one line which states: error: No compatible architectures found for build I am using

Re: [CMake] 2.8.5 version

2011-02-16 Thread Andrea Galeazzi
IL 15/02/2011 21.59, David Cole ha scritto: 2011/2/15 Alexander Neundorf a.neundorf-w...@gmx.net mailto:a.neundorf-w...@gmx.net On Monday 14 February 2011, David Cole wrote: On Mon, Feb 14, 2011 at 4:14 AM, Andrea Galeazzi galea...@korg.it mailto:galea...@korg.it wrote: I'm

Re: [CMake] cpack 32bit rpm on a 64bit system

2011-02-16 Thread Yngve Inntjore Levinsen
On Wednesday 16 February 2011 11:31:47 AM Eric Noulard wrote: 2011/2/16 Yngve Inntjore Levinsen yngve.levin...@gmail.com: Dear Eric, First, thank you for a very quick reply! The log you requested is attached. The rpmbuild.out file is empty, and the rpmbuild.err has one line which

Re: [CMake] 2.8.5 version

2011-02-16 Thread Michael Wild
On 02/16/2011 11:40 AM, Andrea Galeazzi wrote: IL 15/02/2011 21.59, David Cole ha scritto: 2011/2/15 Alexander Neundorf a.neundorf-w...@gmx.net mailto:a.neundorf-w...@gmx.net On Monday 14 February 2011, David Cole wrote: On Mon, Feb 14, 2011 at 4:14 AM, Andrea Galeazzi

Re: [CMake] Include-Dir order problem

2011-02-16 Thread David Cole
On Wed, Feb 16, 2011 at 2:32 AM, Andreas Pakulat ap...@gmx.de wrote: On 16.02.11 03:48:03, Michael Hertling wrote: On 02/15/2011 07:36 PM, Andreas Pakulat wrote: On 15.02.11 17:54:29, Michael Hertling wrote: On 02/13/2011 01:27 AM, Andreas Pakulat wrote: Hi, I've got a somewhat

[CMake] When is LINK_LIBRARIES available

2011-02-16 Thread Andreas Pakulat
Hi, due to the problems with include_directories (not available as target or source-property) screwing up building java and c++ code in the same subdir, I've tried to adjust the java-compiler support to instead consider .jar files as link-libraries. Unfortunately it seems that during the

Re: [CMake] Include-Dir order problem

2011-02-16 Thread Andreas Pakulat
On 16.02.11 07:03:32, David Cole wrote: On Wed, Feb 16, 2011 at 2:32 AM, Andreas Pakulat ap...@gmx.de wrote: On 16.02.11 03:48:03, Michael Hertling wrote: On 02/15/2011 07:36 PM, Andreas Pakulat wrote: On 15.02.11 17:54:29, Michael Hertling wrote: On 02/13/2011 01:27 AM, Andreas

Re: [CMake] cpack 32bit rpm on a 64bit system

2011-02-16 Thread Eric Noulard
2011/2/16 Yngve Inntjore Levinsen yngve.levin...@gmail.com: The server OS is quite conservative when it comes to new packages, so I already had to go into a fight to get 2.6 series installed. I do not think that is possible system-wide but I am of course able to compile cmake myself and

[CMake] One more simple question

2011-02-16 Thread Carminati Federico
Dear All, thanks to everybody for the support I got so far. I have now another simple question. The CMAKE FAQ gives a good recipe on how to use a different compiler http://www.cmake.org/Wiki/CMake_FAQ#Method_2:_use_cmake_-D however I do not know how to use a different linker other than

[CMake] CMake 2.8.4 available for download

2011-02-16 Thread David Cole
On behalf of myself, Ken, Bill, Brad, Alex, Zach, Ben and the rest of the CMake team, we are pleased to announce that CMake 2.8.4 is available for download at: http://www.cmake.org/files/v2.8/?C=M;O=D It is also available from the usual download links found on the CMake web site:

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-16 Thread Harinarayan Krishnan
Hi All, Any thoughts on this subject? or should I file a bug report and see what happens? Thanks, Hari On Tue, Feb 15, 2011 at 10:59 AM, Harinarayan Krishnan hkrish...@lbl.govwrote: Hi All, I reran my code using cmake 2.8.4rc and still get the same issue where FIND_PATH is picking the

Re: [CMake] FIND_PATH issue in FindQt4.cmake

2011-02-16 Thread Clinton Stimpson
This might need some deeper looking into. If you could file a bug report, that would be nice. Clint On Wednesday, February 16, 2011 09:15:25 am Harinarayan Krishnan wrote: Hi All, Any thoughts on this subject? or should I file a bug report and see what happens? Thanks, Hari On

Re: [CMake] Help on ExternalProject_Add

2011-02-16 Thread Luigi Calori
Thanks a lot, Your suggestion worked really well, I ' m now able to separate download source and build into two separate projects, I have added a STAMP_DIR line into source building project to keep git download stamp out of binary dir and side to source, so even if i completely empty the binary

Re: [CMake] Cross-compiling: Cmake compiler and ABI check don´t work

2011-02-16 Thread Schmid Alexander
Hi, is it possible that the ABI check won´t work anyway for cross-compiling scenarios? Anyway, I don´t think that the toolchain file is messed up, because the first part of CMake´s detection flow uses the settings I specified there. But the second part doesn´t. Beste Grüße / Best regards

[Cmake-commits] CMake branch, next, updated. v2.8.3-1647-gaec6909

2011-02-16 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via aec6909bc7f3af50f355f863d519a3b93e7bc2ce (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.4-3-ge0d64d5

2011-02-16 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via e0d64d5cb159d2de493a1074beef122fbf8ad5b9 (commit) from