Re: [CMake] Re: 'make dist' like target

2006-11-16 Thread Andy Cedilnik
with Enrico. RPM packages also work in this manner. -- Philip Lowman Simulation Development Engineer, Modeling and Simulation Technology General Dynamics Land Systems http://www.gdls.com ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mai

Re: [CMake] About CPack

2006-10-10 Thread Andy Cedilnik
- France | tel. +33 (0) 1 58 13 85 00 ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CTest for simple client/server test

2006-10-06 Thread Andy Cedilnik
uld be pleased if CTest was able to run a test on a remote machine using ssh but that's another point) Is it possible to do this with CTest? -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CPack with WinZip

2006-10-05 Thread Andy Cedilnik
ZIP program Does CPack require different ZIP program? -- Artur Kedzierski -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Kitware Source Quarterly Newsletter

2006-09-11 Thread Andy Cedilnik
k and suggestions. Are you interested in contributing an article to the newsletter? In future issues, we'd like to include case studies written by developers who utilize Kitware's Open Source technology. Please contact Lisa Avila at [EMAIL PROTECTED] with your ideas. -- Andy Cedil

Re: [CMake] Directory creation problem with MACOSX_BUNDLE

2006-08-21 Thread Andy Cedilnik
Hi Peter, I am working on this, but I would still ask you to put a bug in a CMake bug tracker, just to have a record: http://www.cmake.org/Bug Andy Peter Carr wrote: Hi, I'm running into problems using the MACOSX_BUNDLE parameter with ADD_EXECUTABLE. For some reason, I'm getting the

Re: [CMake] make dist?

2006-07-27 Thread Andy Cedilnik
_ Linux-powered Science __ ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] cmake-indent.vim

2006-07-26 Thread Andy Cedilnik
Andi ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Building CMake on Digtal Unix

2006-07-20 Thread Andy Cedilnik
intf. The Utilities directory mostly contains 3rd-party code that we don't want to touch more than necessary to make upgrades easier. Thanks, -Brad ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedil

Re: [CMake] CVS CMake self-build and CPack - very nice!

2006-07-12 Thread Andy Cedilnik
CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Scripting of ctest: pb with update stage and CVSCOMMAND

2006-07-12 Thread Andy Cedilnik
/bin/cvs )" -z3 update -d -A -P failed I really wonder what related CVSCOMMAND cmake's internal variable and CTEST_CVS_COMMAND ctest's scripting variable. Hum... Hey, thanks for reading all the above :-) ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Scripting of ctest: pb with update stage and CVSCOMMAND

2006-07-12 Thread Andy Cedilnik
te Update with command: "export CVS_RSH=/home/eboix/DashboardDiet/cvs_rsh_dart && /usr/bin/cvs )" -z3 update -d -A -P failed I really wonder what related CVSCOMMAND cmake's internal variable and CTEST_CVS_COMMAND ctest's scripting variable. Humm

Re: [CMake] CMake and Subversion.

2006-07-07 Thread Andy Cedilnik
list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CPack parameters

2006-07-06 Thread Andy Cedilnik
er be reachable under the adress [EMAIL PROTECTED] after July,31th,2006 ggp-key available via http://pgpkeys.pca.dfn.de ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake --

Re: [CMake] CMake question

2006-06-24 Thread Andy Cedilnik
Hi Ian, Check ADD_CUSTOM_COMMAND. There are bunch of examples all over the place. You can also do: cmake --help-command ADD_CUSTOM_COMMAND Andy Ian Gotenks wrote: Hi, I am trying to learn CMake to use it in my project but (as anyone might expect) I have some problems. Is there pos

Re: [CMake] CMake question

2006-06-24 Thread Andy Cedilnik
Hi Ian, Check ADD_CUSTOM_COMMAND. There are bunch of examples all over the place. You can also do: cmake --help-command ADD_CUSTOM_COMMAND Andy Ian Gotenks wrote: Hi, I am trying to learn CMake to use it in my project but (as anyone might expect) I have some problems. Is there pos

Re: [CMake] CTestConfiguration.ini

2006-05-20 Thread Andy Cedilnik
Hello, Would you mind sending the script.cmake file? Andy Hirohito Okuda wrote: Hi, I am trying to use ctest as a Dart2 client,starting with a very simple settings. I wrote a CMake script "script.cmake" following a guidance on the Cmake WIKI pages, and made it run. But I got following e

Re: [CMake] cpack problems.

