Re: [cmake-developers] The CMake bug tracker and the backlog of unresolved issues

2011-02-04 Thread Eric Noulard
2011/2/4 Michael Wild them...@gmail.com: You could actually add a backlog status by customising the configuration: http://manual.mantisbt.org/manual.customizing.mantis.customizing.status.values.php This would be IMHO much less confusing and also much easier to use when searching/filtering.

Re: [CMake] [cmake-developers] The CMake bug tracker and the backlog of unresolved issues

2011-02-04 Thread Eric Noulard
2011/2/3 David Cole david.c...@kitware.com: Hello CMakers, The CMake issue tracker is located at: http://public.kitware.com/Bug All of the issues except for the most recent 15 or so have been assigned and looked at by at least one CMake developer at one point in each issue's history.

Re: [CMake] The CMake bug tracker and the backlog of unresolved issues

2011-02-04 Thread Eric Noulard
2011/2/4 Tyler Roscoe ty...@cryptio.net: (removing cmake-developers; cross-posting felt wrong) On Thu, Feb 03, 2011 at 05:34:45PM -0500, David Cole wrote: Since we do not have a status of backlog -- but we don't really use the status values of acknowledged or confirmed very much, I am

Re: [CMake] try_compile generates assertion failure in MSVC 2010

2011-02-04 Thread Eric Noulard
2011/2/4 Dominik Szczerba domi...@itis.ethz.ch: I use try_compile to configure my project and it works fine on linux. On Windows I get a lovely assertion failure, when calling cmake from VC command line: (typos possible, typed from a popup window) Debug Assertion Failed! Program:

Re: [CMake] a question about archiving libraries

2011-02-03 Thread Eric Noulard
2011/2/4 mina adel elecengineer_m...@yahoo.com: Hi, Thank you so much for your reply. About archiving the libraries, can I use ar with custom_command() to archive the three libraries into one big library.? This may not work on all platforms. Some people seems to do the same trick

Re: [CMake] CPack, MinGW, strip

2011-02-02 Thread Eric Noulard
2011/2/2 Peter Kümmel syntheti...@gmx.net: CMake 2.8.3: When I install with mingw32-make install/strip the installed files are stripped. But when I set CPACK_STRIP_FILES to 1 and use NSIS with mingw32-make package the binaries are not stripped. CPackConfig.cmake looks correct:

Re: [CMake] CPack, MinGW, strip

2011-02-02 Thread Eric Noulard
2011/2/2 Peter Kümmel syntheti...@gmx.net: On 02.02.2011 13:43, Eric Noulard wrote: 2011/2/2 Peter Kümmelsyntheti...@gmx.net: CMake 2.8.3: When I install with mingw32-make install/strip the installed files are stripped. But when I set CPACK_STRIP_FILES to 1 and use NSIS with mingw32

Re: [CMake] namespace support

2011-02-02 Thread Eric Noulard
2011/2/2 Michael Wild them...@gmail.com: Put a CMakeLists.txt file in a/ and b/ and do the include_directories() and add_library() calls in there. That's the only way to have separate include directories since there is no corresponding target property (which admittedly would be nice to have).

Re: [CMake] New warnings in CMake 2.8.4-rc2

