RE: [CMake] Dart server - which source?

2007-05-07 Thread Trevor Kellaway
Hi, > I've been running a Dart2 server for several weeks, having > found the Dart1.0.7 Java version at ... It looks like there is a later version of Dart2 available via the Subversion respository at http://svn.na-mic.org/svn/Dart/tags/Dart-1.0.8 and one of the commit comments mentions better co

[CMake] CTEST_EXTRA_UPDATES_1 and Subversion

2007-05-07 Thread Trevor Kellaway
Hi, In the "Mastering CMake" book and the Wiki (http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest) is an example of using CTEST_EXTRA_UPDATES_1 to perform updating of extra directories from the repository, e.g. a tools directory that is outside your monitored source directory: SET (CTEST

Re: [CMake] building tool discussion on boost's devel list

2007-05-07 Thread Bill Hoffman
Christian Ehrlicher wrote: John Biddiscombe schrieb: Please make sure that the boost developers know that if boost adopted CMake as a build tool, then a small but capable army of helpers like myself and many other readers on this list would fall over ourselves to help out the process of creati

[CMake] Dart server - which source?

2007-05-07 Thread Trevor Kellaway
Hi, I've been running a Dart2 server for several weeks, having found the Dart1.0.7 Java version at http://www.na-mic.org/Wiki/index.php/Dart2Summary, which was fairly easy to setup. I've recently got my CMake code coverage running, and noticed that the Dart2 coverage summary reports don't look th

Re: [CMake] building tool discussion on boost's devel list

2007-05-07 Thread Christian Ehrlicher
John Biddiscombe schrieb: Please make sure that the boost developers know that if boost adopted CMake as a build tool, then a small but capable army of helpers like myself and many other readers on this list would fall over ourselves to help out the process of creating CMakeLists etc files. I

Re: [CMake] building tool discussion on boost's devel list

2007-05-07 Thread John Biddiscombe
Please make sure that the boost developers know that if boost adopted CMake as a build tool, then a small but capable army of helpers like myself and many other readers on this list would fall over ourselves to help out the process of creating CMakeLists etc files. I'm sure this sentiment will

[CMake] building tool discussion on boost's devel list

2007-05-07 Thread Maik Beckmann
Hello! I just want to post a pointer to a thread at the boost-devel list where using cmake as an alternative to bbv2 is discussed: http://www.nabble.com/boost-development-process---scope-tf3692772.html Eric mentioned it, so start your reading at his post. MfG Maik PS: Argh.. gmane.org is

[CMake] Specifying build architectures on Mac OS X (ppc7400 does not work?)

2007-05-07 Thread Sean McBride
Hi all, Has anyone tried to build a Universal Binary with the following: CMAKE_OSX_ARCHITECTURES:STRING=ppc7400;i386 instead of the usual: CMAKE_OSX_ARCHITECTURES:STRING=ppc;i386 If I do a 'lipo -info' on the build result it tells me "Architectures in the fat file: foo.a are: ppc i386". It sh

[CMake] Re: Help getting -l and -L arguments from apr-config

2007-05-07 Thread Matthew Woehlke
Thomas Christian Chust wrote: Bill Hoffman wrote: I think you are going to have to use regular expressions. if you want some code that can correctly identify matching quotation marks, regular expressions don't have enough expressive power to describe that behaviour (you would need something li

Re: [CMake] Re: Help getting -l and -L arguments from apr-config

2007-05-07 Thread Thomas Christian Chust
Bill Hoffman wrote: > [...] > I think you are going to have to use regular expressions. > [...] Hello, if you want some code that can correctly identify matching quotation marks, regular expressions don't have enough expressive power to describe that behaviour (you would need something like PEGs

RE: [CMake] Thoughts on Cross-compiling with CMake

2007-05-07 Thread Trevor Kellaway
Kishore, > > You need to make the distinction between the different styles of > build: > > > > 1) Command line makefile > > 2) IDE invoked internal build > > 3) IDE invoked external makefile > > > > VC supports all three of these usage patterns for its > native compiler. > > However, if you

RE: [CMake] Thoughts on Cross-compiling with CMake

2007-05-07 Thread Kishore, Jonnalagadda (IE10)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Trevor Kellaway > Sent: Saturday, May 05, 2007 1:49 PM > To: cmake@cmake.org > Subject: RE: [CMake] Thoughts on Cross-compiling with CMake > > Kishore, > > > OK. Personally, I use KDevelop and do not