2006-05-15 Thread Andy Cedilnik
report. Do not hardcode it to your script. FILE(GLOB INSTALLED_LIBNAME [EMAIL PROTECTED] @/[EMAIL PROTECTED]@*) MESSAGE("INSTALLED_LIBNAME [EMAIL PROTECTED] @/[EMAIL PROTECTED]@*") and so on. CPack will set CMAKE_INSTALL_PREFIX to the right thing. -- Andy Cedilnik K

[CMake] LIST command behavior changes

2006-05-15 Thread Andy Cedilnik
f the list does not exists as long as the index is 0 * LIST(REMOVE is gone * LIST(REMOVE_AT is now the one that removes index * LIST(REMOVE_ITEM removes specified items and also removes specified item multiple times More list commands will be added in 2.6. -- Andy Cedilnik Kitwar

Re: [CMake] some comments on the LIST command

2006-05-11 Thread Andy Cedilnik
T ...) not called LIST(APPEND ... ) ? I added APPEND. I may take LIST(SET out. -is LIST(SET mySrcs foo.cpp) faster than SET(mySrcs ${mySrcs} foo.cpp) ? List SET/APPEND appends, while SET justs sets to the value. But beside the nitpicking, a nice addition to cmake :-) -- Andy Cediln

Re: [CMake] Re: Project installation

2006-05-10 Thread Andy Cedilnik
stall ? Benoit ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___

Re: [CMake] cpack and post install scripts

2006-05-10 Thread Andy Cedilnik
outside of the build tree. CPack misses those install files/libs that are outside the build tree. If you need, I can write up an example. Clint Andy Cedilnik wrote: Hi Clint, CPack runs the cmake_install.cmake script, so if there are any post-install scripts there, they should get execute

Re: [CMake] cpack and post install scripts

2006-05-09 Thread Andy Cedilnik
Hi Clint, CPack runs the cmake_install.cmake script, so if there are any post-install scripts there, they should get executed. What do your post-install scripts looks like? Andy Clinton Stimpson wrote: So it seems that CPack doesn't run the post install scripts? Is it supposed to? Cl

Re: [CMake] Make dist?

2006-05-05 Thread Andy Cedilnik
D] $ file cmake-2.5.0-Linux.tar.bz2 cmake-2.5.0-Linux.tar.bz2: bzip2 compressed data, block size = 900k Andy Craig Bradney wrote: On Thursday 04 May 2006 11:11, Andy Cedilnik wrote: Hi Craig, In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2.. Andy I still

Re: [CMake] Make dist?

2006-05-05 Thread Andy Cedilnik
-Linux.tar.bz2 cmake-2.5.0-Linux.tar.bz2: bzip2 compressed data, block size = 900k Andy Craig Bradney wrote: On Thursday 04 May 2006 11:11, Andy Cedilnik wrote: Hi Craig, In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2.. Andy I still ended up with a tar.gz, this time

Re: [CMake] Make dist?

2006-05-04 Thread Andy Cedilnik
Hi Craig, In your CMakeLists.txt set CPACK_SOURCE_GENERATOR to TBZ2.. Andy Craig Bradney wrote: On Thursday 04 May 2006 08:13, Craig Bradney wrote: On Thursday 04 May 2006 03:45, Andy Cedilnik wrote: Hello again... Ok, bzip2 is in. The generator is called TBZ2 and currently

Re: [CMake] Make dist?

2006-05-03 Thread Andy Cedilnik
Hi, Instead of looking through the source code, you can also just type: cpack --help Andy Filipe Sousa wrote: On Thursday 04 May 2006 00:18, Craig Bradney wrote: For a more comple example have a look at CMakeLists.txt of cmake: http://public.kitware.com/cgi-bin/viewcvs.cgi/CMakeList

Re: [CMake] Make dist?

2006-05-03 Thread Andy Cedilnik
Hello again... Ok, bzip2 is in. The generator is called TBZ2 and currently uses bzip2 executable. Once I port bzip2 library to cmake and shove it in CMake, we can do native BZip2 compression. Also, the same goes for unix comrpess and zip. Andy Andy Cedilnik wrote: Give me a second

Re: [CMake] Make dist?

2006-05-03 Thread Andy Cedilnik
Give me a second... Andy William A. Hoffman wrote: At 07:44 PM 5/3/2006, Craig Bradney wrote: Bill? Any ideas on adding bzip2 support? The Scribus bz2 is 2mb smaller (~10 vs ~12mb) so its a good % of the total. CPack is really in beta. bz2 support should not be that hard to

Re: [CMake] parallel ctest

2006-05-01 Thread Andy Cedilnik
http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] including other Makefiles into CMake-generated makefile

2006-04-27 Thread Andy Cedilnik
p://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake parsing issue on Win32 platform