2011-02-02 Thread Eric Noulard
2011/2/2 Emmanuel Blot eblot...@gmail.com: Currently, there is no way to turn this off. Very, very bad news ;-( IMHO, this is a recurrent issue with CMake. It seems there is no way to guarantee that a project that builds well with a version of CMake will build the same way with the next

[CMake] Fwd: Executable in the main directory

2011-02-02 Thread Eric Noulard
Forgot the list initially -- Forwarded message -- From: Eric Noulard eric.noul...@gmail.com Date: 2011/2/2 Subject: Re: [CMake] Executable in the main directory To: Enrique Izaguirre enrique.izagui...@gmail.com 2011/2/2 Enrique Izaguirre enrique.izagui...@gmail.com: Hello

Re: [CMake] a question about archiving libraries

2011-02-02 Thread Eric Noulard
2011/2/3 mina adel elecengineer_m...@yahoo.com: Hi All In my code I use an available libraries (amd btf colamd) In order to compile those using cmake I use add_custom_command() to cd into each folder and then run make for each library. You should have a look at: ExternalProject_Add from

Re: [CMake] problem with ADD_SUBDIRECTORY always inheriting all settings

2011-02-01 Thread Eric Noulard
2011/2/1 Maarten Nieber hallomaar...@yahoo.com: Hi everybody, I´m mailing to find out what the community thinks of my feature request (http://public.kitware.com/Bug/view.php?id=5974), which was unfortunately rejected, and maybe come up with a better idea that serves the same goal. However,

Re: [cmake-developers] Saving user settings with xcode generator

2011-01-31 Thread Eric Noulard
2011/1/31 David Cole david.c...@kitware.com: When you are logged in to Mantis, there should be a Monitor button right under where you see a link to the patch that you attached... Is there no Monitor button there? (You may already be monitoring it if you attached a patch. I'm pretty sure that

Re: [cmake-developers] CMake dashboard breakage [again]

2011-01-31 Thread Eric Noulard
2011/1/31 Eric Noulard eric.noul...@gmail.com: 2011/1/31 Brad King brad.k...@kitware.com: On 01/31/2011 03:07 AM, Eric Noulard wrote: If not what could be the cause of this problem? CMake 2.6's foreach does not support the IN LISTS syntax: Ok, I see... I'll fix this later today. Just

Re: [CMake] Compiler definitions for shared and static builds

2011-01-31 Thread Eric Noulard
2011/1/31 Andreas Pakulat ap...@gmx.de: On 31.01.11 17:18:58, Louis Hoefler wrote: Hello everyone, I try to generate a cmake project and want to build shared and dynamic libraries in one step. I therefore added two targets: ADD_LIBRARY(${fox_default_libname} STATIC ${fox_cpp_files}

[cmake-developers] Cannot push to stage?

2011-01-30 Thread Eric Noulard
Hi there, I cannot push to stage? or print staged branch: $ ssh g...@cmake.org stage cmake print is lasting forever. any know trouble or is it on my side? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org

Re: [cmake-developers] Cannot push to stage?

2011-01-30 Thread Eric Noulard
2011/1/30 Marcus D. Hanwell marcus.hanw...@kitware.com: On Sun, Jan 30, 2011 at 7:37 AM, Eric Noulard eric.noul...@gmail.com wrote: Hi there, I cannot push to stage? or print staged branch: $ ssh g...@cmake.org stage cmake print is lasting forever. any know trouble or is it on my side

[Cmake-commits] CMake branch, next, updated. v2.8.3-1529-g0ae701c

2011-01-30 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ae701c17ae1e18d47f2af850c4b7242898c8c60 commit 0ae701c17ae1e18d47f2af850c4b7242898c8c60 Merge: 158b448 92ced20 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sun Jan 30 09:52:10 2011 -0500 Commit: CMake Topic Stage

Re: [CMake] Improvements for cross-referencing in the documentation?

2011-01-27 Thread Eric Noulard
2011/1/27 Alexander Neundorf a.neundorf-w...@gmx.net: On Thursday 27 January 2011, SF Markus Elfring wrote: That's it currently. Is it possible that a field or attribute can specify a format identifier (in the near future)? AFAIK nothing is planned. With sounds doable I meant that this

Re: [CMake] how to specify dependencies out of the source tree?

2011-01-26 Thread Eric Noulard
2011/1/26 Michal Turlik michal_...@yahoo.com Hi all I am trying to build and link against a dependency out of the source tree. I tried to arrange a custom target/command combo but it did not work. Could someone help me with this? What I really need is how to let cmake and make be correclty

Re: [cmake-developers] On Mac OS X, the CMake .app filename should not contain the version number ( http://public.kitware.com/Bug/view.php?id=11693#c24958 )

2011-01-20 Thread Eric Noulard
2011/1/20 David Cole david.c...@kitware.com: Moving to the CMake developer's list, as requested by this bug comment: http://public.kitware.com/Bug/view.php?id=11693#c24958 Comments or thoughts on the topic are welcome... Please reply here with any further discussion before adding more info

Re: [CMake] How to query compiler definitions?

2011-01-20 Thread Eric Noulard
2011/1/20 SF Markus Elfring elfr...@users.sourceforge.net: Probably that would be pretty difficult to achieve and definitely would break backwards-compatibility beyond resurrection. I have got a different opinion. I imagine that a property with a new name can provide the desired service to

Re: [CMake] How to query compiler definitions?

2011-01-20 Thread Eric Noulard
2011/1/20 Rolf Eike Beer e...@sf-mail.de: When you have such different levels of option you may do something like: OPTION(DEVELOPER_OPT_ENABLE  Enable developer options OFF) OPTION(SYSTEM_INTEGRATOR_OPT_ENABLE  Enable system integrator specific options OFF) OPTION(TOOL_USERS_OPT_ENABLE  

Re: [CMake] check_function_exists frailty

2011-01-19 Thread Eric Noulard
2011/1/19 Jack Poulson jack.poul...@gmail.com: I have no idea why this would occur, but with CMake 2.8.2 on x86_64 I'm getting strange behavior with check_function_exists. Namely, if I perform the sequence set(CMAKE_REQUIRED_LIBRARIES ${MATH_LIBS}) check_function_exists(daxpy HAVE_DAXPY)

Re: [CMake] build.h instead of config.h

2011-01-18 Thread Eric Noulard
2011/1/18 luxInteg lux-in...@btconnect.com: Greetings, I am learning cmake.  I progressed to doing configH checks (libtool to cmake conversion).   I have followed useful tips I obtained from this list  and this link:- http://www.cmake.org/Wiki/CMake:How_To_Write_Platform_Checks  I have a

[CMake] Get the list of all TARGETS?

2011-01-18 Thread Eric Noulard
Hi All, Is it possible to get the list of all targets defined in a project (or CMakeLists.txt or directory ...) from within a CMakeLists.txt ? Is there some properties for this? I did search but didn't find anything, but may be I didn't looked in the right place? -- Erk Membre de l'April - «

Re: [CMake] [CPACK] Add and define an environment variable for NSIS

2011-01-18 Thread Eric Noulard
2011/1/18 Olivier Pierard olivier.pier...@cenaero.be: Dear all, I would like to add a step for our NSIS installer in order to define an environment variable to locate a license file which is sent separately to the package (best would be locating it through a 'browse' button). I'm a little

Re: [CMake] Get the list of all TARGETS?

2011-01-18 Thread Eric Noulard
2011/1/18 Clifford Yapp cliffy...@gmail.com: Sounds like this issue: http://www.cmake.org/pipermail/cmake/2010-September/039388.html I can confirm the wrapper function approach works, using it in BRL-CAD. Right, I think a little bit more about it but I think it would be a interesting

Re: [CMake] build.h instead of config.h

2011-01-18 Thread Eric Noulard
2011/1/18 luxInteg lux-in...@btconnect.com: On Tuesday 18 January 2011 08:23:49 Eric Noulard wrote: May be you can post your CMakeLists.txt here if it's not too big? What is your platform/compiler target? Linux/gcc, Windows/Visual etc... I bet the -MT  -MD -MP options are specific

Re: [CMake] add_custom_command problem

2011-01-17 Thread Eric Noulard
2011/1/17 Andrea Galeazzi galea...@korg.it: I'm trying to invoke a program which increment the build number on a header file. I'm currently using the following statement: add_custom_command(OUTPUT ./BuildNumber.h COMMAND java ARGS -jar                                        

Re: [CMake] add_custom_command problem

2011-01-17 Thread Eric Noulard
2011/1/17 Andrea Galeazzi galea...@korg.it: Il 17/01/2011 11.09, Eric Noulard ha scritto: 2011/1/17 Andrea Galeazzigalea...@korg.it: I'm trying to invoke a program which increment the build number on a header I just realized something. Do you want A) to increase the build number EACH

Re: [CMake] add_custom_command problem

2011-01-17 Thread Eric Noulard
2011/1/17 Andrea Galeazzi galea...@korg.it: Il 17/01/2011 12.34, Eric Noulard ha scritto: I just realized something. Do you want    A) to increase the build number EACH time you build    B) to increase the build number WHEN of of the SOURCES change? The B is definitely my choice. So

Re: [CMake] add_custom_command problem

2011-01-17 Thread Eric Noulard
2011/1/17 Andrea Galeazzi galea...@korg.it: Eric Noulard ha scritto: 2011/1/17 Andrea Galeazzi galea...@korg.it: Il 17/01/2011 12.34, Eric Noulard ha scritto: I just realized something. Do you want    A) to increase the build number EACH time you build    B) to increase the build

Re: [CMake] Properly Detecting Win64

2011-01-17 Thread Eric Noulard
2011/1/17 Michael Jackson mike.jack...@bluequartz.net: I have the following code: if ( ${CMAKE_SIZEOF_VOID_P} EQUAL 8 )        set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME}-Win64) elseif( ${CMAKE_SIZEOF_VOID_P} EQUAL 4 )        set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME}-Win32) else()        

Re: [CMake] Qt4 module too restrictive about uic requirement

2011-01-14 Thread Eric Noulard
2011/1/14 Thomas Petazzoni thomas.petazz...@free-electrons.com: On Mon, 10 Jan 2011 18:34:16 +0100 Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: The FindQt4 module requires the uic executable to be present, otherwise it declares the Qt installation as invalid and bails out.

Re: [CMake] Qt4 module too restrictive about uic requirement

2011-01-14 Thread Eric Noulard
2011/1/14 Thomas Petazzoni thomas.petazz...@free-electrons.com: Hello, On Fri, 14 Jan 2011 11:06:04 +0100 Eric Noulard eric.noul...@gmail.com wrote: Clinton Stimpson is the maintainer of the QT4 module http://www.cmake.org/Wiki/CMake:Module_Maintainers He is usually responsive so I bet he

Re: [CMake] Adding custom target to ALL_BUILD or Package

2011-01-13 Thread Eric Noulard
2011/1/13 ariasg...@gmx.de: Hello, I have a doxygen custom target defined which works fine when executed manually in visual studio but since it is a custom command it is not added as dependency to ALL_BUILD you can add it to ALL if you specify ALL in add_custom_target:

Re: [CMake] Path to installed target

2011-01-12 Thread Eric Noulard
2011/1/12 Alexey Livshits livch...@web.de: Hello, how can I determine the path to installed target? When ? If it is inside a CMakeLists.txt i.e. at CMake time usually you can't unless you specify absolute install path in your install rules. The problem is, if I set DESTDIR for example D:\, I

