Re: [CMake] Copying cmake generated files to another machine

2009-12-06 Thread Óscar Fuentes
Hello Steve and Eric. Eric Noulard writes: > 2009/12/6 steve naroff : >>> >>> May be we can think of "packaging" CMake itself along with the build tree? >> >> Packaging the binaries isn't considered acceptable (we need a "pure" source >> distribution with no binary files). > > Sorry for being pi

[CMake] FindPerlLibs.cmake bug or I don't understand string regex replace

2009-12-06 Thread Hugh Sorby
I have been trying to get FindPerlLibs to work on windows (Vista). It's taken me a while but I think I have found the problem. As far as I have been able to identify the string regex replace call returns (what I think is) an undesirable result. Below is an example to illustrate the problem

Re: [CMake] Copying cmake generated files to another machine

2009-12-06 Thread Eric Noulard
2009/12/6 steve naroff : >> >> May be we can think of "packaging" CMake itself along with the build tree? > > Packaging the binaries isn't considered acceptable (we need a "pure" source > distribution with no binary files). Sorry for being picky but you don't "require a pure source". You want to

Re: [CMake] Copying cmake generated files to another machine

2009-12-06 Thread steve naroff
Thanks for the quick response...comments below: On Dec 6, 2009, at 12:20 PM, Eric Noulard wrote: 2009/12/6 steve naroff : Hi, I work on llvm/clang (a client of cmake). For development, cmake is wonderful (no big issues). For deployment, cmake's inability to copy it's generated project files

Re: [CMake] Copying cmake generated files to another machine

2009-12-06 Thread Eric Noulard
2009/12/6 Alan W. Irwin : >> >> With this feature you'll get a "portable" project which contains the >> source tree, >> a preconfigured build tree + some cmake binaries corresponding to the >> build tree. >> > > Eric, I didn't see your e-mail before I sent mine. However, now that I have > read your

Re: [CMake] Copying cmake generated files to another machine

2009-12-06 Thread Alan W. Irwin
On 2009-12-06 18:20+0100 Eric Noulard wrote: 2009/12/6 steve naroff : Hi, I work on llvm/clang (a client of cmake). For development, cmake is wonderful (no big issues). For deployment, cmake's inability to copy it's generated project files to another machine is causing us some grief. The scenar

Re: [CMake] Copying cmake generated files to another machine

2009-12-06 Thread Alan W. Irwin
On 2009-12-06 11:33-0500 steve naroff wrote: Hi, I work on llvm/clang (a client of cmake). For development, cmake is wonderful (no big issues). For deployment, cmake's inability to copy it's generated project files to another machine is causing us some grief. The scenario is quite simple: I wan

Re: [CMake] CMake and Visual Studio configurations

2009-12-06 Thread Tyler Roscoe
On Sun, Dec 06, 2009 at 03:44:12PM +0800, Romain CHANU wrote: > When we choose "Debug" or "Release" configuration in Visual Studio, is there > a way for CMake to apply different compilations / linking rules? Look at the COMPILE_FLAGS_ and LINK_FLAGS_ properties. tyler

Re: [CMake] Copying cmake generated files to another machine

2009-12-06 Thread Eric Noulard
2009/12/6 steve naroff : > Hi, I work on llvm/clang (a client of cmake). > For development, cmake is wonderful (no big issues). > For deployment, cmake's inability to copy it's generated project files to > another machine is causing us some grief. The scenario is quite simple: I > want to copy the

[CMake] Copying cmake generated files to another machine

2009-12-06 Thread steve naroff
Hi, I work on llvm/clang (a client of cmake). For development, cmake is wonderful (no big issues). For deployment, cmake's inability to copy it's generated project files to another machine is causing us some grief. The scenario is quite simple: I want to copy the llvm/clang source tree over

Re: [CMake] CMake 2.8.0 built on OS X crashes on Startup.

2009-12-06 Thread Michael Wild
On 5. Dec, 2009, at 17:12 , Clinton Stimpson wrote: It would be nice to have a function allowing one to override/extend the default choice (which AFAIK is determined by asking otool about link-dependencies). Perhaps something like this: set_external_framework_properties( ${QT_QTGUI_LIBR