Re: [CMake] cmake 2.6.3 RC 8

2009-01-13 Thread Andrew Maclean
Regarding: Fix FindCurses for Haiku ... I can't agree more!!! What curse does Cmake produce for the following input? old pond a frog jumps the sound of water Sorry ... I couldn't resist it! :-) Andrew On Wed, Jan 14, 2009 at 9:15 AM, Bill Hoffman wrote: > I have a release candi

Re: [CMake] CPack PackageMaker bug?

2009-01-13 Thread Michael Jackson
Because when the package is made the correct permissions are not set. PackageMaker is a glorified tar utility, thus what ever permissions are used when the package is create will be used when the installer is run. For example, if a developer wants his application to be installed in /Applica

[CMake] CPack PackageMaker bug?

2009-01-13 Thread Clinton Stimpson
So when I install , it changes the owner and group of the /Applications folder. Any idea why? I see the same thing with my own PackageMaker installers. Clint ___ CMake mailing list C

Re: [CMake] Confusion on how find_package works.

2009-01-13 Thread Michael Jackson
Just making sure it was read. Here is my take line by line from FindZLIB.cmake # - Find zlib # Find the native ZLIB includes and library # # ZLIB_INCLUDE_DIR - where to find zlib.h, etc. # ZLIB_LIBRARIES - List of libraries when using zlib. # ZLIB_FOUND - True if zlib found. # Next

Re: [CMake] Confusion on how find_package works.

2009-01-13 Thread Robert Dailey
Trust me, I've read this already. It makes no sense to me. How am I supposed to know that any of the variables it is checking have been set? And if so, where were they set? Could someone give me a summary of what find_path is searching in in this specific case? On Tue, Jan 13, 2009 at 4:20 PM, Mic

Re: [CMake] Confusion on how find_package works.

2009-01-13 Thread Michael Jackson
From the Help page: All CMake commands • find_path: Find the directory containing a file. find_path( name1 [path1 path2 ...]) This is the short-hand signature for the command that is sufficient in many cases. It is the same as find_path( name1 [PATHS path1 path2 ...]) find_path( n

[CMake] cmake 2.6.3 RC 8

2009-01-13 Thread Bill Hoffman
I have a release candidate (RC 8) for 2.6.3 ready for CMake. Thanks. The files can be found here: http://www.cmake.org/files/v2.6/*RC-8* The changes from 2.6.2 to 2.6.3 are as follows: Changes in CMake 2.6.3 RC 8 - CMAKE_VERBOSE_MAKEFILE fix for KDevelop3 - FindGettext.cmake fix #8122 - FindP

[CMake] Confusion on how find_package works.

2009-01-13 Thread Robert Dailey
Hi, I'm currently looking at FindZLIB.cmake trying to understand how it works and I just can't seem to make sense of it. I have a few questions: 1. How does find_path() know where to look? Where is it looking? Where is it told where to look? 2. Question #1 with find_library() as well. I

[CMake] No Warning when QtDialog isn't installed on Windows

2009-01-13 Thread Miguel A. Figueroa-Villanueva
Hello, The following excerpt is taken from Source/QtDialog/CMakeLists.txt: # if qt is not static and we are on windows then skip the install # I don't want to distribute qt dlls IF(CMAKE_PACKAGE_QTGUI) INSTALL(TARGETS cmake-gui RUNTIME DESTINATION bin ${CMAKE_INSTALL_DESTINATION_ARG

Re: [CMake] History and ideas behind FindMPI.cmake?

2009-01-13 Thread Bartlett, Roscoe A
Brad, Thanks for the clarifications. Note that MPI is unique in that it specifics how main(...) must be written and how to run programs on the command-line. I can't think of any other library that does this (except perhaps other message passing standards). - Ross > -Original Message

Re: [CMake] GTK doesn't seem to be include correctly on Ubuntu 8.10

2009-01-13 Thread Pierrick Grasland
Hello, Sorry. I forgot to include gtkCallback in my mail. Actually, Gio/gfile doesn't seems to be corrupted. (It was proved, with a previous version of our program working perfectly) We nailed down a problem : an header, protected with #define, was include several times, but generate this error

Re: [CMake] History and ideas behind FindMPI.cmake?

2009-01-13 Thread Brad King
Alin M Elena wrote: > Do you really need an module for MPI? > > All you need is to set the normal shell variables for compilers to the MPI > wrappers. > You need both mpi and non-mpi binaries just use different build folders. Alin is correct. If the project works with an all-MPI build you can j

Re: [CMake] History and ideas behind FindMPI.cmake?

2009-01-13 Thread Bartlett, Roscoe A
> -Original Message- > From: Michael Wild [mailto:them...@gmail.com] > Sent: Monday, January 12, 2009 10:57 PM > To: Bartlett, Roscoe A > Cc: cmake@cmake.org > Subject: Re: [CMake] History and ideas behind FindMPI.cmake? > > > I am seriously considering completely writing our own version

Re: [CMake] History and ideas behind FindMPI.cmake?

2009-01-13 Thread Alin M Elena
Hi, Do you really need an module for MPI? All you need is to set the normal shell variables for compilers to the MPI wrappers. You need both mpi and non-mpi binaries just use different build folders. Alin -- __ "If the Unive

[CMake] GTK doesn't seem to be include correctly on Ubuntu 8.10

2009-01-13 Thread Pierrick Grasland
Hello, I'm currently working with GTK 2.0, CMake and FindGTK2.cmake (from Philip Lowman). After some works on my system (ubuntu 8.04), we are currently trying to merge our change on another plateform, with Ubuntu 8.10. But, we encountered the following error during compilation : [ 60%] Building