Re: [CMake] CPack problem with nsis on linux

2011-12-16 Thread Eric Noulard
2011/12/16 Hendrik Kunert kun...@users.sourceforge.net: Hi, i get the following error message from CPack with NSIS for a crosscompiled application: Run CPack packaging tool... How are you calling CPack? This does not look like a standard CPack message... terminate called after throwing an

Re: [CMake] How to add modifiers to functions

2011-12-16 Thread Eric Noulard
2011/12/17 Renato Utsch renatout...@gmail.com: I am trying to make a function that will check if the build is in-source or out-of-source. This is not really possible to do [yet] see http://public.kitware.com/Bug/view.php?id=6672 But I wanted to add a REQUIRED 'modifier' to the function, that

Re: [CMake] Top level target depending on a file

2011-12-14 Thread Eric Noulard
2011/12/14 Alexander Broekhuis a.broekh...@gmail.com: Hi, CMake takes great care regarding dependencies on files which are needed to build targets, i.e. usually, it's not necessary to specify any extra dependencies of a target on a file. In my exemplary project, the README file is actually

Re: [CMake] Top level target depending on a file

2011-12-14 Thread Eric Noulard
2011/12/14 Alexander Broekhuis a.broekh...@gmail.com: Hi, Thanks for you replies, Yes but CMake's jobs is to build libraries and executables not bundle which is more the CPack's job, however I understand your point. An extra target may be a small price to pay, no? Well I'd rather have

Re: [cmake-developers] Adding macro cmake_print_variables(var1 var2 ... varN) ?

2011-12-13 Thread Eric Noulard
2011/12/11 Eric Noulard eric.noul...@gmail.com: List was dropped intentionally Just realized I wrote the opposite of what I meant ... -- Forwarded message -- From: Eric Noulard eric.noul...@gmail.com Date: 2011/12/11 Subject: Re: [cmake-developers] Adding macro

Re: [CMake] print content of linking script ?

