Re: [CMake] Weirdness with shared library, RPATH policy on MacOS

2010-08-14 Thread Chris Wolf
On 8/14/10 4:01 PM, Michael Wild wrote: > > On 14. Aug, 2010, at 18:26 , Chris Wolf wrote: > >> >> >> On 8/14/10 10:31 AM, Michael Wild wrote: >>> >>> On 14. Aug, 2010, at 15:13 , Chris Wolf wrote: >>> On 8/14/10 3:35 AM, Michael Wild wrote: > > On 13. Aug, 2010, at 20:58

[CMake] CTest fails to find test command : bug in use of FileExists() + suggested fix.

2010-08-14 Thread Richard Offer
One of my test cases needs sudo to run (its listening on privileged ports). If I add ADD_TEST( SERVER /usr/bin/sudo ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Server${SUFFIX} --daemon ) CMake complains that it can¹t find sudo. [ d042 ] make test Running tests... Test project /Users/richard/BUILD

[CMake] Visual Studio Express projects don't inherit from parent

2010-08-14 Thread Tron Thomas
I am using CMake 2.8.2 on a 64-bit version of Windows 7 Enterprise. When I try to configure my project to build for Visual Studio 2010 Express, I get compiler warnings building the projects because none of the projects are set to inherit from parent or project defaults for include directories.

Re: [CMake] Weirdness with shared library, RPATH policy on MacOS

2010-08-14 Thread Michael Wild
On 14. Aug, 2010, at 18:26 , Chris Wolf wrote: > > > On 8/14/10 10:31 AM, Michael Wild wrote: >> >> On 14. Aug, 2010, at 15:13 , Chris Wolf wrote: >> >>> >>> >>> On 8/14/10 3:35 AM, Michael Wild wrote: On 13. Aug, 2010, at 20:58 , Michael Wild wrote: [...] > > Sure,

Re: [CMake] Weirdness with shared library, RPATH policy on MacOS

2010-08-14 Thread Chris Wolf
On 8/14/10 10:31 AM, Michael Wild wrote: > > On 14. Aug, 2010, at 15:13 , Chris Wolf wrote: > >> >> >> On 8/14/10 3:35 AM, Michael Wild wrote: >>> >>> On 13. Aug, 2010, at 20:58 , Michael Wild wrote: >>> [...] Sure, http://repo.or.cz/w/freefoam.git/shortlog/refs/heads/pu, but it's >>

Re: [CMake] How to build .ax libraries with cmake?

2010-08-14 Thread Ryan Pavlik
On 8/14/10 9:31 AM, Eric Noulard wrote: 2010/8/14 Mr Shore: Hi all, The source and binary are available here: http://tmhare.mvps.org/downloads/vcam.zip How to build .ax libraries with cmake? May be some dummy newbie questions but ... - Can tell us a little about **what are** AX libraries?

Re: [CMake] How to build .ax libraries with cmake?

2010-08-14 Thread Eric Noulard
2010/8/14 Mr Shore : > Hi all, > > The source and binary are available here: > > http://tmhare.mvps.org/downloads/vcam.zip > > How to build .ax libraries with cmake? May be some dummy newbie questions but ... - Can tell us a little about **what are** AX libraries? - Some documentation? URL ? - Wh

Re: [CMake] Weirdness with shared library, RPATH policy on MacOS

2010-08-14 Thread Michael Wild
On 14. Aug, 2010, at 15:13 , Chris Wolf wrote: > > > On 8/14/10 3:35 AM, Michael Wild wrote: >> >> On 13. Aug, 2010, at 20:58 , Michael Wild wrote: >> [...] >>> >>> Sure, http://repo.or.cz/w/freefoam.git/shortlog/refs/heads/pu, but it's >>> pretty complex... >>> >>> Michael >> >> Attached

Re: [CMake] Weirdness with shared library, RPATH policy on MacOS

2010-08-14 Thread Chris Wolf
On 8/14/10 3:35 AM, Michael Wild wrote: > > On 13. Aug, 2010, at 20:58 , Michael Wild wrote: > [...] >> >> Sure, http://repo.or.cz/w/freefoam.git/shortlog/refs/heads/pu, but it's >> pretty complex... >> >> Michael > > Attached is a tiny project which works for me on both Linux and Mac. > > Mi

Re: [CMake] Problem with include directory ordering in wxWidgets_INCLUDE_DIRS

2010-08-14 Thread Roger James
I have added this to the bug database myself. Roger On 10/08/2010 21:58, Roger James wrote: Please can someone with access to the bug database raise this as a problem. The CMake module FindwxWidgets.cmake sets up an a variable called wxWidgets_INCLUDE_DIRS which is intended to be used as th

[CMake] How to build .ax libraries with cmake?

2010-08-14 Thread Mr Shore
Hi all, The source and binary are available here: http://tmhare.mvps.org/downloads/vcam.zip How to build .ax libraries with cmake? ___ Powered by www.kitware.com Visit other Kitware open-source projects a

Re: [CMake] Weirdness with shared library, RPATH policy on MacOS

2010-08-14 Thread Michael Wild
On 13. Aug, 2010, at 20:58 , Michael Wild wrote: [...] > > Sure, http://repo.or.cz/w/freefoam.git/shortlog/refs/heads/pu, but it's > pretty complex... > > Michael Attached is a tiny project which works for me on both Linux and Mac. Michael greetings.tgz Description: Binary data ___

Re: [CMake] D support

2010-08-14 Thread Alan W. Irwin
On 2010-08-13 23:30-0700 SK wrote: Hello List, I've taken an interested in D lately and in order to play around there, of course I want CMake. There was an effort in 2007 to support D, since abandoned, but I'm trying to take up the cause. The project is just getting off the ground here: http:/

Re: [CMake] Framework + Unix tools help

2010-08-14 Thread Michael Wild
On 13. Aug, 2010, at 23:29 , Carlos Gonçalves wrote: > On 2010/08/13, at 08:52, Michael Wild wrote: > >> >> On 12. Aug, 2010, at 22:41 , Carlos Gonçalves wrote: >> >>> Hi, >>> >>> On 2010/08/12, at 20:15, Chris Wolf wrote: >>> On 8/12/10 10:20 AM, Carlos Gonçalves wrote: >>>