Re: [CMake] Eclipse Galileo and CDT version 6.0.2

2010-06-11 Thread Dmitry Bely
On Fri, Jun 11, 2010 at 5:19 AM, Hugh Sorby h.so...@auckland.ac.nz wrote: To my knowledge the environment looks good in the properties/C/C++ Make Project  page for my project.  That is the PATH variable in the environment tab on this page contains the location of nmake on my system. I'm

Re: [CMake] darwin, cmake-2.8, gfortran from fink: option -arch not recognized

2010-06-11 Thread Daniel Franke
On Friday, June 11, 2010, Martin Costabel wrote: -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING= -DCMAKE_OSX_SYSROOT:PATH=/ Hi Martin, thanks for the pointer! set (CMAKE_OSX_ARCHITECTURES ) in the main CMakeLists.txt did the trick. Phew :) Cheers Daniel

Re: [CMake] Modified FindDCMTK

2010-06-11 Thread Thomas Sondergaard
Ryan Pavlik wrote: On 06/10/2010 03:28 PM, Thomas Sondergaard wrote: The FindDCMTK.cmake module in the git master branch doesn't find all the dcmtk libraries. I've attached a modified version of FindDCMTK that finds all the dcmtk libraries. It is also about 25% smaller as some duplicated code

Re: [CMake] Modified FindDCMTK

2010-06-11 Thread Mathieu Malaterre
Thomas, I made two changes to your proposed cmake file: - include(FindPackageHandleStandardArgs) - use a foreach to simplify the finding of executables If this is ok with you I can update it on CMake/Modules Ref: http://gdcm.svn.sf.net/viewvc/gdcm/trunk/CMake/FindDCMTK.cmake?view=markup

[CMake] Best way to write add_test that depends on shared objects

2010-06-11 Thread Hickel, Kelly
I'm using CMake 2.8.1 and I want to write a simple test for one of the executable targets, but it failes because the shared libraries aren't in the directory or on the path. So, with something like the below, where bar and baz are shared objects built by CMakeLists.txt files in other

Re: [CMake] Best way to write add_test that depends on shared objects

2010-06-11 Thread Michael Wild
On 11. Jun, 2010, at 16:58 , Hickel, Kelly wrote: I'm using CMake 2.8.1 and I want to write a simple test for one of the executable targets, but it failes because the shared libraries aren't in the directory or on the path. So, with something like the below, where bar and baz are shared

Re: [CMake] Best way to write add_test that depends on shared objects

2010-06-11 Thread Hickel, Kelly
-Original Message- From: Michael Wild [mailto:them...@gmail.com] Sent: Friday, June 11, 2010 10:06 AM To: Hickel, Kelly Cc: cmake@cmake.org Subject: Re: [CMake] Best way to write add_test that depends on shared objects On 11. Jun, 2010, at 16:58 , Hickel, Kelly wrote: I'm

[CMake] How to install a shared library on a windows system

2010-06-11 Thread Torri, Stephen CIV NSWCDD, W15
I am running into a problem with a project that installs a shared library. The files for the project are all places in the correct directories. What I am finding is that when I compile a project with uses the shared library it compiles and links correctly but the library is not found when the

[CMake] USER_MAKE_RULES_OVERRIDE not used in initial try_compile

2010-06-11 Thread David Genest
Hi, I am modifying the toolchain used to create a build on PlayStation 3 using USER_MAKE_RULES_OVERRIDE variable. This setting is not taken into account in the try_compile that cmake runs to verify the toolchain. This makes cmake fail on linking because some windows specific link commands get

Re: [CMake] How to install a shared library on a windows system

2010-06-11 Thread Torri, Stephen CIV NSWCDD, W15
From: cmake-boun...@cmake.org on behalf of Ryan Pavlik Sent: Fri 6/11/2010 12:34 PM To: cmake@cmake.org Subject: Re: [CMake] How to install a shared library on a windows system Stephen, The catch is that windows searches for the DLL at runtime in specific locations:

Re: [CMake] How to install a shared library on a windows system

2010-06-11 Thread Ryan Pavlik
On 06/11/2010 12:14 PM, Torri, Stephen CIV NSWCDD, W15 wrote: From: cmake-boun...@cmake.org on behalf of Ryan Pavlik Sent: Fri 6/11/2010 12:34 PM To: cmake@cmake.org Subject: Re: [CMake] How to install a shared library on a windows system Stephen, The catch is that windows searches for the

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-06-11 Thread Alan W. Irwin
On 2010-06-10 22:24-0400 Bill Hoffman wrote: GetShortPath calls GetShortPathName. From http://bugs.winehq.org/show_bug.cgi?id=22286 it appears the point of Clint's patch was to eliminate a specific and well-known hash collision on Wine caused by GetShortPathName, but from all the on-going uses

Re: [CMake] How to install a shared library on a windows system

2010-06-11 Thread Ryan Pavlik
On 06/11/2010 12:27 PM, Torri, Stephen CIV NSWCDD, W15 wrote: From: Ryan Pavlik [mailto:rpav...@iastate.edu] Sent: Fri 6/11/2010 1:16 PM To: Torri, Stephen CIV NSWCDD, W15 Cc: cmake@cmake.org Subject: Re: [CMake] How to install a shared library on a windows system From:

[CMake] Unable to add doxygen to build package for NSIS

2010-06-11 Thread Torri, Stephen CIV NSWCDD, W15
I am trying to add doxygen output to my installation package made via NSIS. I want to allow the user to install the C++ API documentation. I would like the install page of the NSIS wizard to look like: Development | C++ Headers | Documentation Runtime | Libraries

[CMake] check for modules/packages in python and R

2010-06-11 Thread Mark Moll
Attached is my initial attempt to check for the existence of python modules and R packages. In the case of python, I need to be able to check for a specific version of python (find corresponding executable, libraries, and headers) and check for modules in that version of python. This is not

[CMake] Reusing an already built object

2010-06-11 Thread Linghua Tseng
Continue the lastest post of this article: http://www.cmake.org/pipermail/cmake/2009-October/032615.html On Tuesday 13 October 2009, Alexander Neundorf wrote: On Tuesday 13 October 2009, Naram Qashat wrote: Say I have a main executable and a number of shared libraries that rely on that

[Cmake-commits] CMake branch, master, updated. v2.8.1-1306-g60478de

2010-06-11 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 60478de3e5032a0db59f27e913fef222fe767518 (commit) from

[Cmake-commits] CMake branch, next, updated. v2.8.1-1385-g5db1496

2010-06-11 Thread Zach Mullen
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 5db1496efaef0243836e253e7bc7951134d904b0 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.1-1389-gb31da59

2010-06-11 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 b31da59e5287738c109640936a9f605fd3875148 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.1-1391-g046b331

2010-06-11 Thread Clinton Stimpson
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 046b331acd71e0c9e7c99d0eb3d7b4387a98b175 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.1-1308-ga7abcd1

2010-06-11 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 a7abcd1442828792fc39397ced96a28cda95b032 (commit) from