2011-12-12 Thread Eric Noulard
2011/12/12 Ilias Miroslav miroslav.il...@umb.sk: Dear Eric, I tried the file(READ... cmake command, but it does not work during CMake buildup -  the link.txt file is ready for reading only after ending the buildup what is not my case. Why I need it ? Some time ago I reported problem

Re: [CMake] Top level target depending on a file

2011-12-12 Thread Eric Noulard
2011/12/12 Alexander Broekhuis a.broekh...@gmail.com: Hi, Can anyone help me with this? I haven't found a proper solution myself yet.. The fact is there is no builtin support for what you ask see: http://public.kitware.com/Bug/view.php?id=8438 But the thing is. Why don't you create a top

Re: [CMake] Changing Package Top level directory name

2011-12-12 Thread Eric Noulard
2011/12/12 vivek goel goelvivek2...@gmail.com: hi, how can I change the name of top level directory of cpack. Without changing CPACK_PACKAGE_FILE_NAME ? I want package name to be in format of cmake-2.5.0-Linux-i686 only. But I want to change the root (top directory ) name inside package.

[Cmake-commits] CMake branch, next, updated. v2.8.6-2187-gf4d10ce

2011-12-12 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f4d10ce77d76df8275e105632d1e7aff84d23b59 commit f4d10ce77d76df8275e105632d1e7aff84d23b59 Merge: 46eba8b 121c295 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Mon Dec 12 17:13:16 2011 -0500 Commit: CMake Topic Stage

[cmake-developers] Fwd: Adding macro cmake_print_variables(var1 var2 ... varN) ?

2011-12-11 Thread Eric Noulard
List was dropped intentionally -- Forwarded message -- From: Eric Noulard eric.noul...@gmail.com Date: 2011/12/11 Subject: Re: [cmake-developers] Adding macro cmake_print_variables(var1 var2 ... varN) ? To: neund...@kde.org 2011/12/11 Alexander Neundorf neund...@kde.org: Hi

Re: [CMake] print content of linking script ?

2011-12-11 Thread Eric Noulard
2011/12/11 Ilias Miroslav miroslav.il...@umb.sk: Dear all, is there an easy way of printing out content of the linking file  CMakeFiles/TARGET.dir/link.txt as a simple command in the CMakeLists.txt file ? Usually we do cat .../link.txt after the cmake-configuration but we would prefer

Re: [CMake] Cpack Installing extra files depending on generator type

2011-12-09 Thread Eric Noulard
2011/12/9 vivek goel goelvivek2...@gmail.com: I want to generate two package type . So I am using following syntax in my CMakeLists.txt  SET(CPACK_GENERATOR TGZ;RPM) Now problem is that I want to install some extra files in Generator RPM. And I want to set different Install RPM prefix. How

Re: [CMake] Eclipse and CMake...

2011-12-09 Thread Eric Noulard
2011/12/9 Clifford Yapp cliffy...@gmail.com: I decided to take a stab at using the Eclipse Unix Makefile generator with my project - on import, I get the following error: Error processing changed links in project description file. No file system is defined for scheme: virtual I'm not

Re: [CMake] make install files

2011-12-06 Thread Eric Noulard
2011/12/6 H Xu xusu...@gmail.com: Hello, In cmake, install command is used to indicate the files that need to be installed, and install(DIRECTORY ...) could be used to install directories. However, I can't find a way to install files in a directory EXCEPT a few files that I do not want to

Re: [CMake] DEB and RPM Generation?

2011-12-01 Thread Eric Noulard
2011/12/1 David Cristian auled...@gmail.com: Hello devs! I've searh the net with no result, i have a project builds various apps and libs, i managed to use cmake/cpack to build and create packages for win32 and debian and i have two questions. 1 First, it's posibible to build a deb package

Re: [CMake] DEB and RPM Generation?

2011-12-01 Thread Eric Noulard
2011/12/2 David Cristian auled...@gmail.com: Thanks for your quick response! I'll have all this things in consideration, specially wrong dependencies and libs version. I'll plan to test packages on vbox for others distros, my project isn't big or complex (just a few dependencies), and I'll

Re: [CMake] Platform Finding modules

2011-11-29 Thread Eric Noulard
2011/11/29 Alexander Neundorf a.neundorf-w...@gmx.net: On Tuesday 29 November 2011, Laszlo Papp wrote: Hi, Are there any modules to realize the fact what platform I build on top of ? I could imagine something like Find{Harmattan,Fremantle,Maemo,MeeGo,Tizen,AnyPlatform}.cmake in wider usage.

Re: [CMake] Platform Finding modules

2011-11-29 Thread Eric Noulard
2011/11/29 Laszlo Papp lp...@kde.org: [...] The file is meant to be included in a CMakeLists.txt for which the project command has already been called. I do not see any files attached. classical missing attachment mistake of mine... here it comes. -- Erk Membre de l'April - « promouvoir

Re: [CMake] CPACK RPM directories in %files section

2011-11-29 Thread Eric Noulard
2011/11/29 Steven Green ste...@greenius.ltd.uk: Hello, This is my first post to this mailing list.  I have a problem relating to creating an RPM. Previously I was using CMake version 2.8.4, and when adding a file such as /etc/init.d/myfile it would only add that one file to the RPM. I

Re: [CMake] [CPACK] Patch with componentwise extra install commands for NSIS-generator

2011-11-26 Thread Eric Noulard
2011/11/26 Marcel minusdreidb+cm...@gmail.com: Hi, I extended cpack's NSIS-generator and want to contribute the attached patch. It adds the CPACK_COMPONENT_name_EXTRA_INSTALL_COMMANDS option to cpack that allows to add NSIS commands exclusivly to the install section generated for the

Re: [cmake-developers] Testing wanted for ImproveCPackDoc

2011-11-17 Thread Eric Noulard
2011/11/17 Brad King brad.k...@kitware.com: On 11/15/2011 2:43 PM, Eric Noulard wrote: The idea is to add extra CMake comment markup, i.e. #   CPACK_PACKAGE_NAME - The name of the package (or application). If #   not specified, defaults to the project name. becomes: ##variable

Re: [CMake] CMake deleting SVN directories

2011-11-16 Thread Eric Noulard
2011/11/16 Mauricio Klein mauricio.klein@gmail.com: Hello guys! I have researched a lot about it but can't find a solution. I have a project under SVN control and using CMake to compile the whole code. But, when i run make clean, the CMake clean its temporary directories and the .svn

[cmake-developers] Testing wanted for ImproveCPackDoc

2011-11-15 Thread Eric Noulard
Hi all, I'm did do some work in order to enhance CPack builtin documentation support. see: http://www.cmake.org/Bug/view.php?id=10067 this is located in stage branch ImproveCPackDoc. I think the first two commits of this branch are ready for master so I did merge it to next. Those basically

Re: [CMake] CMake single-configuration makefiles

2011-11-13 Thread Eric Noulard
2011/11/13 Robert Dailey rcdai...@gmail.com: I understand that currently Makefiles generated by CMake are single-configuration by-design. In other words, you can't issue a debug or release command to make, you have to regenerate for a different configuration. For this purpose you can use 2

[Cmake-commits] CMake branch, next, updated. v2.8.6-1862-g22236e4

2011-11-13 Thread Eric Noulard
ab6c9c0 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sun Nov 13 16:50:18 2011 -0500 Commit: CMake Topic Stage kwro...@kitware.com CommitDate: Sun Nov 13 16:50:18 2011 -0500 Merge topic 'ImproveCPackDoc' into next ab6c9c0 Update cmake bash completion file. 1e38d6d

[Cmake-commits] CMake branch, next, updated. v2.8.6-1864-g9958122

2011-11-13 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9958122422b06d3056c272d908c0663202ece472 commit 9958122422b06d3056c272d908c0663202ece472 Merge: 22236e4 5dec7a5 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sun Nov 13 17:14:25 2011 -0500 Commit: CMake Topic Stage

Re: [CMake] Issue with check_include_file() and GL/glxproto.h

2011-11-10 Thread Eric Noulard
2011/11/10 GOUJON Alexandre ale.gou...@gmail.com: Hi, It all started when I tried compiling Piglit [1] : cmake checked all the dependencies, didn't complain and generated Makefiles but doing 'make' caused an error because a header was missing. So I proposed myself to write a patch and add

Re: [CMake] CPack Generator jar support

2011-11-10 Thread Eric Noulard
2011/11/10 Alexander Broekhuis a.broekh...@gmail.com: By the way did you suppress the INSTALL rule concerning the MANIFEST you may have had before? Yes, this is what I tried. CMake seems to make an intermediate directory which is zipped. So the order of the

Re: [CMake] Problem with cmake cross-compiling - make complains of missing header.

2011-11-09 Thread Eric Noulard
2011/11/9 Thomas Walwyn thomas.wal...@uec.co.za: Hi All, I’m brand-new to cmake, and have run into a problem cross compiling for an Intel embedded platform: Make complains about missing file 'curl/curl.h' when compiling against an Intel SDK for linux. 'curl/curl.h' resides in the

Re: [CMake] CPack Generator jar support

2011-11-09 Thread Eric Noulard
2011/11/9 David Cole david.c...@kitware.com: Adding a generator will require C++ modifications to the CPack code... but knowing that a jar file is a zip file subclassing cmCPackArchiveGenerator.[h|cxx] to cmCPackJARGenerator.[h|cxx] in the same way cmCPackZIPGenerator does should be fairly

Re: [CMake] CPack Generator jar support

2011-11-09 Thread Eric Noulard
2011/11/9 Alexander Broekhuis a.broekh...@gmail.com: Hi Eric, By the way did you try the ZIP generator with set(CPACK_INSTALLED_DIRECTORIES /path/to/META-INF;/META-INF) if some local (to the build) directory /path/to/META-INF contains the appropriate MANIFEST.MF and INDEX.LIST your jar

Re: [CMake] Adding a new language

2011-11-09 Thread Eric Noulard
2011/11/9 Stefan Monnier monn...@iro.umontreal.ca: I'm trying to use cmake for a project using OCaml, so I'm trying to add support for a new language. Just in case you weren't aware of that. There has been [several] discussions on the ML in the past concerning CMake OCaml support at least this

Re: [CMake] Component Package Name

2011-11-08 Thread Eric Noulard
2011/11/9 Gantry York gantry.y...@digitascio.com: I'm trying to set up component based packaging (with RPM).  I have it working, I just can't control the name. You currently don't have full control over the package name. - for a non-component packaging you can chose the package name by

[Cmake-commits] CMake branch, next, updated. v2.8.6-1800-gda93423

2011-11-05 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=da934236e4db8f3d7d422c850b3a5b3d0c98e59c commit da934236e4db8f3d7d422c850b3a5b3d0c98e59c Merge: ef515d9 9066886 Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sat Nov 5 06:45:03 2011 -0400 Commit: CMake Topic Stage

Re: [cmake-developers] Can't push to master directly

2011-11-04 Thread Eric Noulard
2011/11/4 Rolf Eike Beer e...@sf-mail.de: Am Freitag, 4. November 2011, 17:43:38 schrieb David Cole: That wiki page says Authorized developers may push directly to the official repository. But that is not all CMake developers... that is Brad and I after we review your changes in next, pushed

[CMake] mingw32 toolchain leads to CMAKE_RC_COMPILER-NOTFOUND

2011-11-04 Thread Eric Noulard
I'm trying to use a mingw32 toolchain on Linux (with cmake 2.8.6) and I get: -- The C compiler identification is GNU CMake Error: your RC compiler: CMAKE_RC_COMPILER-NOTFOUND was not found. Please set CMAKE_RC_COMPILER to a valid compiler path or name. -- Check for working C compiler:

Re: [CMake] CPACK_PACKAGE_DESCRIPTION_FILE for debian

2011-11-02 Thread Eric Noulard
2011/11/2 Erik Hofman e...@ehofman.com: On Tue, 2011-11-01 at 11:47 +0100, Eric Noulard wrote: I'll review it and probably merge it soon, since this looks reasonable. Note however that with CPackRPM you have both CPACK_RPM_PACKAGE_SUMMARY and CPACK_RPM_PACKAGE_DESCRIPTION whereas for DEB

Re: [cmake-developers] To warn or to error out ? - wording and compatiblity

2011-11-01 Thread Eric Noulard
2011/11/1 Alexander Neundorf neund...@kde.org: On Tuesday 01 November 2011, Eric Noulard wrote: 2011/11/1 Alexander Neundorf neund...@kde.org: ... and I'd be very happy if this could be solved. Me too. I'll dig a little bit on the Eclipse side again, but generating 2 files in the source

Re: [CMake] Visual Studio generator and visible projects

2011-11-01 Thread Eric Noulard
2011/11/1 Anton Sibilev anton.sibi...@gmail.com: Hello! Can you help me, please? I'm generating VS 2010 solution/projects and finally when I open main solution file I can SEE only ALL_BUILD project. All builds fine, all projects exists. But I can't see them and work with sources from them

Re: [CMake] [cmake-developers] To warn or to error out ? - wording and compatiblity

2011-11-01 Thread Eric Noulard
2011/11/1 Alexander Neundorf neund...@kde.org: Hi, when using out-of-source builds and the Eclipse CDT project generator, a linked resource is created in the Eclipse project file, which points to CMAKE_SOURCE_DIR, so the user can browse the source directory. Now, when CMAKE_BINARY_DIR is a

Re: [CMake] CPACK_PACKAGE_DESCRIPTION_FILE for debian

2011-11-01 Thread Eric Noulard
2011/11/1 Erik Hofman e...@ehofman.com: Hi, I'm new to this list and just recently started to use CMake and CPack. So far I'm very pleased but there's one thing that I think could use some improvement; As far as I van see (from Wiki) the RPM generating backend of CPack use You can get up

Re: [CMake] [cmake-developers] To warn or to error out ? - wording and compatiblity

2011-11-01 Thread Eric Noulard
2011/11/1 Alexander Neundorf neund...@kde.org: On Tuesday 01 November 2011, Eric Noulard wrote: [...] So before making the build dir as a source subdir case FATAL, are you sure we really don't want to authorize the generatiion of .project .cproject in the source dir in this very particular

Re: [CMake] CPACK not generating binary install

2011-11-01 Thread Eric Noulard
2011/11/1 David Cole david.c...@kitware.com: INSTALL rule DESTINATION arguments are intended to be non-full path directory names, that get placed underneath CMAKE_INSTALL_PREFIX. When CPack runs, it tries to build the install target after setting a value into CMAKE_INSTALL_PREFIX. Since

[CMake] CMake still broken post-2.8.1

2011-10-31 Thread Eric Noulard
2011/10/27 Phil Smith p...@voltage.com: Ok, tried the CMakeLists change, no change. The Dignus-related files are attached. Thanks, nothing strange in there. Sorry for the delay, but I'm entering a not so much spare time loop moreover I should admit I do not have any more debugging idea for

Re: [CMake] bash-script-like project

2011-10-30 Thread Eric Noulard
2011/10/30 Andrea Crotti andrea.crott...@gmail.com: I rephrase a bit the question which was probably too long :) So suppose that I just need to do the following things (but in a portable way with CMake). cd org-mode make cd tramp autoreconf -fi ./configure make cd doxymacs autoreconf

