Re: [CMake] Re: FindSDL.cmake and mingw / msys

2007-03-28 Thread E. Wing
The issue I see at the moment is that setting SDL_LIBRARY_TEMP is not required by CMakeSetup. So you can finish the "configure" step without setting SDL_LIBRARY_TEMP. But if you do so it will not compile under Windows. So this should not happen. So the options to me are: - initialize SDL_LIBRARY

Re: [CMake] Re: 'make test' doesn't build cppunit test executable

2007-03-28 Thread Bill Hoffman
Anton Pervukhin wrote: Hi Bill I can not figure it out from the output you have posted. I suggest that you make a very small contained example that I can try. A tar file with all the sources needed to see the problem. I will take a look at it if you can create that. This will fix y

Re: [CMake] Mac OS X app Bundles & Opening Files

2007-03-28 Thread Geoffrey Hutchison
On Mar 28, 2007, at 2:10 PM, Mike Jackson wrote: has a review of what might be needed. I have no idea what version of Qt is used in the examples. I'll leave it as an exercise for the reader. Aha. Forgot about that! For future reference, that was for Qt-3.x. Here's the updated version for

Re: [CMake] Re: 'make test' doesn't build cppunit test executable

2007-03-28 Thread Anton Pervukhin
Hi Bill! On Wed, 28 Mar 2007, Bill Hoffman wrote: > I can not figure it out from the output you have posted. I suggest that > you make a very small contained > example that I can try. A tar file with all the sources needed to see > the problem. I will take a look > at it if you can create tha

Re: [CMake] Re: 'make test' doesn't build cppunit test executable

2007-03-28 Thread Anton Pervukhin
Hi Bill > I can not figure it out from the output you have posted. I suggest that > you make a very small contained > example that I can try. A tar file with all the sources needed to see > the problem. I will take a look > at it if you can create that. Please, find gzipped tar attached & the

Re: [CMake] UseLATEX.cmake adding dependencies to document?

2007-03-28 Thread Eric Noulard
2007/3/28, Martin Matusiak <[EMAIL PROTECTED]>: So I'm trying to use UseLATEX.cmake to build a document, I have some images and they are handled okay. But I also have some code samples that I import into my document. How do I declare these as additional dependencies to the document? I had the s

Re: [CMake] Mac OS X app Bundles & Opening Files

2007-03-28 Thread Mike Jackson
I think there are some OS X specific functions that you need to "handle". http://doc.trolltech.com/qq/qq12-mac-events.html has a review of what might be needed. I have no idea what version of Qt is used in the examples. I'll leave it as an exercise for the reader. Also.. Could you post you

[CMake] UseLATEX.cmake adding dependencies to document?

2007-03-28 Thread Martin Matusiak
So I'm trying to use UseLATEX.cmake to build a document, I have some images and they are handled okay. But I also have some code samples that I import into my document. How do I declare these as additional dependencies to the document? Also, it seems that the pdf is generated every time I run mak

[CMake] EXECUTE_PROCESS run

2007-03-28 Thread Raphael Cotty
Hi, I use EXECUTE_PROCESS to retreive the subverison version number. But it is only updated when I run cmake. I'd like to have the EXECUTE_PROCESS command run all the time like with ADD_CUSTOM_TARGET with option ALL. Is it possible? Thanks very much! Raph _

[CMake] Mac OS X app Bundles & Opening Files

2007-03-28 Thread Geoffrey Hutchison
Hi there, I'm transitioning to using CMake from Qt/qmake and generally like it. Some of the Mac OS X specific issues have taken a bit of time to wrap my head around. I now have a nice File.app bundle with icon, etc. thanks to the instructions on the wiki and the mailing list. I have my ow

Re: [CMake] Re: 'make test' doesn't build cppunit test executable

2007-03-28 Thread Bill Hoffman
[EMAIL PROTECTED] wrote: Hi friends! A few days ago I posted here an issue on how to force cmake to build and run cppunit test executables by running 'make test'. I managed to move further in solving the problem but not yet completely. Details are below. If somebody has any experience with relat

[CMake] Re: 'make test' doesn't build cppunit test executable

2007-03-28 Thread apervukh
Hi friends! A few days ago I posted here an issue on how to force cmake to build and run cppunit test executables by running 'make test'. I managed to move further in solving the problem but not yet completely. Details are below. If somebody has any experience with related issues or any further id