RE: [CMake] [Dev] CMake 2.5-20070519 and tool chain support

2007-05-21 Thread Trevor Kellaway
Alex, > > CMAKE_TOOLCHAIN_FILE that is in the current development CVS tree. > - CMAKE_C_COMPILER - e.g. ppc_74xx-gcc > - CMAKE_SYSTEM_NAME - e.g. "Linux" OK, not sure I really understand the intention of CMAKE_SYSTEM_NAME, is this the name of the system we are building on, or building for? For e

Re: [CMake] [Dev] CMake 2.5-20070519 and tool chain support

2007-05-21 Thread Alexander Neundorf
Hi Trevor, On Monday 21 May 2007 14:58, Trevor Kellaway wrote: > Alex, ... > > This is a first try and the API may still change, also > > depending on your input. Please let me know what you think. > > Certainly. > > > > (1) Does anyone have a proposed convention for naming extension tool > > > ch

Re: [CMake] Re: FindLua50.cmake, FindLua51.cmake, FindOpenThreads.cmake

2007-05-21 Thread Pau Garcia i Quiles
On Monday 21 May 2007 21:27, E. Wing wrote: > Hi, a few comments on your Find modules you just submitted. > > For OpenThreads, I'm fairly close to the OpenThreads project and I've > been working on a formal find script for CMake. (I thought one of my > older scripts was already in the distributio

[CMake] Re: FindLua50.cmake, FindLua51.cmake, FindOpenThreads.cmake

2007-05-21 Thread E. Wing
Hi, a few comments on your Find modules you just submitted. For OpenThreads, I'm fairly close to the OpenThreads project and I've been working on a formal find script for CMake. (I thought one of my older scripts was already in the distribution too.) Our users have found a lot of interesting prob

RE: [CMake] [Dev] CMake 2.5-20070519 and tool chain support

2007-05-21 Thread Trevor Kellaway
Alex, > nice, I wanted to invite you to test the changes (including > documentation) but apparently you were faster :-) Good, we're both on the same page! I'll read and digest your response. > This is a first try and the API may still change, also > depending on your input. Please let me know

Re: [CMake] LINK_DIRECTORIES in MinGw

2007-05-21 Thread Jesús López
Hi, I'm using the MinGW (non MSYS) generator and adding an LINK_DIRECTORIES(xxx) seems to be doing nothing in the linking stage (make verbose=1), and I'm forced to use: SET_TARGET_PROPERTIES(mytarget PROPERTIES LINK_FLAGS -Lxxx ) Should I file a bug? Thnx, Jesús López

Re: [CMake] Howto say cmake to copy files in the builddir

2007-05-21 Thread Alan W. Irwin
On 2007-05-21 14:03+0200 Matthias Fechner wrote: Hi, I try to use cmake to compile my masterthesis which will be written in LaTeX. I checked the wiki page and found the macro UseLATEX.cmake. Now I have the following problem: The format file (.sty file) which my masterthesis uses is in the direc

[CMake] Additional Manifest Files in VC 8.0

2007-05-21 Thread Jacob Foshee
Does CMake have a command for specifying "Additional Manifest Files" to be included by Microsoft Visual Studio's Manifest Tool? This option is found on the Input and Output page of Manifest Tool in Configuration Properties. (Note that this is the argument provided to the /manifest switch of the m

Re: [CMake] Using Doxygen with Cmake

2007-05-21 Thread Pau Garcia i Quiles
Quoting Raja Yalamanchili <[EMAIL PROTECTED]>: Hi, I want to know whether cmake can be useful in generating doxygen documentation automatically when i execute my source code.I mean to say whenever i run my code i want doxygen to generate documentation automatically with ( if any )modifications.I

Re: [CMake] Using Doxygen with Cmake

2007-05-21 Thread Vitor Vasconcelos Araujo Silva
Hi, I want to know whether cmake can be useful in generating doxygen documentation automatically when i execute my source code.I mean to say whenever i run my code i want doxygen to generate documentation automatically with ( if any )modifications.Is there a way in cmake to do this? Yes.

RE: [CMake] ADD_SUBDIRECTORY() and mulitple PROJECT() definitions

2007-05-21 Thread Stephane Rouleau (Consultant)
Hi, As I feared, this did not generate much traffic. Either we're mis-using CMake, or we have a peculiar setup. :) In any case I went ahead and modified the vcproj generators in cmake so they don't output multiple instances of the same projecs within a given .sln file, and it solved our probl

[CMake] Using Doxygen with Cmake

2007-05-21 Thread Raja Yalamanchili
Hi, I want to know whether cmake can be useful in generating doxygen documentation automatically when i execute my source code.I mean to say whenever i run my code i want doxygen to generate documentation automatically with ( if any )modifications.Is there a way in cmake to do this? __

Re: [CMake] Howto say cmake to copy files in the builddir