[Cmake-commits] CMake branch, next, updated. v2.8.6-1716-g0cf5ea3

2011-10-30 Thread Eric Noulard
0cf5ea351006f7bdb905b7610ab6946b9da3f174 Merge: 314e67e e20c59a Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Sun Oct 30 15:16:07 2011 -0400 Commit: CMake Topic Stage kwro...@kitware.com CommitDate: Sun Oct 30 15:16:07 2011 -0400 Merge topic 'CPackRPM-perComponentHeader

[Cmake-commits] CMake branch, next, updated. v2.8.6-1719-g4f2b452

2011-10-30 Thread Eric Noulard
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4f2b45203247a27c91f5d16f591cc4491a6ad0d4 commit 4f2b45203247a27c91f5d16f591cc4491a6ad0d4 Merge: 0cf5ea3 83b13a2 Author: Eric Noulard eric.noul...@gmail.com AuthorDate

Re: [CMake] Suggestions on documenting my CMake modules

2011-10-29 Thread Eric Noulard
2011/10/29 Robert Dailey rcdai...@gmail.com: I have several complex functions which require a ton of documentation. I wanted to type this documentation directly in the cmake file right above the function() itself, but it is turning out to be a formatting nightmare. What kind of formatting do

Re: [CMake] cpack problem

2011-10-27 Thread Eric Noulard
2011/10/27 ycollette.nos...@free.fr: Hello, I've built an installer using cmake / cpack / nsis. I work under windpws XP 64 bits. I first built a monolithic installer and everything is fine. My installer have several components. Now, I build a network installation. So, I added:  