2006-04-25 Thread Andy Cedilnik
Hi Xavier, Also, what version of CMake? Andy Xavier Delannoy wrote: On Tue, 25 Apr 2006 07:28:22 -0400 Andy Cedilnik <[EMAIL PROTECTED]> wrote: Hi Xavier, For some reason all paths in DartTestfile.txt are windows style. What do your ADD_TEST commands look like? h

Re: [CMake] Cmake parsing issue on Win32 platform

2006-04-25 Thread Andy Cedilnik
Hi Xavier, For some reason all paths in DartTestfile.txt are windows style. What do your ADD_TEST commands look like? Andy Xavier Delannoy wrote: Hi all, I use cmake version 2.3-20060317, which seems to have some parsing pb under Win32. here is the output : C:\Projects\Korcula\cro

Re: [CMake] Is it possible to use ADD_TEST to execute multiple commands

2006-04-24 Thread Andy Cedilnik
the test. Any suggestions? Thanks in advance! ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cm

Re: [CMake] Coverage -- What is happening when you run a binary more than once?

2006-04-20 Thread Andy Cedilnik
coverage results for the last execution of nifti1_test, or am I missing something? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMak

Re: [CMake] use of efence

2006-04-07 Thread Andy Cedilnik
CFLAGS="$CFLAGS -g -lefence" but then linking with efence does not takes place. thanks in advance, Subir ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik K

Re: [CMake] How do I run different sets of tests?

2006-03-26 Thread Andy Cedilnik
Hi Vingesh, You can run ctest using several flags to control which tests will run. The CTest tutorial has a section on that: http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Running_Individual_Tests Currently you cannot specify the toplevel DartTestfile.txt yet. It is planned for some futur

Re: [CMake] detecting first cmake run ?

2006-03-20 Thread Andy Cedilnik
Hi Alex, IF(NOT CMAKE_NOT_FIRST_RUN) # Do something ENDIF(NOT CMAKE_NOT_FIRST_RUN) SET(CMAKE_NOT_FIRST_RUN 1 CACHE INTERNAL "") Andy Alexander Neundorf wrote: Hi, I can remember there was already this question, but I can't find it in the archive. Is there a way to detect the first r

Re: [CMake] current cmake cvs doesn't compile

2006-03-17 Thread Andy Cedilnik
cmSystemTools.cxx, line 1290: void value not ignored as it ought to be return (unsetenv()==0); Both on my linux and my freebsd box unsetenv() returns void. Bye Alex -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http

[CMake] Mac OSX Bundles and Frameworks

2006-03-16 Thread Andy Cedilnik
Hello, I am starting to work on a better support for bundles and frameworks in CMake. For now I am collecting information. Here is the page for my work: http://www.cmake.org/Wiki/CMake:Bundles_And_Frameworks Let me know if you have any suggestions and corrections. Thank you. -- Andy

Re: [CMake] Question on HTTP submission

2006-03-10 Thread Andy Cedilnik
Thanks Vignesh. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc

[CMake] Re: More help needed

2006-03-09 Thread Andy Cedilnik
till we couldn't get the basic thing up, as we had problem with the Dart XML format and this problem with Ctest. The problem might be with our configuration too, but we've given our best based on the documentation available. We need more help on this front from all of you. Thanks Vignesh

Re: [CMake] CTest newbie

2006-03-08 Thread Andy Cedilnik
m. Please help Thanks Vignesh. -Original Message----- From: Andy Cedilnik [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 11:54 AM To: Vignesh M.P.N. Cc: CMake Subject: Re: [CMake] CTest newbie Hi Vingesh, Vignesh M.P.N. wrote: I thought of being more specific with my probl

Re: [CMake] cmake man page getting bigger

2006-03-08 Thread Andy Cedilnik
could be improved to show all commands at top of the page. Each command should link to its description. -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Graphviz support in CMake

2006-03-07 Thread Andy Cedilnik
improved Look at it and give me suggestions. -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CTest newbie

2006-03-07 Thread Andy Cedilnik
ced my code in that. The code which I refer in the DartTestfile.txt file. I mentioned "/src" for both "SourceDirectory" and "BuildDirectory" keys. When I run ctest it says "The system cannot find the path specified" Thanks Vignesh. -Original Message-

Re: [CMake] Nested variable substitution

2006-03-02 Thread Andy Cedilnik
BAR with CMAKE invoked from the command line and MY_VAR_PRIME: @MY_VAR_PRIME@ when invoked through CMakeSetup.exe? -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CTest newbie

2006-03-02 Thread Andy Cedilnik
Hi Vingesh, Sorry about misspelled name. I updated the Wiki page to include more details. Please let me know if you require more information. Thank you. Andy Andy Cedilnik wrote: Hi Bignesh, Look at the page: http://www.cmake.org/Wiki/CMake_Generating_Testing_Files Andy Vignesh

Re: [CMake] CTest newbie

2006-03-02 Thread Andy Cedilnik
ment just to kick off. Thanks Vignesh. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] CVS CMake: makefile install rule broken