Re: [CMake] Path to installed target

2011-01-12 Thread Eric Noulard
2011/1/12 Alexey Livshits livch...@web.de: Yes, make the tests run without installation. To give more advice, we'd need to know more about those dependencies. Are they other executables? Data files? Libraries? Well, if I could do that, I wouldn't ask ;) I have 2 versions, which are built

Re: [CMake] CPack tar ownership

2011-01-12 Thread Eric Noulard
2011/1/12 Tim St. Clair timoth...@gmail.com: As a side issue: not all platforms which support the TGZ natively support fakeroot. I think ownership rights should likely be a CPACK option as a result. True off course. Would you be willing to file a feature request and possibly a patch proposal?

Re: [CMake] CPack and configure_file

2011-01-12 Thread Eric Noulard
2011/1/12 Tobias Ellinghaus h...@gmx.de: Am Tuesday 11 January 2011 schrub Eric Noulard: [...] in fact I think the real source for this is the fact the CPack lacks the notion of EXTRA distribution file which is available with autoconf, EXTRA_DIST var http://www.gnu.org/software/hello

Re: [CMake] CPack and configure_file

2011-01-11 Thread Eric Noulard
2011/1/11 Tobias Ellinghaus h...@gmx.de: Am Montag, 10. Januar 2011 schrub Eric Noulard: which would at least allow to copy the files into CMAKE_CURRENT_SOURCE_DIR. You may generate those file (with configure_file) inside your source tree and the generated file will be packaged

Re: [CMake] CPack and configure_file

2011-01-11 Thread Eric Noulard
2011/1/11 Michael Hertling mhertl...@online.de: On 01/11/2011 12:55 AM, Tobias Ellinghaus wrote: Because some information (like latest git commit as version string) is no longer available when using a source package. Of course I can put the generated files into the source tree, but that's

Re: [CMake] CPack and configure_file

2011-01-11 Thread Eric Noulard
2011/1/11 Michael Hertling mhertl...@online.de: On 01/11/2011 09:48 AM, Eric Noulard wrote: [...] The fact is CPack doesn't know much about source package and in fact it package source using the CPACK_INSTALLED_DIRECTORIES directory list. (look at the generated CPackSourceConfig.cmake) I

Re: [CMake] CMake Java Support

2011-01-11 Thread Eric Noulard
2011/1/11 Andreas Schneider a...@redhat.com: On Tuesday 11 January 2011 16:01:14 Andrea Galeazzi wrote: Hi Andreas, Hi Andrea, I'm a dyed-in-the-wool Java developer (and also Fedora user) so it makes me very happy to know that someone are working to integrate Java in CMake. My question is:

Re: [CMake] CPack and configure_file

2011-01-10 Thread Eric Noulard
2011/1/10 Tobias Ellinghaus h...@gmx.de: Hello, I create some files inside of CMAKE_CURRENT_BINARY_DIR using configure_file(). These are not installed but needed for compiling the program. When creating a .tgz file with make package_source these files are not included so that the

Re: [CMake] FIND_PROGRAM w/ CMake 2.8.2 and Cygwin

2011-01-10 Thread Eric Noulard
2011/1/10 marco atzeri marco.atz...@gmail.com: On Mon, Jan 10, 2011 at 3:43 PM, Emmanuel Blot  wrote: Hello All, [...] 1/ Is this a known issue / new regression?  I have not been subscribed to the ML for a while, and I can't find a decent way to search through the ML archives,

Re: [CMake] module contribution?

2011-01-09 Thread Eric Noulard
2011/1/9 Nico Schlömer nico.schloe...@gmail.com: Quick question here: I have a couple of libraries here which all need NetCDF, so I was thinking the cleanest solution would be to write one FindNetCDF.cmake and use it everywhere. What's the policy of including modules into the official CMake

Re: [CMake] CPack tar ownership

2011-01-08 Thread Eric Noulard
2011/1/8 Tim St. Clair timoth...@gmail.com: This will be across several *nix platforms, I tried fakeroot but when I expand it has the euid of the user. This is odd, by the way which version of CMake are you using? On my ubuntu 10.04 box with CMake 2.8.3, I get: A) cpack -G TGZ leads to a