Re: [CMake] cdt4 generator and adding new source files from inside eclipse

2011-10-27 Thread Eric Noulard
2011/10/27 Dan Kegel d...@kegel.com: On Wed, Oct 26, 2011 at 4:09 PM, Robert Dailey rcdai...@gmail.com wrote: When you make any changes to any CMakeLists.txt, the Makefiles are setup to check this and invoke cmake to reconfigure and regenerate those makefile scripts. I only use Visual Studio

Re: [CMake] CMake still broken post-2.8.1

2011-10-27 Thread Eric Noulard
2011/10/27 Phil Smith p...@voltage.com: Hmm. My zosport.cmake is now (comments/blank lines removed): SET(CMAKE_SYSTEM_NAME IBM_ZOS) SET(CMAKE_C_COMPILER_ID_RUN 1) SET(CMAKE_C_PLATFORM_ID MyPlatform) SET(CMAKE_C_COMPILER_ID MyCompiler) SET(CMAKE_C_COMPILER   regina) SET(CMAKE_C_FLAGS cc.rex

Re: [CMake] Registering imported library,

2011-10-27 Thread Eric Noulard
2011/10/27 Łukasz Tasz luk...@tasz.eu: Problem solved. It would have been nice to know how :-] -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] CMake still broken post-2.8.1

