Re: [CMake] CMake 2.8.2-rc2 ready for testing!

2010-06-16 Thread Alok Govil
Alan wrote: > Isn't that the complete issue? My experience (under Wine, but the principle > is the same) is you must have mingw32-make.exe on your PATH in order for -G > "MinGW Makefiles" to work. So you will have to be careful of dependencies, > but you should be able to download and unpa

Re: [CMake] CheckForPthreads.c

2010-06-16 Thread Michael Hertling
On 06/15/2010 05:07 PM, Kevin Fitch wrote: > I have been converting an existing make based build system over to cmake, > and overall I am loving it so far. > > I happened to run across CheckForPthreads.c, and was a little surprised to > see that it was basically a classic example of racy code. >

Re: [CMake] CMake 2.8.2-rc2 ready for testing!

2010-06-16 Thread Alan W. Irwin
On 2010-06-16 19:04-0700 Alok Govil wrote: Hi all, I am unable to build using MinGW-W64, but chances are there would be some configuration issues. Here is how I am setup right now: 1.  Download latest "automatic" builds (W64 and W32) from here:  http://mingw-w64.sourceforge.net/ 2.  Removed p

Re: [CMake] CMake 2.8.2-rc2 ready for testing!

2010-06-16 Thread Alok Govil
Hi David, You have raised the right concern. My intention is not to compare various MinGW builds but to understand how to configure Cmake 2.8.2 to build with MinGW-W64, since this support is being added to CMake. As it stands now, given lack of understanding of how to do this with CMake, I a

Re: [CMake] CMake 2.8.2-rc2 ready for testing!

2010-06-16 Thread David Cole
On Wed, Jun 16, 2010 at 10:04 PM, Alok Govil wrote: > Hi all, > > I am unable to build using MinGW-W64, but chances are there would be some > configuration issues. > > Here is how I am setup right now: > > 1. Download latest "automatic" builds (W64 and W32) from here: > http://mingw-w64.sourcef

Re: [CMake] CMake 2.8.2-rc2 ready for testing!

2010-06-16 Thread Alok Govil
Hi all, I am unable to build using MinGW-W64, but chances are there would be some configuration issues. Here is how I am setup right now: 1. Download latest "automatic" builds (W64 and W32) from here: http://mingw-w64.sourceforge.net/ 2. Removed prefixes: For example, renamed file "x86_64

[CMake] CMake 2.8.2-rc2 ready for testing!

2010-06-16 Thread David Cole
The CMake 2.8.2 release candidate stream continues! You can find the source and binaries here: http://www.cmake.org/files/v2.8/. Since we switched to git, and a new workflow, we're expecting to do more frequent releases. Because of that, our release candidate phases will be shorter than they have