Re: [CMake] TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread Eric Noulard
2011/1/8 Avanindra Singh avanindra.si...@gmail.com: Hi all, I have been trying to build a project under MSVC which I generated through CMAKE. The same projects compiles correctly  without any error in UBUNTU. But when I build the same project under msvc, I get so many linking errors. From

Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread Eric Noulard
2011/1/8 Avanindra Singh avanindra.si...@gmail.com: Hi Eric, Thanks for the reply. It was very useful. I incorporated the changes you mentioned. I removed all the link_libraries macros from the projects. Also I changed camke_minimum_version to 2.6 . I have CMake 2.8 in both windows as well as

Re: [CMake] CPack tar ownership

2011-01-07 Thread Eric Noulard
2011/1/7 Tim St. Clair timoth...@gmail.com: Is there a way to make all entries in the tar package are owned by root, vs. build user. On which platform? Linux ? Debian? Fedora? Did you try using fakeroot ? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » -

Re: [cmake-developers] Reminder about the upcoming CMake 2.8.4 release.

2011-01-05 Thread Eric Noulard
2011/1/4 David Cole david.c...@kitware.com: We are aiming for doing RC1 on next Wed., Jan. 12, 2011. That means all changes to be included must be merged to next by the dashboard's nightly start time on Monday evening, Jan. 10, 2011 (by 01:00:00 UTC time)... So... if you have changes that

Re: [CMake] Delivery target

2011-01-05 Thread Eric Noulard
2011/1/5 Michael Wild them...@gmail.com: On 01/05/2011 02:13 PM, Reinhard Thies wrote: On Wednesday 05 January 2011 12:32:52 David Cole wrote: You can't depend on package, but you can do this as your custom target's command:   cmake --build . --target package --config Release   scp ...

Re: [CMake] Sign a deb file builded by cpack

2011-01-03 Thread Eric Noulard
2011/1/3 Paolo Zaffino p.zaff...@yahoo.it: Thank you Eric...I'll use dpkg-sig. Please let me know when the patch will be introduced. To be more clear: Adding this feature is not currently on my CMake TODO list. My previous remark was an invitation for YOU (or anyone else) to provide a patch.

Re: [CMake] Sign a deb file builded by cpack

2011-01-02 Thread Eric Noulard
2011/1/2 Paolo Zaffino p.zaff...@yahoo.it: Dear all, first of all my best wishes at all for an happy new year. Do anyone know if there is a way to sign a deb package builded by cpack? Thank you very much. As far as I know there is built-in support for signing deb in CPackDeb. However using

Re: [CMake] How to detect whether CMake scripts are executing under / within CPack environment?

2010-12-18 Thread Eric Noulard
2010/12/16 Andreas Mohr a...@lisas.de: Hi, [subject formulated for best keyword search impact] forgive me for the possibly dumb question, but since cpack of course includes executing the make install step I'd like to know how to possibly detect this within CMake code. My build is capable

Re: [CMake] INSTALL when source file is already at DESTINATION?

2010-12-15 Thread Eric Noulard
2010/12/16 Gregory Peele ARA/CFD gpe...@ara.com: Hi all, What is the expected behavior is for INSTALL (TARGETS) when the source file for a particular destination is already at the relevant DESTINATION?  For example, this could happen with a  Unix Makefile generator for LIBRARY DESTINATION

[Cmake-commits] CMake branch, next, updated. v2.8.3-916-ge5105d7

2010-12-15 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5105d759d0f2e75457802741786068f15503b40 commit e5105d759d0f2e75457802741786068f15503b40 Merge: 6b4d638 07bd856 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Wed Dec 15 15:29:10 2010 -0500 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.3-836-g09c5aa7

2010-12-13 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=09c5aa789ce9aef2337c25ab4c56133b0bf9c802 commit 09c5aa789ce9aef2337c25ab4c56133b0bf9c802 Merge: 1306474 8d366cd Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Mon Dec 13 14:16:28 2010 -0500 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.3-808-ga818b0f

2010-12-12 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a818b0f8778ed31bab695708605d42cc2c0cb4a8 commit a818b0f8778ed31bab695708605d42cc2c0cb4a8 Merge: c9c1272 cbdc463 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sun Dec 12 06:26:53 2010 -0500 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.3-812-gbc94ecc

2010-12-12 Thread Eric Noulard
17b05e6 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sun Dec 12 06:37:12 2010 -0500 Commit: CMake Topic Stage kwro...@kitware.com CommitDate: Sun Dec 12 06:37:12 2010 -0500 Merge topic 'CPack-DynMONOLITHIC_INSTALL' into next 17b05e6 CPack Honor CPACK_MONOLITHIC_INSTALL

[Cmake-commits] CMake branch, next, updated. v2.8.3-820-g3406737

2010-12-12 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3406737f96ce4513a640519210d8ace677ede0ca commit 3406737f96ce4513a640519210d8ace677ede0ca Merge: f12dc41 66de27f Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sun Dec 12 17:05:47 2010 -0500 Commit: CMake Topic Stage