2011-10-27 Thread Eric Noulard
Narrowing down the cc list, everybody should be subscribed to the list.. 2011/10/27 Phil Smith p...@voltage.com: Toolchain. You lack some var definitions in your toolchain: see http://www.cmake.org/Wiki/CMake_Cross_Compiling#The_toolchain_file # where is the target environment

Re: [CMake] CMake still broken post-2.8.1

2011-10-27 Thread Eric Noulard
2011/10/27 Phil Smith p...@voltage.com: Yeah, I know everyone thinks out-of-source builds are better, but we have peculiar requirements related to packaging up the object decks and the like that really make out-of-source builds unappealing. We've been doing this for almost 4 years, so we're

Re: [CMake] CMake still broken post-2.8.1

2011-10-25 Thread Eric Noulard
2011/10/25 Phil Smith p...@voltage.com: Ah, ok. With 2.8.1: C:/Program Files/Regina/regina.exe cc.rex dcc.exe   CMakeCCompilerId.c With 2.8.6: C:/Program Files/Regina/regina.exe cc.rex;dcc.exe   CMakeCCompilerId.c Note the semicolon; where'd it come from? This is clearly a change of

Re: [CMake] CMake still broken post-2.8.1

2011-10-25 Thread Eric Noulard
Sorry for previous unfinished e-mail. 2011/10/25 Phil Smith p...@voltage.com: Ah, ok. With 2.8.1: C:/Program Files/Regina/regina.exe cc.rex dcc.exe   CMakeCCompilerId.c With 2.8.6: C:/Program Files/Regina/regina.exe cc.rex;dcc.exe   CMakeCCompilerId.c Note the semicolon; where'd it come

Re: [CMake] Checking for empty string

2011-10-25 Thread Eric Noulard
2011/10/25 Daniel Dekkers d.dekk...@cthrough.nl: hi there, how do I test if a string is empty () or not ? IF( ${test} STREQUAL ) gives the wrong number of arguments if ${test} is Did you try IF( ${test} STREQUAL ) ? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre

Re: [CMake] CMake still broken post-2.8.1

2011-10-25 Thread Eric Noulard
2011/10/25 Phil Smith p...@voltage.com: OK, but it should then reject the extra parameters, since it used to work. Difficult to warn about a usage you did not even dream of ? Now that we know I agree there should be a warning (if not a clean failure with explanation). In any case, I've

Re: [CMake] Empty ./CMakeFiles/Makefile2 - how to proceed?

2011-10-20 Thread Eric Noulard
2011/10/20 Alastair McKinstry mckins...@debian.org: I'm building a debian package, CDAT. The latest version 6.0.alpha uses CMAKE to build, rather than configure. The trouble is that CMake doesn't build. It doesn't even fail. $ mkdir build $ cd build $ cmake .. ()-- Configuring done --

Re: [CMake] getting all the function names

2011-10-20 Thread Eric Noulard
2011/10/20 Rolf Eike Beer e...@sf-mail.de: I'm starting to use cmake and I will have to rely on it pretty much in the future. I'm a bit overwhelmed by the quantity of variables / functions, is there a way to get an automatic list of all of them? It would be nice to improve the

Re: [CMake] Is there a DocBook file anymore

2011-10-18 Thread Eric Noulard
2011/10/18 Michael Jackson mike.jack...@bluequartz.net: Hello, I am the maintainer of the CMakeEd Eclipse plugin and I was finally going to update update the plugin to have the latest information for CMake 2.8.6. The process that I have used in the past to populate the command completion is

Re: [CMake] CTest outside of CMake

2011-10-17 Thread Eric Noulard
2011/10/17 Tim Gallagher tim.gallag...@gatech.edu: Hi, We have our project set up to run a series of test cases, but we are treating it as if we are not using CMake. I found a tutorial online on how to set it up, and we have it running just fine when we want to run all of the tests. But,