Re: [CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-16 Thread Kishore
On Wednesday 16 Jun 2010 8:51:27 am you wrote: > On Tuesday 15 Jun 2010 11:32:17 pm Andreas Pakulat wrote: > > On 15.06.10 22:18:04, Kishore wrote: > > > How do i inform cmake when building a module that it depends on another > > > module? Does cmake need to even know that? > > > > > > I am buildi

Re: [CMake] PROJECT_GROUP

2010-06-16 Thread aaron.meadows
>From the bug Description at http://public.kitware.com/Bug/view.php?id=3796: Visual Studio has "Solution Folders" for grouping Projects (i.e. build targets). Large software projects would benefit from this feature. I suppose the appropriate command would be PROJECT_GROUP, to parallel SOURCE_GRO

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

2010-06-16 Thread Alan W. Irwin
Hi Bill: I suspect the questions below got lost in the stack of e-mail over last weekend. Anyhow, I am still very much interested in the answers since all questions concern possible limitations in the MinGW/MSYS/CMake/Wine platform, and I am currently putting together a writeup of that platform i

Re: [CMake] PROJECT_GROUP

2010-06-16 Thread James Bigler
So what is PROJECT_GROUP then? I don't see it in the help pages in branch 'next'. James On Tue, Jun 15, 2010 at 10:29 AM, David Cole wrote: > The patch in issue #3796 has not been applied to the CMake 'next' branch > yet. I think it is too late to consider for the 2.8.2 release, but it could >

[CMake] CTEST_BUILD_COMMAND conflicts with CTEST_BUILD_TARGET (was Re: 0009835: ctest --help-property CTEST_BUILD_TARGET)

2010-06-16 Thread Mathieu Malaterre
I finally got everything working with cmake 2.8.1, there is just one glitch, one cannot set CTEST_BUILD_COMMAND for CTEST_BUILD_TARGET to work. I added a bug report here: http://cmake.org/Bug/view.php?id=10838 I simply had to comment out my setting: #SET (CTEST_BUILD_COMMAND "make -i") HTH On

Re: [CMake] vcproj2cmake.rb script: announcing new version / hosting questions

2010-06-16 Thread Andreas Mohr
Hi, On Mon, Jun 14, 2010 at 05:00:47PM +0200, Andreas Mohr wrote: > On Mon, Jun 14, 2010 at 09:54:58AM -0400, Bill Hoffman wrote: > > To be compatible with CMake, I would say a BSD license would be the > > best. gitorious might be a good starting place. We tried the converter > > here, and i

Re: [CMake] NCurses issues with OS X 10.6.3 and ccmake

2010-06-16 Thread Sean McBride
On Tue, 15 Jun 2010 18:05:06 -0400, Michael Jackson said: >Just FYI that Apple released the OS X 10.6.4 update today that among >other things _should_ have fixed the messed up ncurses library that >stopped the arrow keys from working with ccmake. > As usual use the usual update mechanisms th

Re: [CMake] vcproj2cmake.rb script: announcing new version / hosting questions

2010-06-16 Thread Andreas Mohr
On Tue, Jun 15, 2010 at 11:10:37AM +0200, Jesper Eskilson wrote: > On 06/14/2010 05:00 PM, Andreas Mohr wrote: > >> Frankly the entire distinction between CMAKE_CONFIGURATION_TYPES >> and CMAKE_BUILD_TYPE remains one of the more confusing things, >> as can be witnessed in several confused postings

[CMake] CPack: removing NSI "Install Options" and "Choose Start Menu Folder" pages from installation wizard

2010-06-16 Thread Torri, Stephen CIV NSWCDD, W15
I am trying to remove the "Install Options" and "" page from the install script. The "Install Options" is not required since I do not plan on adding this project installation directory to the system PATH environment variable. Also since I am installing a static library I don't see the need for a

Re: [CMake] CMake 2.8.2 RC1 <-> Visual Studio Express

2010-06-16 Thread Micha Renner
Am Mittwoch, den 16.06.2010, 06:56 -0400 schrieb David Cole: > On Wed, Jun 16, 2010 at 1:26 AM, Micha Renner > wrote: > There still some problems with the Express version of VS > I started the gui-version of CMake and generated the solution > files > (empty build di

Re: [CMake] Combining projects made by several CMake solutions into 1 solution

2010-06-16 Thread Ryan Pavlik
On 6/15/10 11:13 PM, ben...@cs.its.ac.id wrote: Hi, I'm currently using some projects that solutions are built from CMake. They are Delta 3D, Open Scene Graph, osgOcean, and dtOcean. So what I wanted is to combine a few of those projects into one solution so I don't have to make them separately a

Re: [CMake] CMake 2.8.2 RC1 <-> Visual Studio Express

2010-06-16 Thread David Cole
On Wed, Jun 16, 2010 at 1:26 AM, Micha Renner wrote: > There still some problems with the Express version of VS > I started the gui-version of CMake and generated the solution files > (empty build directory). No errors. > > First run in the IDE generates a lot of CMake errors (see appendix). > CM