[CMake] lib/exe output within various levels of the binary directory

2007-07-10 Thread Jon W
I am trying to get the following directory configuration for lib/exe output within visual studio: bin/Debug/aa.dll bin/Release/aa.dll bin/Release/models/bb.dll bin/Release/models/bb.dll The bin/Debug and bin/Release directories are the defaults when using "bin" as the binary directory. How

[CMake] Re: [Chicken-hackers] mingw regex undefined pcre references

2007-07-10 Thread Brandon Van Every
On 7/9/07, felix winkelmann <[EMAIL PROTECTED]> wrote: On 7/6/07, Brandon Van Every <[EMAIL PROTECTED]> wrote: > I get these errors in current Darcs head with mingw. I did not get > them when building the Chicken 2.613 tarball. Before I try to > diagnose anything, does this ring any bells? > I

[CMake] Variable visibility through CMake directory strucutre

2007-07-10 Thread Iacopo Palazzi
Hi there, the question I'm wondering about concerns the variable visibility during the CMake configuration process. Assume you have a two-level structure project: ./ ./core Assume that the ./CMakeLists.txt is something like this: ADD_SUBDIRECTORY(core) FOREACH(

Re: [CMake] Looking for hoffman

2007-07-10 Thread Alexander Neundorf
On Tuesday 10 July 2007 04:29, Paul Richards wrote: > I'm looking for the person who has the CVS username of "hoffman". Is > there a simple translation of cvs usernames to email addresses? The person who has the CVS username "hoffman" is one of the main cmake developers, as google: cmake hoffman

Re: [CMake] non default architecture builds

2007-07-10 Thread Bill Hoffman
Mathias Froehlich wrote: On Monday 09 July 2007 14:34, Alexander Neundorf wrote: On Monday 09 July 2007 08:10, Mathias Froehlich wrote: Hi, I need to do no default binary type builds with a cmake based build system (OpenSceneGraph's cmake build system). With non default binary type, I

Re: [CMake] CMake 2.4.7 RC 11

2007-07-10 Thread Gaƫtan Lehmann
Hi, There is still the problem with the INSTALL() command. The behavior have changed in version 2.4.7: the symlinks are now copied, but the content of the file pointed by the symlink was copied in version 2.4.6 (and earlier). This is a backward compatibility breakage. The default behavior

Re: [CMake] Specifying different warning levels for debug and release

2007-07-10 Thread Jack Kelly
Paul Richards wrote: Hi, Is there a way to specify different warning levels for debug and release? Under Visual Studio 2003 we like to build debug with warning level 4, and release at warning level 3. Can CMake do this? I don't know if Visual Studio uses CFLAGS for warning level (I assume it

Re: [CMake] Looking for hoffman

2007-07-10 Thread Mathieu Malaterre
Assuming you have a checkout of CMake: cd CMake cvs co CVSROOT cat CVSROOT/users | grep hoffman hoffman:[EMAIL PROTECTED]:Bill Hoffman :) -Mathieu On 7/10/07, Paul Richards <[EMAIL PROTECTED]> wrote: I'm looking for the person who has the CVS username of "hoffman". Is there a simple transl

[CMake] Looking for hoffman

2007-07-10 Thread Paul Richards
I'm looking for the person who has the CVS username of "hoffman". Is there a simple translation of cvs usernames to email addresses? -- Paul Richards ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Specifying different warning levels for debug and release

2007-07-10 Thread Paul Richards
Hi, Is there a way to specify different warning levels for debug and release? Under Visual Studio 2003 we like to build debug with warning level 4, and release at warning level 3. Can CMake do this? -- Paul Richards ___ CMake mailing list CMake@cmak

Re: [CMake] cmake install - problem at copy

2007-07-10 Thread Clark J. Wang
On 7/10/07, B. Carrupt <[EMAIL PROTECTED]> wrote: It's working now, thanks. I had to add /usr/local/lib in ld.so.conf (don't know why it's not there by default) so that the wx libraries could be found. What I don't understand is why it was working when I ran the binary from the build/bin direc

Re: [CMake] cmake install - problem at copy

2007-07-10 Thread B. Carrupt
It's working now, thanks. I had to add /usr/local/lib in ld.so.conf (don't know why it's not there by default) so that the wx libraries could be found. What I don't understand is why it was working when I ran the binary from the build/bin directory of cmake directly (or when I copied it manua