Re: [CMake] run tests on 5 machines

2011-10-10 Thread Eric Noulard
2011/10/10 Mihai Sandu voyage...@gmail.com: How can I run tests on 5 machines in same time? This is how I run the tests on a machine: execute_process (COMMAND ssh user@host ctest -VV -O file.txt -S Test.cmake) and I want to run this command in the same time on 5 machines. May be you can

Re: [CMake] Contribute two new find package implementation.

2011-10-09 Thread Eric Noulard
2011/10/9 Alexander Neundorf a.neundorf-w...@gmx.net: On Friday 07 October 2011, Mathias Fröhlich wrote: Hi, I have done and would like to contribute two new find package implementations. These are both IEEE standardized successors rti1516 and rti1516e of the RTI libraries  where cmake

[CMake] Contribute two new find package implementation.

2011-10-09 Thread Eric Noulard
Argh... forgot the list -- Forwarded message -- From: Eric Noulard eric.noul...@gmail.com Date: 2011/10/9 Subject: Re: [CMake] Contribute two new find package implementation. To: Michael Hertling mhertl...@online.de 2011/10/9 Michael Hertling mhertl...@online.de: On 10/07/2011

Re: [cmake-developers] Setting the link interface and dependencies in one command

2011-10-07 Thread Eric Noulard
2011/10/7 Stephen Kelly steve...@gmail.com: Stephen Kelly wrote: Stephen Kelly wrote: such that kwtyle is run as a pre-commit hook. The instructions don't seem to work: Oops, they do work. I had missed the part about creating a new repo in my hooks dir. :/ Not finding some conf

Re: [CMake] Contribute two new find package implementation.

2011-10-07 Thread Eric Noulard
2011/10/7 Mathias Fröhlich m.froehl...@science-computing.de: Hi, I have done and would like to contribute two new find package implementations. These are both IEEE standardized successors rti1516 and rti1516e of the RTI libraries  where cmake already has the predecessor library find package

Re: [CMake] Contribute two new find package implementation.

2011-10-07 Thread Eric Noulard
2011/10/7 Mathias Fröhlich m.froehl...@science-computing.de: Hi, On Friday 07 October 2011, Eric Noulard wrote: Nice to ear from you on CMake ML. Module contribution process is described here: http://www.cmake.org/Wiki/CMake:Module_Maintainers Puh, ok. My problem is that I cannot take

Re: [CMake] STREQUAL not functioning?

2011-10-06 Thread Eric Noulard
2011/10/6 Robert Dailey rcdai...@gmail.com: According to the CMake documentation, the `STREQUAL` comparison is allowed to take either a VARIABLE or a STRING as either parameter. So, in this example below, the message does NOT print, which is broken:     set( FUBARTEST OK )     if( FUBARTEST

Re: [CMake] Help regarding dependency..I guess..

2011-09-30 Thread Eric Noulard
2011/9/30 gaurav chetal chetal.gau...@gmail.com: Hello everyone.. I have two library files in two different directories and my project involves linking one library with the another..So i used Target_link_libraries..but i am unable to execute the executable and it is giving the error as In

Re: [CMake] Help regarding dependency..I guess..

2011-09-30 Thread Eric Noulard
2011/9/30 gaurav chetal chetal.gau...@gmail.com: Hi, Please do not drop he mailing list address. My CMake version is 2.8..Its on linux yes!!!..But still if i dnt want to go into the complexity (because m nt understanding the concept of RPath dat easily) then what can i do so that my program

Re: [CMake] Help regarding dependency..I guess..

2011-09-30 Thread Eric Noulard
2011/9/30 gaurav chetal chetal.gau...@gmail.com: Respected sir!!!.. Actually i have made the static libraries..But the problems which m gettin is that the program of the CMakeLists.txt is first of all nt able to pick up the libraries (with TARGET_LINK_LIBRARY) and second thing those libraries

Re: [CMake] FYI - From Ninja-build mailing list - Fwd: Proposal: restat rules

2011-09-30 Thread Eric Noulard
2011/9/30 Alexander Neundorf a.neundorf-w...@gmx.net: Summary:          build    dry    rebuild ninja   1m15.8   0m0.1    0m07.3 make    1m19.4   0m1.4    0m07.9 auto    3m19.9   0m2.1    0m13.0 So only the dry run shows a huge speedup (10-20 times faster) Not to question your numbers,

Re: [CMake] Cannot find appropriate C++ compiler on this system ...

2011-09-29 Thread Eric Noulard
2011/9/29 Albretch Mueller lbrt...@gmail.com:  I am using knoppix and I am trying to build cmake's sources into a local directory, but this is what I get: ~ $ ./bootstrap; make; make install - CMake 2.8.5, Copyright 2000-2009 Kitware, Inc. C

Re: [CMake] Does find_library check that a found library does in fact link?

2011-09-28 Thread Eric Noulard
2011/9/28 Michael Wild them...@gmail.com: On 09/28/2011 07:47 AM, Clifford Yapp wrote: On Wed, Sep 28, 2011 at 12:13 AM, Michael Wild them...@gmail.com mailto:them...@gmail.com wrote:     On 09/28/2011 02:44 AM, Clifford Yapp wrote:     I've run into a situation where find_library is

Re: [CMake] The output of cpack is an empty file

2011-09-27 Thread Eric Noulard
Second message for the list 2011/9/27 pellegrini pellegr...@ill.fr: Hello everybody, I would like to use cpack in order to gather a set of executables (built statically) into a single archive that could be extracted everywhere the user wants. My project architecture is the following:

Re: [CMake] Post Packaging Script?

2011-09-22 Thread Eric Noulard
2011/9/22 Michael Jackson mike.jack...@bluequartz.net: Is there some way to run a shell script/command/cmake script AFTER all the packaging is completed? None that I am aware of. May be you can craft you own package_end_cleanup custom_command which would call 1) make package 2) cmake -E