Re: [CMake] Trying to setup make folder configuration on linux

2010-12-11 Thread Eric Noulard
2010/12/11 Louis Hoefler louis.hoef...@gmx.de: Indeed, it works with INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/massmailer DESTINATION bin) This is not the appropriate way to install a target build with cmake (even if it works). Like Tyler said you should be doing something wrong in your

[Cmake-commits] CMake branch, next, updated. v2.8.3-803-g9323fed

2010-12-11 Thread Eric Noulard
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9323fedf89a7bac078c684220e47c237fba360cd commit 9323fedf89a7bac078c684220e47c237fba360cd Merge: b7ea1c5 6d64a7e Author: Eric Noulard eric.noul...@gmail.com AuthorDate

Re: [CMake] CMake bug tracker discussion

2010-12-10 Thread Eric Noulard
2010/12/10 Bill Hoffman bill.hoff...@kitware.com: There are a few things we have already started to do that should help with the bug tracker issue. 1. We hare having 4 releases of CMake each year.   After each release we post to the list and ask people to vote for bugs they would like fixed

Re: [cmake-developers] CMake bug tracker discussion

2010-12-09 Thread Eric Noulard
2010/12/9 David Cole david.c...@kitware.com: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why have two sources of

Re: [CMake] [cmake-developers] CMake bug tracker discussion

2010-12-09 Thread Eric Noulard
2010/12/9 David Cole david.c...@kitware.com: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why have two sources of

[Cmake-commits] CMake branch, next, updated. v2.8.3-725-g4f3ede9

2010-12-01 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4f3ede998ddb93d8e14ffcc2ff4547d984f84cf9 commit 4f3ede998ddb93d8e14ffcc2ff4547d984f84cf9 Merge: 0be0d8e 12a7125 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Wed Dec 1 15:03:50 2010 -0500 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.3-712-g2703aa2

2010-11-29 Thread Eric Noulard
in full, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2703aa2f6c2fea451e0d98915f02014ff6b86f4c commit 2703aa2f6c2fea451e0d98915f02014ff6b86f4c Merge: e7f6e52 d0eb89c Author: Eric Noulard eric.noul...@gmail.com

Re: [CMake] providing library information, what's the cmake way

2010-11-26 Thread Eric Noulard
2010/11/25 Johannes Zarl johannes.z...@jku.at: On Wednesday 24 November 2010 19:03:21 David Cole wrote: On Wed, Nov 24, 2010 at 12:58 PM, Tyler Roscoe ty...@cryptio.net wrote: On Wed, Nov 24, 2010 at 11:41:46AM -0500, David Cole wrote: On Wed, Nov 24, 2010 at 11:34 AM, Rolf Eike Beer

Re: [CMake] How to get the current date

2010-11-26 Thread Eric Noulard
2010/11/26 ycollette.nos...@free.fr: Hello, Is it possible in a CMakeLists.txt file to get the current date (under linux and windows) ? I would like to store this date in a cmake variable so as to write it in a .h file. CMake has no builtin for that but if you search the ML archive

Re: [CMake] Forcing 'out-of-source' build

2010-11-26 Thread Eric Noulard
2010/11/26 Wylie, Brian bnwy...@sandia.gov: Hi All, I want to force an 'out-of-source' build for a small project that I converted to use Cmake. I did a bit of searching and found variants of the following... # Make sure the build is out of source STRING(COMPARE EQUAL ${CMAKE_SOURCE_DIR}

Re: [CMake] providing library information, what's the cmake way

2010-11-25 Thread Eric Noulard
2010/11/25 Marcel Loose lo...@astron.nl: Everyone looks into his local CMake documentation and uses what he finds in there. And then it breaks on older versions. You currently have no chance to know what works but to install all older versions and do a binary search in the documentation.