2007-05-21 Thread Matthias Fechner
Hello Eric, * Eric Noulard <[EMAIL PROTECTED]> [21-05-07 14:52]: > Which version of the UseLatex.cmake are you using. > Before version 1.5.0 > INPUTS did not accept files whoses extension was not ".tex" > > see: > http://www.cmake.org/pipermail/cmake/2007-April/013533.html > adn the up to d

Re: [CMake] [Dev] CMake 2.5-20070519 and tool chain support

2007-05-21 Thread Alexander Neundorf
Hi Trevor, On Sunday 20 May 2007 18:13, Trevor Kellaway wrote: > Hi CMake developers, > > I've been trying to modify my previous cross compiler support work to > fit into the new development scheme of tool chain support with > CMAKE_TOOLCHAIN_FILE that is in the current development CVS tree. nice

Re: [CMake] Howto say cmake to copy files in the builddir

2007-05-21 Thread Eric Noulard
2007/5/21, Matthias Fechner <[EMAIL PROTECTED]>: Hello Eric, * Eric Noulard <[EMAIL PROTECTED]> [21-05-07 14:10]: > I think you should add your style files as INPUTS > since INPUTS may take a list of file. that i tried too. If i put the file (with or without directory) to the INPUTS I always

Re: [CMake] Howto say cmake to copy files in the builddir

2007-05-21 Thread Matthias Fechner
Hello Eric, * Eric Noulard <[EMAIL PROTECTED]> [21-05-07 14:10]: > I think you should add your style files as INPUTS > since INPUTS may take a list of file. that i tried too. If i put the file (with or without directory) to the INPUTS I always get the errormessage: make: don't know how to make

Re: [CMake] Howto say cmake to copy files in the builddir

2007-05-21 Thread Eric Noulard
2007/5/21, Matthias Fechner <[EMAIL PROTECTED]>: Hi, I try to use cmake to compile my masterthesis which will be written in LaTeX. I checked the wiki page and found the macro UseLATEX.cmake. Now I have the following problem: The format file (.sty file) which my masterthesis uses is in the direct

[CMake] Howto say cmake to copy files in the builddir

2007-05-21 Thread Matthias Fechner
Hi, I try to use cmake to compile my masterthesis which will be written in LaTeX. I checked the wiki page and found the macro UseLATEX.cmake. Now I have the following problem: The format file (.sty file) which my masterthesis uses is in the directory format/standard_eng.sty and some more files the

Re: [CMake] [PATCH] QT_WRAP_TS for Qt4 module

2007-05-21 Thread Bráulio Oliveira
Looks like this doesn't support out-of-source builds. You're right, here comes a new version: --- FindQt4.cmake 2007-05-21 06:36:31.0 -0300 +++ FindQt4.cmake.orig 2007-05-03 17:14:58.0 -0300 @@ -654,7 +654,7 @@ ### # # Chec

Re: [CMake] FindOpenThreads.cmake

2007-05-21 Thread Pau Garcia i Quiles
Hello, Ooops, it should say "one package". -- Pau Garcia i Quiles http://www.elpauer.org (Due to the amount of work, I usually need 10 days to answer) Quoting Pau Garcia i Quiles <[EMAIL PROTECTED]>: Hello, Here come two packages to find OpenThreads. They work fine for me on on KUbuntu 7.04

Re: [CMake] Header only targets, solution folders and shared settings?

2007-05-21 Thread Eric Noulard
2007/5/21, Kenny Erleben <[EMAIL PROTECTED]>: Eric Noulard skrev: > 2007/5/20, Kenny Erleben <[EMAIL PROTECTED]>: > >> iii) How to make several executables share the same compiler- and >> linker- flags? > > you may define a CMake variable > SET(MYCFLAGS "jkdlfjlj") > SET(MYLDFLAGS "ljjl") > > the

[CMake] FindOpenThreads.cmake

2007-05-21 Thread Pau Garcia i Quiles
Hello, Here come two packages to find OpenThreads. They work fine for me on on KUbuntu 7.04 with OpenThreads 1.2, YMMV. -- Pau Garcia i Quiles http://www.elpauer.org (Due to the amount of work, I usually need 10 days to answer) # Find the OpenThreads includes and library # # OpenThreads_I

[CMake] FindLua50.cmake, FindLua51.cmake

2007-05-21 Thread Pau Garcia i Quiles
Hello, Here come two packages to find Lua 5.0 and Lua 5.1. They work fine for me on on KUbuntu 7.04, YMMV. -- Pau Garcia i Quiles http://www.elpauer.org (Due to the amount of work, I usually need 10 days to answer) # Find the Lua 5.0 includes and library # # Lua50_INCLUDE_DIR - where to f

Re: [CMake] Header only targets, solution folders and shared settings?

2007-05-21 Thread Kenny Erleben
Eric Noulard skrev: 2007/5/20, Kenny Erleben <[EMAIL PROTECTED]>: iii) How to make several executables share the same compiler- and linker- flags? you may define a CMake variable SET(MYCFLAGS "jkdlfjlj") SET(MYLDFLAGS "ljjl") then you may use SET_TARGET_PROPERTIES(target1 target2