Re: [CMake] dmg CPack Options

2011-09-22 Thread Eric Noulard
2011/9/22 Michael Jackson mike.jack...@bluequartz.net: I just found that and have been playing with it but if I set it to 1 then I get the following error: CPack: Create package using DragNDrop CPack: Install projects CPack: - Run preinstall target for: DREAM3D CPack: - Install project:

[cmake-developers] 2.8.6 target release date

2011-09-20 Thread Eric Noulard
Hi All, Is target date for 2.8.6 fixed or is there any room left for late bug fix merge: if there is some more room I may work on testing this contribution tonight http://public.kitware.com/Bug/view.php?id=12063 If not I'll wait the release in order to avoid stage pollution. -- Erk Membre de

Re: [cmake-developers] 2.8.6 target release date

2011-09-20 Thread Eric Noulard
2011/9/20 David Cole david.c...@kitware.com: Go ahead and push to the stage and merge to next when it's ready. We're considering several topics for inclusion in the final release. Done: Merge topic 'CPackDeb-fakeroot' into next 49da3bd CPackDeb fix #10325 automagically use fakeroot for DEB

Re: [CMake] SOLVED: Generated successfully NMake Makefile using CMake for Cross Compiling, but compiling with nmake fails

2011-09-20 Thread Eric Noulard
2011/9/20 Martin Kupke martin.ku...@novero.com Hi, short info for those of you who run into the same pitfall. I downloaded the free (free of charge) nmake tool version 1.50 from the Microsoft website. The problem is this nmake tool which produces the problems with blanks / spaces in

[Cmake-commits] CMake branch, next, updated. v2.8.5-1930-g46bb516

2011-09-20 Thread Eric Noulard
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=46bb516ee75ef7d87641da2703a7add564dd56e0 commit 46bb516ee75ef7d87641da2703a7add564dd56e0 Merge: 3bc31e6 49da3bd Author: Eric Noulard eric.noul...@gmail.com AuthorDate: Tue Sep 20 14:01:43 2011 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v2.8.5-1933-g491fe48

2011-09-20 Thread Eric Noulard
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=491fe48aaa059b44d50dbc272dcbfb714b6e6eed commit 491fe48aaa059b44d50dbc272dcbfb714b6e6eed Merge: 46bb516 cc26a06 Author: Eric Noulard eric.noul...@gmail.com AuthorDate

Re: [CMake] User generated header file

2011-09-19 Thread Eric Noulard
2011/9/19 Perry Ismangil pe...@pjsip.org: On Sun, Sep 18, 2011 at 16:47, C. Meissa carsten.mei...@gmx.de wrote: Do you want the user to manually add the header, or do you want cmake to create it? User will manually add it before compile, so Eric mentioned setting the GENERATED property to

Re: [CMake] Cross compiling in Win32 environment doesn't work

2011-09-19 Thread Eric Noulard
2011/9/19 Martin Kupke martin.ku...@novero.com: I'm using CMake in version 2.8.5 and just want to cross compile with a decicated Compiler / Linker set on my Windows machine. Of course I've read the FAQ and the Tutorial, afterwards I started trying to use CMake on a DOS (cmd.exe) command line

Re: [CMake] Cross compiling in Win32 environment doesn't work

2011-09-19 Thread Eric Noulard
2011/9/19 Martin Kupke martin.ku...@novero.com My problem (the error) already occurs in the toolchain file, this means before the CMakeLists.txt is read. So far it is total independent of the entries in the CMakeLists.txt! I have added the line: message (Mein CMakeLists.txt File) in top

Re: [CMake] Windows: install conditionnaly an executable

2011-09-19 Thread Eric Noulard
2011/9/19 ycollette.nos...@free.fr: Hello, I would like to do this kind of installation: My package contains several executable with a version number by application - first install: install all the application and write a version number into the windows registry - update install:

Re: [CMake] Windows: install conditionnaly an executable

2011-09-19 Thread Eric Noulard
Please do not drop the ML address. 2011/9/19 ycollette.nos...@free.fr: How can I read with cmake the registry key dynamically in the installer and use this version number to install conditionnaly some applications ? You need to have a look at your specific installer language (seems to be

Re: [CMake] Rename unspecified component - how?

2011-09-18 Thread Eric Noulard
2011/9/18 Kishore Jonnalagadda kitts.mailingli...@gmail.com: On Sat, Sep 17, 2011 at 2:12 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/9/17 Kishore Jonnalagadda kitts.mailingli...@gmail.com: In my project I am using the default component for all binaries and a dev component for headers

Re: [CMake] Rename unspecified component - how?

2011-09-18 Thread Eric Noulard
2011/9/18 Eric Noulard eric.noul...@gmail.com: 2011/9/18 Kishore Jonnalagadda kitts.mailingli...@gmail.com: On Sat, Sep 17, 2011 at 2:12 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/9/17 Kishore Jonnalagadda kitts.mailingli...@gmail.com: In my project I am using the default component

Re: [CMake] User generated header file

2011-09-18 Thread Eric Noulard
2011/9/18 Perry Ismangil pe...@pjsip.org: I'm converting Visual Studio project files to CMake. On of our project, one of the header file included in the project is deliberately missing, the user have to manually create it before building for the first time. When I tried this with cmake, it

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Eric Noulard
2011/9/17 Kishore Jonnalagadda kitts.mailingli...@gmail.com: In my project I am using the default component for all binaries and a dev component for headers. But when I create packages, it creates one called Unspecified and another called dev. How do I rename the unspecified component to be

Re: [CMake] Rename unspecified component - how?

2011-09-17 Thread Eric Noulard
2011/9/17 Kishore Jonnalagadda kitts.mailingli...@gmail.com: On Sep 17, 2011 2:12 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/9/17 Kishore Jonnalagadda kitts.mailingli...@gmail.com: In my project I am using the default component for all binaries and a dev component for headers

[CMake] Tutorial for new-style ctest scripting

2011-09-16 Thread Eric Noulard
Hi there, I want to setup a ctest + cdash submission for one of my open source project: https://savannah.nongnu.org/projects/certi/ I did open a free dashboard: http://my.cdash.org/index.php?project=CERTI I did write my script:

[CMake] Specify the link command in CMake

2011-09-13 Thread Eric Noulard
2011/9/13 Federico Carminati federico.carmin...@cern.ch: Dear All, is there a way to specify the link command in CMake? If I specify export LD=/usr/bin/ld ; cmake $MY_SOURCE_DIRECTORY it is not taken and if I set I dont' know if LD env var is supposed to be used at all. cmake

Re: [CMake] LINKER FLAGS

2011-09-13 Thread Eric Noulard
2011/9/13 pellegrini pellegr...@ill.fr: Hi all, I would like to build a Fortran90 project using Fortran intel compiler. I would like to increase the stack by adding the /stack flag to the linker. Looking on the documentation, I think that set(CMAKE_EXE_LINKERS_FLAG /stack:6400) will do

Re: [CMake] Using CMake for Eclipse Indigo / CDT 8

2011-09-13 Thread Eric Noulard
2011/9/13 sv...@free.fr: Hello, I usually develop with Visual STudio, but I have to code now on Eclipse so that my software is runnable on Linux. I so installed the last release of Eclipse, and want to run CMake 2.8.5 to export an Eclipse project. The solutions/projects that CMake

Re: [CMake] Diff output from CMake?

2011-09-13 Thread Eric Noulard
2011/9/13 Clifford Yapp cliffy...@gmail.com: On Tue, Sep 13, 2011 at 1:58 PM, David Cole david.c...@kitware.com wrote: On Tue, Sep 13, 2011 at 1:39 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Tuesday, September 13, 2011 05:07:00 AM Clifford Yapp wrote: I am trying to compare

Re: [CMake] creating a library -- folder layout??

2011-09-13 Thread Eric Noulard
2011/9/13 Cristobal Navarro axisch...@gmail.com: hello everyone! this is my first post on the mailing list i am making a shared library i have everything configured properly so that cmake creates de makefile scripts as espected at the moment cmake is installing my library by default into:

Re: [CMake] Diff output from CMake?

2011-09-13 Thread Eric Noulard
2011/9/13 Clifford Yapp cliffy...@gmail.com: Eric - Excellent!  That looks like it will do the trick. Thank you! Please tell us about the performance but from the implementation of REMOVE_ITEM I bet the performance shouldn't be that good: inside cmListCommand.cxx: bool cmListCommand

<    4   5   6   7   8   9   10   11   12   13   >