Re: [CMake] howto re-run file(COPY signature ?

2010-11-24 Thread Eric Noulard
2010/11/24 Dominique Belhachemi domi...@cs.tu-berlin.de: The ${CMAKE_SOURCE_DIR}/copytree.cmake script simply looks like: FILE(COPY ${SRC} DESTINATION ${DST} PATTERN .svn EXCLUDE) Thanks, I will see if this works for me. Because FILE(COPY ...) copies files and directories only if they are

Re: [CMake] providing library information, what's the cmake way

2010-11-24 Thread Eric Noulard
2010/11/24 David Cole david.c...@kitware.com: On Wed, Nov 24, 2010 at 12:58 PM, Tyler Roscoe ty...@cryptio.net wrote: On Wed, Nov 24, 2010 at 11:41:46AM -0500, David Cole wrote: On Wed, Nov 24, 2010 at 11:34 AM, Rolf Eike Beer e...@sf-mail.de wrote: So I think it is _really_ necessary to go

Re: [CMake] How to rerun cmake if a file changes

2010-11-23 Thread Eric Noulard
2010/11/23 Vladislav Vaintroub vvaintr...@googlemail.com: Hello, we use a text file as input for out build to store version info.  The content of this file is ./VERSION: MYSQL_VERSION_MAJOR=5 MYSQL_VERSION_MINOR=5 MYSQL_VERSION_PATCH=8 MYSQL_VERSION_EXTRA= During cmake run, the

Re: [CMake] cpack, deb file static libraries

2010-11-20 Thread Eric Noulard
2010/11/20 Paolo Zaffino p.zaff...@yahoo.it: Dear all, I builded a deb file using cpack. The package work fine but I have a question for you. During the compiling (run by cpack command) are generated some static libraries that will be included into the package. I don't want include the *.a

Re: [CMake] cpack, deb file static libraries

2010-11-20 Thread Eric Noulard
2010/11/20 Paolo Zaffino p.zaff...@yahoo.it: I try to explain better: When I compile my source code, for building the foo executable is needed the library bar.a Both the files are building during the compile process...into the deb package I want include foo but I don't want include bar.a

Re: [CMake] Dependency not executed, why?

2010-11-19 Thread Eric Noulard
2010/11/19 Thomas Lehmann t.lehm...@rtsgroup.net: - cmake 2.8.2 - the removing of the 'S' is not solving the problem. DEPENDS ${CMAKE_BINARY_DIR}/libs/test/parser.cxx OUTPUTS ${CMAKE_BINARY_DIR}/libs/test/parser.cxx those two lines are wrong too, I think you cannot not depend on your output.

Re: [CMake] Problems with parallel builds

2010-11-18 Thread Eric Noulard
2010/11/18 Denis Scherbakov denis_scherba...@yahoo.com: Dear All, I am using CMake 2.8.1 on Linux x86. I have a project that needs to be built two times. One with -fPIC, the other - without. The project depends on header files that need to be generated by an external script. When I build

Re: [CMake] Problems with parallel builds

2010-11-18 Thread Eric Noulard
2010/11/18 David Cole david.c...@kitware.com: On Thu, Nov 18, 2010 at 1:08 PM, Denis Scherbakov denis_scherba...@yahoo.com wrote: Here is a sample CMakeLists.txt to illustrate that two custom targets cannot depend on each other: PROJECT(BUG C) CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

Re: [CMake] Dependency not executed, why?

2010-11-18 Thread Eric Noulard
2010/11/19 Thomas Lehmann t.lehm...@rtsgroup.net Hi, I’ve found an example to use bison and flex in cmake. I have a static library where I want to add the generated sources but the dependencies are not triggered. Why? project(test) include_directories(.    

Re: [CMake] Howto to work with variables from central makefiles....

2010-11-17 Thread Eric Noulard
2010/11/17 Thomas Lehmann t.lehm...@rtsgroup.net Hi all, for an automatically forced include I have provided an option like this: set(WIN32_SPEC ${CMAKE_CURRENT_SOURCE_DIR}/../../libs/global/win32_spec.h) May you could use an absolute reference using

Re: [CMake] codesourcery integration

2010-11-17 Thread Eric Noulard
2010/11/17 Andrea Galeazzi galea...@korg.it: I'm facing the problem of using the cross compile toolchain of CodeSourcery. My host system in Windows and my target is ARM-Linux. I red this tutorial http://www.cmake.org/Wiki/CMake_Cross_Compiling and I tried to do something similar: # this one

Re: [CMake] CPack general question and example

2010-11-16 Thread Eric Noulard
2010/11/16 David Doria daviddo...@gmail.com: Great, it's working.  The only thing that was required was: SET(CPACK_DEBIAN_PACKAGE_MAINTAINER David Doria) Here is the working example: http://www.cmake.org/Wiki/CMake/CPack/Examples/Linux/DEB The page you sent

Re: [CMake] Fortran 90 modules not rebuilt

2010-11-16 Thread Eric Noulard
2010/11/16 Belcourt, K. Noel kbe...@sandia.gov: On Nov 16, 2010, at 2:05 PM, Belcourt, K. Noel wrote: On Nov 16, 2010, at 1:59 PM, Brad King wrote: On 11/16/2010 01:11 PM, K. Noel Belcourt wrote: I've attached my project's top-level Makefile.  I'm trying to force all the modules in the

Re: [CMake] CPack general question and example

2010-11-15 Thread Eric Noulard
2010/11/15 David Doria daviddo...@gmail.com: I just heard about CPack and started playing with it. Which version of CMake/CPack are you using? I tried to make an RPM of a simple VTK program: http://www.cmake.org/Wiki/CMake/CPackExample When I run 'make package', I get an error: CPack

Re: [CMake] setting the COMPILE_FLAGS property causes VS to start compiling header files

2010-11-15 Thread Eric Noulard
2010/11/15 James Bigler jamesbig...@gmail.com If I set a COMPILE_FLAGS property on a header file via set_source_files_properties, CMake decides that these header files now need to be compiled (i.e. not treated as header files). Is this the intended behavior? I'm using both 2.8.1 and

Re: [cmake-developers] hot to get something from stage to next or master ?

2010-11-14 Thread Eric Noulard
2010/11/14 Alexander Neundorf neund...@kde.org: Hi, the  AddASM_NASMSupport branch (#10069) in staging is now good enough to be merged into next (or master ?). How does that happen ? Should I simply ignore staging and merge my local branch into next and push this ? I don't know for

Re: [CMake] header files with visual studio

2010-11-14 Thread Eric Noulard
2010/11/13 Oliver kfsone Smith osm...@playnet.com: I mostly work with emacs/vi and - prior to CMake - Makefiles. I'm still mostly working with emacs/vi, but I also do a fair amount of work with Visual Studio and CodeBlocks, primarily when I need to test client interactions with server

[CMake] CPACK_MONOLITHIC_INSTALL not handled at runtime?

2010-11-14 Thread Eric Noulard
Hi All, I'm working on CPackRPM for supporting componentized RPM: http://public.kitware.com/Bug/view.php?id=7645 (preliminary support has been pushed to next yesterday) then another CPack-component related bug appeared: http://public.kitware.com/Bug/view.php?id=11452 So I think that 1) May be

Re: [CMake] CPACK_MONOLITHIC_INSTALL not handled at runtime?

2010-11-14 Thread Eric Noulard
2010/11/14 Eric Noulard eric.noul...@gmail.com: Hi All, I'm working on CPackRPM for supporting componentized RPM: http://public.kitware.com/Bug/view.php?id=7645 (preliminary support has been pushed to next yesterday) then another CPack-component related bug appeared: http

Re: [CMake] CPACK_MONOLITHIC_INSTALL not handled at runtime?

2010-11-14 Thread Eric Noulard
2010/11/14 Vladislav Vaintroub vvaintr...@googlemail.com: [skip] 1) Shall we step back and may be setup a CMake policy for     enabling component installer?     If we go for a policy may be someone can help me with this     because I did never add a new policy mayself. Sounds like a good

Re: [CMake] CPACK_MONOLITHIC_INSTALL not handled at runtime?

2010-11-14 Thread Eric Noulard
2010/11/14 Vladislav Vaintroub vvaintr...@googlemail.com: Those vars may be set at CMake-time or at CPack-time. What do you think? Yes, sounds like a good idea, it allows the most flexibility.   Re. variables , I guess  CPACK_MONOLITHIC_INSTALL={ON|OFF} and

[Cmake-commits] CMake branch, next, updated. v2.8.3-614-ga51378a

2010-11-13 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a51378af4c9a164d14b33b4ce5656a526fde5c1b commit a51378af4c9a164d14b33b4ce5656a526fde5c1b Merge: 2adf433 2c84d16 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sat Nov 13 13:57:10 2010 -0500 Commit: CMake Topic Stage

Re: [CMake] header files with visual studio

2010-11-11 Thread Eric Noulard
2010/11/10 Oliver kfsone Smith osm...@playnet.com: Eric Noulard said the following on 11/6/2010 6:20 AM: Initially it may be a pain to list them but after a while its generally better to manually keep track of file (dis)appearing in your source tree. (which is usually what you do when using

Re: [CMake] help with learning add_library

2010-11-08 Thread Eric Noulard
2010/11/8 luxInteg lux-in...@btconnect.com: On Saturday 06 November 2010 23:08:29 Eric Noulard wrote: I think you cannot use **the same** file properties on a source file and expect CMake will compile the file twice for the same target. If you want to compile the same source file twice

Re: [CMake] help with learning add_library

2010-11-08 Thread Eric Noulard
2010/11/8 luxInteg lux-in...@btconnect.com: If you manipulate list have a look at the CMake builtin LIST command. I   had a look at lists  on this page http://www.cmake.org/Wiki/CMakeMacroListOperations You should reallty use **builtin** list

Re: [CMake] cmake gfortran-libs linking x86_64

2010-11-07 Thread Eric Noulard
2010/11/7 luxInteg lux-in...@btconnect.com: Greetings, I am learning cmake   I have the following gfortran libraries on my computer:- rt [ ~ ]$ rt [ ~ ]$ ls -l  /usr/lib/*gfortran* -rw-r--r-- 1 root root 8489924 Jul 27 12:19 /usr/lib/libgfortran.a -rwxr-xr-x 1 root root     952 Jul 27

<    7   8   9   10   11   12   13   14   15   16   >