2006-02-28 Thread Andy Cedilnik
/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Installed project with shared libs

2006-02-24 Thread Andy Cedilnik
ly ccmake, cmake, and ctest. Is cpack now required? -Chris ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list

Re: [CMake] Is CPack ready to use?

2006-02-23 Thread Andy Cedilnik
Hi Filipe, I have not tested it on Visual Studio 8 and I know that there are some STL issues. I'll look into that. Andy Filipe Sousa wrote: Filipe Sousa wrote: Filipe Sousa wrote: Oops! I just forgot to set CPACK_ vars in CMakeLists.txt. Now is working :) Works on Linux, but not on

Re: [Fwd: [CMake] Getting variables from a subdir]

2006-02-14 Thread Andy Cedilnik
t is the minimum version that supports this feature? I need to check for it during the build process. Thanks, James ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- A

Re: [CMake] question about CTest

2006-02-09 Thread Andy Cedilnik
CTest in attach you will find the content of my Testing directory. best regards, ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy

Re: [CMake] ctest submit through proxy environment settings

2006-02-09 Thread Andy Cedilnik
eeler ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] ctest coverage and gcc 3.4

2006-02-09 Thread Andy Cedilnik
ocal.domain 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #0: Tue Feb 7 15:48:19 EST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM i386 ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedil

Re: [CMake] new Wiki article

2006-01-29 Thread Andy Cedilnik
Hi Alex, In FLTK, we have cmake.h.in and cmake.h.cmake.in Andy Alexander Neundorf wrote: Von: Filipe Sousa <[EMAIL PROTECTED]> ... That's a good article. I noticed that you didn't mention #cmakedefine01 This feature has been removed again (it was never in a release ve

Re: [CMake] Cmake / Ctest /Dart - feature needed

2006-01-24 Thread Andy Cedilnik
Hi Xavier, Put a bug report please. Andy xavier delannoy wrote: 2006/1/24, Andy Cedilnik <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: Hi Xavier, This sounds like a great idea. I would extend it though: SET_TEST_PROPERTIES(test1 PROPERTIES MEASUREMEN

Re: [CMake] Cmake / Ctest /Dart - feature needed

2006-01-24 Thread Andy Cedilnik
ling list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] how to add 2 numbers with cmake ?

2006-01-20 Thread Andy Cedilnik
Pii9Oyr8P0jw2xJc= =ztUH -END PGP SIGNATURE- ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Install files at absolute position?

2006-01-19 Thread Andy Cedilnik
DFOREACH(file) ADD_CUSTOM_TARGET("${CMAKE_CURRENT_BINARY_DIR}/CustomInstall" ALL) SET_TARGET_PROPERTIES("${CMAKE_CURRENT_BINARY_DIR}/CustomInstall" PROPERTIES POST_INSTALL_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/ CustomInstall.cmake") ENDMACRO(INSTALL_AT_ABSOLUTE_PATH) O

Re: [CMake] Activating coverage with ctest

2006-01-19 Thread Andy Cedilnik
ue? Anton - Original Message - From: Andy Cedilnik <[EMAIL PROTECTED]> Date: Wednesday, January 18, 2006 2:56 pm Subject: Re: [CMake] Activating coverage with ctest Hi Anton, Please check the CTest FAQ: http://www.cmake.org/Wiki/CTest:FAQ#How_can_I_perform_coverage_test.3F A

Re: [CMake] Activating coverage with ctest

2006-01-18 Thread Andy Cedilnik
ST_COVERAGE_COMMAND ${COVERAGE_COMMAND}) Anton ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Install files at absolute position?

2006-01-18 Thread Andy Cedilnik
step, but it's more appropriate to do this during install, in my case. Any thoughts? (and yes, the files do need to be at specific positions; for example in a python site-packages directory). Thanks, Zach ___ CMake mailing list CMake@

Re: [CMake] Wanted : Macro to copy files if touched

2006-01-17 Thread Andy Cedilnik
Make@cmake.org http://www.cmake.org/mailman/listinfo/cmake -- Andy Cedilnik Kitware Inc. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake