Re: [CMake] Fortran 77 with Absoft

2008-04-07 Thread cgen . cmake
Thanks for answer :-) I was in work travel at the end of last week. So I can work on cmake only from now. Thanks for all those infomations; it will help me. Christophe Message du 31/03/08 18:48 De : Alan W. Irwin A : [EMAIL PROTECTED] Copie à : cmake@cmake.org Objet : Re: [CMake] (no

Re: [CMake] FOSDEM Talk on CMake is available

2008-04-07 Thread Timenkov Yuri
On Thursday 03 April 2008 23:41:16 Filipe Sousa wrote: Alexander Neundorf wrote: On Thursday 03 April 2008, Alan W. Irwin wrote: One prinicipal problem I see with pkg-config is that it is intended to be used in such a way that the stdout is directly used as command line arguments for

[CMake] CMAKE_CONFIGURATION_TYPES

2008-04-07 Thread Jesper Eskilson
I've found a weird behavior which appears when trying to redefine the CMAKE_CONFIGURATION_TYPES variable under the following conditions: - The cmake.exe frontend is used - A Visual Studio generator is used - CMake 2.6 RC5, probably previous versions as well Given the following CMakeLists.txt

Re: [CMake] major performance problems on win32 with CMake 2.6.0 B6

2008-04-07 Thread Philip Lowman
On Sun, Apr 6, 2008 at 10:28 PM, Bill Hoffman [EMAIL PROTECTED] wrote: Philip Lowman wrote: Thanks Bill. Enjoy the rest of the weekend. Found it... $ cvs commit -m BUG: fix network path by mistake in search cmFindBase.cxx /cvsroot/CMake/CMake/Source/cmFindBase.cxx,v --

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-07 Thread Timenkov Yuri
On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: Hi, as a new cmake user I am pretty impressed how painless software builds can be - so first of all, thanks for releasing this software. I came to different solution. I have to build statically with some libraries (including boost), and

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-07 Thread Mathias Dalheimer
Hi, as a new cmake user I am pretty impressed how painless software builds can be - so first of all, thanks for releasing this software. Andreas Pakulat wrote: See FindBoost_v7.cmake on http://public.kitware.com/Bug/view.php?id=6257 for the latest version, which should be completely

[CMake] installing resources in mac app on cmake 2.6

2008-04-07 Thread Mattias Holm
Hi, I asked about this before, but i think it was lost in all the other talk of cmake 2.6 at that moment. How do I ensure that resources added to the resource list of an application is installed in the MacOS X application bundle? Will it be done during the normal build (i.e. without typing make

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-07 Thread Andreas Pakulat
On 07.04.08 19:47:03, Timenkov Yuri wrote: On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: Hi, as a new cmake user I am pretty impressed how painless software builds can be - so first of all, thanks for releasing this software. I came to different solution. I have to build

Re: [CMake] installing resources in mac app on cmake 2.6

2008-04-07 Thread David Cole
This is a snippet from the CMake source tree, in the file CMake/Tests/BundleTest/CMakeLists.txt : snippet SET_SOURCE_FILES_PROPERTIES( ${CMAKE_CURRENT_BINARY_DIR}/randomResourceFile.plist PROPERTIES MACOSX_PACKAGE_LOCATION Resources ) SET_SOURCE_FILES_PROPERTIES( SomeRandomFile.txt

Re: [CMake] Testing for time.h on various platforms

2008-04-07 Thread Amitha Perera
Mike Jackson wrote: I am looking for a game plan (or code..) to test for a header file and where the correct location of that header might be. Seems on some systems, time.h should be sys/time.h were on others it is just time.h. Does FIND_FILE not do the trick? You could write out the result

Re: [CMake] installing resources in mac app on cmake 2.6

2008-04-07 Thread Mattias Holm
Hi, Thanks, will try that out, however, what I was trying was something like the following: add_executable(openorbit MACOSX_BUNDLE ${openorbit_SRC}) set_target_properties(openorbit PROPERTIES RESOURCE ${res_list}) I assume then that setting the resource property on a target only works on

Re: [CMake] CMake 2.6.0 RC 6 ready for testing

2008-04-07 Thread Hendrik Sattler
Am Mittwoch 02 April 2008 schrieb Bill Hoffman: I am happy to announce that CMake 2.6.0 RC6 is ready for testing. You can find the source and binaries here: http://www.cmake.org/files/v2.6/. Here is the list of changes for the 2.6.0 branch so far: - Cross compile support - New Qt GUI Each

Re: [CMake] CMake 2.6.0 RC 6 ready for testing

2008-04-07 Thread Alexander Neundorf
On Monday 07 April 2008, Hendrik Sattler wrote: Am Mittwoch 02 April 2008 schrieb Bill Hoffman: I am happy to announce that CMake 2.6.0 RC6 is ready for testing. You can find the source and binaries here: http://www.cmake.org/files/v2.6/. Here is the list of changes for the 2.6.0 branch

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-07 Thread Andreas Pakulat
On 07.04.08 19:47:03, Timenkov Yuri wrote: On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: Hi, as a new cmake user I am pretty impressed how painless software builds can be - so first of all, thanks for releasing this software. I came to different solution. I have to build

Re: [CMake] FindBoost.cmake updated on the bugtracker

2008-04-07 Thread Bill Hoffman
Andreas Pakulat wrote: On 07.04.08 19:47:03, Timenkov Yuri wrote: On Monday 07 April 2008 19:37:26 Mathias Dalheimer wrote: Hi, as a new cmake user I am pretty impressed how painless software builds can be - so first of all, thanks for releasing this software. I came to different solution. I

Re: [CMake] CMake 2.6.0 RC 6 ready for testing

2008-04-07 Thread David Thulson
Hello, I installed RC6 from the OSX dmg. While the .app file itself seems fine, it still did not overwrite the links to a previous version in /usr/bin/ even though I explicitly confirmed that the installer should put links in /usr/bin/. I have mentioned this a few times already in response to