Re: [CMake] Parallel make custom command

2011-06-30 Thread Bill Hoffman
On 6/30/2011 5:23 PM, Alan W. Irwin wrote: On 2011-06-30 22:15+0200 Alexander Neundorf wrote: On Wednesday 29 June 2011, Marcel Loose wrote: ... After I had posted my question I realized that this issue has come up quite recently on the mailing list in a thread that I started -- see

[Cmake-commits] CMake branch, next, updated. v2.8.4-1839-g1310297

2011-06-29 Thread Bill Hoffman
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=131029734936e79cef275f33629b5bb1384f706c commit 131029734936e79cef275f33629b5bb1384f706c Merge: a38c33c 3e4ba89 Author: Bill Hoffman bill.hoff...@kitware.com AuthorDate: Wed Jun 29 15:24:05 2011 -0400 Commit: CMake Topic

Re: [CMake] CMake 2.8.5-rc3 ready for testing!

2011-06-28 Thread Bill Hoffman
On 6/27/2011 11:41 AM, David Cole wrote: Changes in CMake 2.8.5-rc3 (since 2.8.5-rc2) Bill Hoffman (4): Use devenv instead of msbuild for vs2010. Revert With very long file names, VS 2010 was unable to compile files. Use

Re: [CMake] What is the VS10 .rule file generated for each ADD_CUSTOM_COMMAND?

2011-06-27 Thread Bill Hoffman
on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905

Re: [CMake] What is the VS10 .rule file generated for each ADD_CUSTOM_COMMAND?

2011-06-27 Thread Bill Hoffman
On 6/27/2011 11:57 AM, Gabriel Petrovay wrote: Hi Bill, I have no exception. I only know that Cmake generates a wrong Include attribute for a CustomBuild element (first in a series of cmake generated filed). This generated file also does not have a .rule file generated for it like for all the

[Cmake-commits] CMake branch, next, updated. v2.8.4-1820-g8eef0ba

2011-06-23 Thread Bill Hoffman
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8eef0ba1321f8c995d1b3852206bd631351731a6 commit 8eef0ba1321f8c995d1b3852206bd631351731a6 Merge: d9e3266 8555c2b Author: Bill Hoffman bill.hoff...@kitware.com AuthorDate: Thu Jun 23 15:31:48 2011 -0400 Commit: CMake Topic

Re: [CMake] TGZ installer following links

2011-06-22 Thread Bill Hoffman
On 6/21/2011 4:43 PM, Alan W. Irwin wrote: So it is not a regression, but in my opinion it is still a bug. More comments at http://public.kitware.com/Bug/view.php?id=12284. Please fix. Patches are welcome, please send one... It would have to be an option somehow at this point so as not

Re: [CMake] CMake 2.8.5-rc2 ready for testing!

2011-06-15 Thread Bill Hoffman
written by the named CMake developers. Please try this version of CMake on your projects and report any issues to the list or the bug tracker. Happy building! -Dave Changes in CMake 2.8.5-rc2 (since 2.8.5-rc1) Bill Hoffman (6): Fix a memory leak

Re: [CMake] ccmake options organization

2011-06-13 Thread Bill Hoffman
On 6/13/2011 11:02 AM, Szilárd Páll wrote: I would also very much like to see some form of grouping to be possible in ccmake. Right now, the only way to avoid clutter is to mark the large majority of the variables as advanced and keep only the ones that would be used frequently used and this is

Re: [CMake] A CMake project called Help?

2011-06-10 Thread Bill Hoffman
On 6/10/2011 10:50 AM, Alan Garny wrote: Hi, I have a CMake project with several sub-projects (plugins for my application), one of which is called “Help”. Now, everything works fine in that it compiles and builds as expected. However, I do get a couple of warnings: makefile:1227: warning:

Re: [CMake] A CMake project called Help?

2011-06-10 Thread Bill Hoffman
On 6/10/2011 1:53 PM, Alan Garny wrote: I would change the name of your target to help_something, then use OUTPUT_NAME to change it back to help. set_target_properties(MyHelp PROPERTIES OUTPUT_NAME Help) Thanks Bill. Though I don't particularly like the idea, I thought I would give it a

Re: [cmake-developers] Automoc in cmake

2011-06-08 Thread Bill Hoffman
On 6/8/2011 2:59 PM, Alexander Neundorf wrote: The two things are - BSD licensing, we did that 3 years ago: http://quickgit.kde.org/?p=automoc.gita=commith=78fdba1e2d96bc45512531748ffb770cb1124798 -and porting to STL+cmsys, we did that now Beside that, I didn't ask explicitely, but I'm sure

Re: [CMake] Support for Custom LANG in CMAKE (CUDA and general case)

2011-06-07 Thread Bill Hoffman
On 6/7/2011 2:50 PM, t m wrote: Hi I've two topics related to the support for custom lang in cmake. I hope you can help me. 1) Does anyone knows plan about merge the following feature related to the CUDA: http://public.kitware.com/Bug/view.php?id=11887 I'm in the process of integrating the

[Cmake-commits] CMake branch, next, updated. v2.8.4-1698-gf87ed31

2011-06-07 Thread Bill Hoffman
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f87ed31ce514b1c1c299c8b5b714c283875a5a80 commit f87ed31ce514b1c1c299c8b5b714c283875a5a80 Merge: 3f18b6c 9d406cd Author: Bill Hoffman bill.hoff...@kitware.com AuthorDate: Tue Jun 7 09:03:48 2011 -0400 Commit: CMake Topic Stage

Re: [CMake] Invoking CMakle outside of the build/source dir.

2011-06-06 Thread Bill Hoffman
On 6/6/2011 11:33 AM, Yuri Timenkov wrote: I guess there are cases when you can't do this. For example, on Windows you can't simply call cd - or you may have other kind of script than sh one (for example ant). Also both source dir and binary dir may be relative to current directory, therefore

Re: [CMake] Scanning dependencies of target xxx is very slow.

2011-06-06 Thread Bill Hoffman
On 6/5/2011 11:28 PM, jianhua wrote: Hi Neundorf; Thanks for your kindly response on this issue. Usually it is not that slow. Can you give us some more information ? Of how many files consists your target approximately ? Under which operating system ? Is it maybe on

[Cmake-commits] CMake branch, next, updated. v2.8.4-1689-g59d4823

2011-06-06 Thread Bill Hoffman
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=59d48239b952a381ff7001427a7b48280a1c864f commit 59d48239b952a381ff7001427a7b48280a1c864f Merge: d7739d4 dd52fc3 Author: Bill Hoffman bill.hoff...@kitware.com AuthorDate: Mon Jun 6 16:43:21 2011 -0400 Commit: CMake Topic Stage

Re: [CMake] Missing libgmp-10.dll

2011-06-03 Thread Bill Hoffman
On 6/3/2011 8:10 AM, Bill Lorensen wrote: My version is 3.18 and I have to add c:/MinGW/bin to my windows Path otherwise the I get the missing dll error. I did not have to do this in earlier mingw versions. Notice I set it in Path and not PATH. Strange, they must have changed the version

Re: [CMake] FOLLOW-UP: CMAKE - troubles finding executables/paths -Windows 7 / MinGW

2011-06-03 Thread Bill Hoffman
On 6/3/2011 11:22 AM, Steve Westenbroek wrote: Thanks Bill and Bill for looking into this! I don't know if this was clear in my original post, but is seems that most of my troubles with CMake on my system stem from the fact that I have nearly half-a-dozen MinGW/MSYS installs on my system; each

Re: [CMake] Windows build inconsistency...

2011-06-03 Thread Bill Hoffman
if(argIsFile) { // Source CMakeLists.txt file given. It was probably dropped // onto the executable in a GUI. Default to an in-source build. this-SetHomeOutputDirectory(listPath.c_str()); this-SetStartOutputDirectory(listPath.c_str()); } I'm too

[Cmake-commits] CMake branch, next, updated. v2.8.4-1681-g427526a

2011-06-03 Thread Bill Hoffman
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=427526a6dbb20c4c6b46b8db7aedfa1716726278 commit 427526a6dbb20c4c6b46b8db7aedfa1716726278 Merge: 37d2b96 27aa446 Author: Bill Hoffman bill.hoff...@kitware.com AuthorDate: Fri Jun 3 16:17:29 2011 -0400 Commit: CMake Topic Stage

Re: [CMake] False.lib error while linking

2011-06-02 Thread Bill Hoffman
On 6/1/2011 6:11 AM, AMARNATH, Balachandar wrote: Dear Bill, When i did cmake --trace, I could see at some places BLAS_LIBRARIES are set to FALSE. Particularly, here in below lines *** ... c:/Users/BAAMARNA5617/Programs/CMake

Re: [CMake] Missing libgmp-10.dll

2011-06-02 Thread Bill Hoffman
On 6/2/2011 4:01 PM, Lecourt Maxime wrote: Hi, when you install MinGW, the minGW/bin directory is not added to the PATH variable. So you need to add your minGW/bin directory to your path variable, so CMake can find the needed libraries. Seems that MinGW changed something recently... This is

Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2011-06-01 Thread Bill Hoffman
On 6/1/2011 10:13 AM, Bill Lorensen wrote: I can't reproduce the problem although I did recently upgrade to cmake 2.8.4. It is important to have c:/MinGW/bin (or your bin location) in the system path. If c:/MinGW/bin is in your PATH then it will always work. However, it should also work

Re: [CMake] False.lib error while linking

2011-05-31 Thread Bill Hoffman
On 5/31/2011 7:04 AM, AMARNATH, Balachandar wrote: Hi, When i compile MPF package using CMAKE/NMAKE with Intel C and fortran as Compilers (in windows) , also with Intel MPI and MKL library, i get an error while linking, * -LIBPATH:C:\Users\BAAMARNA5617\Projects\CMAKE\mpf_build

Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2011-05-31 Thread Bill Hoffman
On 5/31/2011 12:57 PM, Bill Lorensen wrote: Steve, I'm not sure why cmake won't find mingw's make. I build with mingw every day. If I run the cmake gui from a fresh build tree, I get the same error. Then I use the gui to browse to the location of make.exe and then all runs fine. That sounds

Re: [CMake] CMake pod cast

2011-05-27 Thread Bill Hoffman
On 5/27/2011 3:11 PM, Alexander Neundorf wrote: On Friday 27 May 2011, Bill Hoffman wrote: Last week I did an interview for the High Performance Computing (HPC) and Research Computing Podcast. It can be found here: http://www.rce-cast.com/ Just found that CMake (and also VTK) is also

[CMake] CMake pod cast

2011-05-26 Thread Bill Hoffman
Last week I did an interview for the High Performance Computing (HPC) and Research Computing Podcast. It can be found here: http://www.rce-cast.com/ -Bill ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Fortran issue

2011-05-19 Thread Bill Hoffman
On 5/19/2011 3:05 AM, Michael Hertling wrote: Any hint in this error would be gr8 help. :) With thanks and regards Bala http://www.cmake.org/Bug/view.php?id=11517 Should be fixed: http://www.cmake.org/pipermail/cmake/2011-May/044408.html If you grab the nightly build it should work now.

[CMake] Updated: CMake 2.8.2-1

2011-05-19 Thread Bill Hoffman
command line arguments: --warn-uninitialized --warn-unused-vars --no-warn-unused-cli --check-system-vars Bill Hoffman (3): For macros make sure the FilePath points to a valid pointer in the args. Add a warning when variables are used uninitialized

[CMake] Updated: CMake 2.8.4-1

2011-05-19 Thread Bill Hoffman
command line arguments: --warn-uninitialized --warn-unused-vars --no-warn-unused-cli --check-system-vars Bill Hoffman (3): For macros make sure the FilePath points to a valid pointer in the args. Add a warning when variables are used uninitialized

Re: [CMake] Updated: CMake 2.8.4-1

2011-05-19 Thread Bill Hoffman
On 5/19/2011 2:11 PM, Alan W. Irwin wrote: On 2011-05-19 10:55-0400 Bill Hoffman wrote: CMake 2.8.4-1 is now available on Cygwin mirrors. Hi Bill: Could you give some background information about why you create a binary version of cmake for Cygwin that is separated in time and location from

Re: [CMake] Updated: CMake 2.8.4-1

2011-05-19 Thread Bill Hoffman
On 5/19/2011 2:58 PM, Alan W. Irwin wrote: My bad, I will try to be better about it in the future. I have no good excuse. :) Actually, I didn't mean to question why this Cygwin release of cmake was later than the normal release of cmake-2.8.4. (These things happen.) But the separate nature

Re: [CMake] cmake package for cygwin

2011-05-18 Thread Bill Hoffman
On 5/18/2011 12:46 PM, marco atzeri wrote: Hi Bill, are you planning to release the 2.8.4 package for cygwin ? Thanks in advance Marco Yes. I will try to get that out this week. Thanks for the reminder... -Bill -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065

Re: [cmake-developers] PCRE

2011-05-16 Thread Bill Hoffman
On 5/15/2011 1:23 PM, Pau Garcia i Quiles wrote: Hi, Just a quick note to let you Debajyoti Datta will be implementing Perl-compatible Regular Expression support in CMake starting next Friday. I am mentoring him in Season of KDE (kind of Google Summer of Code, but for KDE). Some details of

Re: [CMake] cmake not found

2011-05-04 Thread Bill Hoffman
://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065

Re: [CMake] cmake not found

2011-05-03 Thread Bill Hoffman
://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573

Re: [CMake] manifest version mismatch with VS 2008 and InstallRequiredSystemLibraries

2011-05-03 Thread Bill Hoffman
On 5/3/2011 11:52 AM, Tyler wrote: Yes, I verified the manifests in each binary with strings + grep. Everything is produced with a version of 9.0.21022. My blog entry might help: http://www.kitware.com/blog/home/post/4 -Bill ___ Powered by

Re: [CMake] Properly Detecting Win64

2011-04-12 Thread Bill Hoffman
On 4/12/2011 4:13 PM, David Cole wrote: Does somebody have reproducible steps to get to the point where CMAKE_SIZEOF_VOID_P disappears?? I've never seen that... How many times do you have to re-configure before you start seeing this behavior? That sounds like something is just really wrong

Re: [CMake] Why does XCODE_DEPEND_HELPER delete my target after it has been build?

2011-04-04 Thread Bill Hoffman
On 4/2/2011 10:48 AM, Kenny Erleben wrote: Hi, I got a cmake project that builds one static lib and one target that depends on my static lib. I have set the ARCHIVE_OUTPUT_DIRECOTRY target properties to ${PROJECT_SOURCE_DIR}/lib and the RUNTIME_OUTPUT_DIRECOTRY target properties to

Re: [CMake] Failures on Nightly CMake Dashboard

2011-04-03 Thread Bill Hoffman
The machine cmake.org was offline. It is back up now. On Sat, Apr 2, 2011 at 10:41 PM, Richard Wackerbarth rich...@nfsnet.org wrote: All of my Nightly runs of the CMake Dashboard are failing to update with snip Determine Nightly Start Time   Specified time: 1:00:00 UTC   Use Nightly tag:

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-31 Thread Bill Hoffman
On 3/31/2011 4:19 PM, Chris Scharver wrote: EXTERNAL_OBJECT not linked using Visual Studio 2010 http://public.kitware.com/Bug/view.php?id=11891 Thanks for the pointer to that bug. It even has a fix. The thing I can not figure out is why our ExternlObj test is passing even when this is

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-03-31 Thread Bill Hoffman
On 3/31/2011 6:15 PM, David Cole wrote: On Thu, Mar 31, 2011 at 6:05 PM, Bill Hoffman bill.hoff...@kitware.com mailto:bill.hoff...@kitware.com wrote: On 3/31/2011 4:19 PM, Chris Scharver wrote: EXTERNAL_OBJECT not linked using Visual Studio 2010 http://public.kitware.com

Re: [CMake] set_target_properties not setting COMPILE_DEFINITIONS?

2011-03-29 Thread Bill Hoffman
On 3/29/2011 8:25 AM, David Doria wrote: (with and without quotes around ${my_definitions} in the set_target_properties line) The message command seems to be fine: my definitions: UNIX;USE_ITK;USE_FLOAT_PIXELS;PIXEL_DIMENSION=1 but the #if defined(UNIX) still fails in the code! Did you do

Re: [CMake] set_target_properties not setting COMPILE_DEFINITIONS?

2011-03-29 Thread Bill Hoffman
it easier to debug? add_executable(foo foo.cxx) ... Thanks. -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573 ___ Powered

Re: [CMake] set_target_properties not setting COMPILE_DEFINITIONS?

2011-03-29 Thread Bill Hoffman
On 3/29/2011 9:22 AM, David Doria wrote: My standalone example works fine: http://pastebin.com/tGjX1AZ8 You can see that the UNIX and DAVID definitions are both passed. Maybe something is overriding the definitions in my real example? I see these definitions: D_FILE_OFFSET_BITS=64

Re: [CMake] set_target_properties not setting COMPILE_DEFINITIONS?

2011-03-29 Thread Bill Hoffman
On 3/29/2011 9:49 AM, David Doria wrote: You might want to try running cmake --trace and see if something odd is happening when it is run. -Bill Here is the output of the trace: http://pastebin.com/MfTcNHFE It looks like the definitions list is being created and applied to the target, does

Re: [CMake] New book shipment / bug tracker

2011-03-24 Thread Bill Hoffman
On 3/23/2011 3:01 AM, Gour wrote: On Tue, 22 Mar 2011 18:38:16 -0400 Lisa Avilalisa.av...@kitware.com wrote: Kitware is pleased to announce that the VTK Textbook is once again in stock! You may order it directly through our online store or through amazon.com(and soon through amazon.co.uk.)

[Cmake-commits] CMake branch, next, updated. v2.8.4-1257-g6b14f90

2011-03-23 Thread Bill Hoffman
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b14f9017e2bf851527fbef24dbbb3cea14649d1 commit 6b14f9017e2bf851527fbef24dbbb3cea14649d1 Merge: 02b69e6 945f2c2 Author: Bill Hoffman bill.hoff...@kitware.com AuthorDate: Wed Mar 23 15:11:53 2011 -0400 Commit: CMake Topic

Re: [cmake-developers] memory leaks in cpack

2011-03-20 Thread Bill Hoffman
On 3/19/2011 6:18 AM, Eric Noulard wrote: I did just pushed the fix to stage. I did change the cmCPackGenerator::ReadListFile return status in order to return false if the list file read ends-up with an ERROR or FATAL_ERROR. I think this is more what you would expect from this method. Currently

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Bill Hoffman
to increase ==21354== the size of the main thread stack using the --main-stacksize= flag. ==21354== The main thread stack size used in this run was 8388608. ==21354== -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905

Re: [cmake-developers] memory leaks in cpack

2011-03-18 Thread Bill Hoffman
On 3/18/2011 3:52 PM, Eric Noulard wrote: Yes but this could be a real symptom a memory corruption. What is the simplest way for me to run the same valgrind test locally? Which ctest one line command, may use for that? That said... The problem seems to be here: dbfilename +=

Re: [cmake-developers] VS2010 fortran composer

2011-03-11 Thread Bill Hoffman
... JB -Original Message- From: Bill Hoffman [mailto:bill.hoff...@kitware.com] Sent: 10 March 2011 23:03 To: Biddiscombe, John A. Cc: cmake-developers@cmake.org Subject: Re: VS2010 fortran composer On 3/10/2011 4:36 PM, Biddiscombe, John A. wrote: If you create a new cpp project

Re: [CMake] How to change default target in solution?

2011-03-11 Thread Bill Hoffman
On 3/11/2011 9:56 AM, aaron.mead...@thomsonreuters.com wrote: You can't. The default target is stored in the .suo file. That file is generated by visual studio when it loads the solution file. The rules that Visual studio uses for chosing the default target are not published and don't seem to

Re: [cmake-developers] VS2010 fortran composer

2011-03-10 Thread Bill Hoffman
, but when I'm back from vacation, I'll setup on that you can access. OK, sounds good, if you could investigate the above that would be good. JB -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518

Re: [cmake-developers] VS2010 fortran composer

2011-03-10 Thread Bill Hoffman
library What happens? Did it change the C/C++ locations or the fortran one? So changing CMAKE_INTDIR to x64/etc ought to be allowed yes? If so, where does it happen - or rather where can I do it? JB -Original Message- From: Bill Hoffman [mailto:bill.hoff...@kitware.com] Sent: 10 March

Re: [cmake-developers] VS2010 fortran composer

2011-03-10 Thread Bill Hoffman
. No, if you create a visual studio x64 CMake project it does not do that. You have to use the Visual Studio 9 2008 Win64 generator to start with. JB -Original Message- From: Bill Hoffman [mailto:bill.hoff...@kitware.com] Sent: 10 March 2011 21:53 To: Biddiscombe, John A. Cc: cmake

Re: [cmake-developers] VS2010 fortran composer

2011-03-09 Thread Bill Hoffman
On 3/9/2011 1:49 PM, Biddiscombe, John A. wrote: *Thanks* ** *It’s a bit of a hack, but testing for the target name and overriding the output path seems to work.* *This gets me past the trycompile step so now projects are being generated from scratch.* ** *if (this-Name==cmTryCompileExec)

Re: [CMake] Fail to Compile cmake on OSX 10.4

2011-03-09 Thread Bill Hoffman
Can you start with a clean build tree, and run make VERBOSE=1. The trouble is happening here: Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o Linking CXX static library libcmsys.a ar: temporary file: No such file or directory make[2]: *** [Source/kwsys/libcmsys.a] Error 1 make[1]:

Re: [cmake-developers] VS2010 fortran composer

2011-03-07 Thread Bill Hoffman
On Mon, Mar 7, 2011 at 6:58 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: I've made some progress on a Fortran Composer generator for VS2010 If I create a fortran project, I can load it in the IDE and everything works OK, but in order to do this I must detect the fortran compiler first. I

Re: [cmake-developers] VS2010 fortran composer

2011-03-07 Thread Bill Hoffman
http://software.intel.com/en-us/forums/showthread.php?t=81140 This is explained in the release notes for the Fortran compiler. Please read the section on VS2010.. John, do you have the release notes? On Mon, Mar 7, 2011 at 8:57 AM, Bill Hoffman bill.hoff...@kitware.com wrote: On Mon, Mar 7

Re: [cmake-developers] VS2010 fortran composer

2011-03-07 Thread Bill Hoffman
On Mon, Mar 7, 2011 at 9:17 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: Bill What if you run DevEnv.exe from the command line with the /Upgrade on the vfproj file?  Does it change it?  Does it work with MSBuild after? No change. Still fails.

Re: [cmake-developers] VS2010 fortran composer

2011-03-07 Thread Bill Hoffman
On Mon, Mar 7, 2011 at 10:13 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: I tried the /Upgrade with devenv.exe and it did nothing. After reading more intel forum posts I discover that the fortran projects cannot be built using msbuild. Intentional at some levele. But I realized that I

Re: [cmake-developers] VS2010 fortran composer

2011-03-07 Thread Bill Hoffman
On Mon, Mar 7, 2011 at 10:29 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: Or, maybe only use it for fortran, but that would be hard... Ah. That was going to be my next question. I wanted to know how to get the cmTarget object inside the GenerateBuildCommand function, because I need to

Re: [CMake] few solutions with cmake

2011-03-03 Thread Bill Hoffman
On 3/3/2011 9:59 AM, gekso wrote: No, only one solution (someproject.sln) for all three targets.. 2.8.3 version 2011/3/3 Robert Bielikrobert.bie...@xponaut.se: Anton Sibilev skrev 2011-03-03 15:49: Hello! One more question.. For example I have such structure: folder:base CMakeLists.txt

Re: [cmake-developers] [CMake] Fortran good and bad

2011-03-01 Thread Bill Hoffman
On 3/1/2011 3:05 AM, Biddiscombe, John A. wrote: should I be looking at cmVisualStudio10TargetGenerator, or cmGlobalVisualStudio10Generator/cmGlobalVisualStudio10Win64Generator or one of the base classes? I didn't get any reply to this, so I would like to ask instead There is a VisualStudio

Re: [cmake-developers] How to deal with assembler files

2011-03-01 Thread Bill Hoffman
On 3/1/2011 4:47 PM, Brad King wrote: On 03/01/2011 04:40 PM, Alexander Neundorf wrote: Do you think when enabling the C compiler as ASM compiler it should also check for $ENV{CFLAGS} ? Or should I added $ENV{ASMFLAGS} ? Often the C compiler is the C++ compiler too but we still have a

Re: [CMake] Fortran good and bad

2011-03-01 Thread Bill Hoffman
On 3/1/2011 3:05 AM, Biddiscombe, John A. wrote: should I be looking at cmVisualStudio10TargetGenerator, or cmGlobalVisualStudio10Generator/cmGlobalVisualStudio10Win64Generator or one of the base classes? I didn't get any reply to this, so I would like to ask instead There is a VisualStudio

Re: [CMake] adjusting CMAKE_Fortran_LINK_EXECUTABLE

2011-03-01 Thread Bill Hoffman
Yours, M.Ilias Why do you want to do that? Is there a problem? -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573 ___ Powered

Re: [CMake] make test to run tests in parallel in CMake 2.8?

2011-02-28 Thread Bill Hoffman
On 2/28/2011 10:07 AM, Michael Wild wrote: On 02/28/2011 03:57 PM, Chris Green wrote: On 2/28/11 8:13 AM, Michael Wild wrote: On 02/28/2011 03:03 PM, Chris Green wrote: snip Try this: make test ARGS=-j12 Bingo! Thank you, Chris. Just a warning: AFAIK this is undocumented and I found

Re: [CMake] Strange 2.8.4 memcheck result on CDash

2011-02-22 Thread Bill Hoffman
On 2/22/2011 9:48 AM, Allen D Byrne wrote: The question is: Has anyone experienced problems with Dynamic Analysis reports on CDash with the new cmake 2.8.4? Our execution seemed to have produced the correct logs, yet on CDash the report is 0 (ZERO). Looking at the output of the test it just

Re: [CMake] Gyp VS CMake

2011-02-21 Thread Bill Hoffman
On 2/21/2011 12:16 PM, j s wrote: LD_PRELOAD isn't that bad of a hack, actually. Intercepting open(), read(), and possibly mmap() should cover most cases. So cl.exe /showincludes doesn't work? According to this, it is available.

Re: [CMake] Fortran good and bad

2011-02-21 Thread Bill Hoffman
On 2/21/2011 2:33 PM, Biddiscombe, John A. wrote: First off, I just upgraded to cmake 2.8.4 (from 2.8.2) and the visual studio + intel fortran support is much much better. Thank you whoever fixed it up. Projects generate correctly and build out of the box (Intel Fortran 10.x + visual studio

Re: [CMake] Gyp VS CMake

2011-02-18 Thread Bill Hoffman
This will never happen with CMake.  CMake will always be required to be on the machine doing the build.   There is just no other way to do system introspection.  Also, if you don't have something like CMake around it is hard to write cross platform build files that are complex in anyway (i.e.

Re: [CMake] Gyp VS CMake

2011-02-17 Thread Bill Hoffman
-- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573 ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [CMake] Ninja: a small build system closest in spirit to Make

2011-02-14 Thread Bill Hoffman
on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct

Re: [CMake] OS X Application plist configuration questions

2011-02-10 Thread Bill Hoffman
/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http

Re: [CMake] Manifest issues and CMakeVerifyManifest

2011-02-08 Thread Bill Hoffman
On 2/8/2011 9:01 AM, Olivier Pierard wrote: Dear all, When developing on Windows, I think everything works fine and it be definitely packaged when ...BOUM... someone reports a configuration which fails to start the program ! So, some questions: 1°) I started to try the CMakeVerifyManifest

Re: [CMake] namespace support

2011-02-03 Thread Bill Hoffman
On 2/3/2011 12:20 PM, Peter Kümmel wrote: On 03.02.2011 17:20, Peter Kümmel wrote: Because good solution is not available I've added the mentioned namespace support to CMake: namespace(string) endnamespace() With attached patch it is possible to write code like this (imagine antiX.cpp does

Re: [CMake] How to specify $1 for compiler?

2011-02-03 Thread Bill Hoffman
On 2/3/2011 2:42 PM, Michael Wild wrote: On 02/03/2011 08:40 PM, Jed Brown wrote: On Thu, Feb 3, 2011 at 16:33, Michael Wildthem...@gmail.com wrote: CMAKE_Fortran_COMPILER=/path/to/win32fe -f90 -with -options Doesn't work because that whole thing becomes $0, which does not exist on the

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

2011-02-02 Thread Bill Hoffman
On 2/2/2011 6:10 AM, Micha Renner wrote: Am Mittwoch, den 02.02.2011, 12:00 +0100 schrieb Emmanuel Blot: Hello, How to disable the new warnings CMake 2.8.4-rc2 emits, such as the following ones? I support this question too. There should be a way to switch off this feature of CMake,

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

2011-02-02 Thread Bill Hoffman
On 2/2/2011 9:59 AM, Micha Renner wrote: Am Mittwoch, den 02.02.2011, 09:12 -0500 schrieb Bill Hoffman: On 2/2/2011 6:10 AM, Micha Renner wrote: Am Mittwoch, den 02.02.2011, 12:00 +0100 schrieb Emmanuel Blot: Hello, How to disable the new warnings CMake 2.8.4-rc2 emits, such as the following

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

2011-02-02 Thread Bill Hoffman
On 2/2/2011 9:21 AM, Michael Jackson wrote: On Feb 2, 2011, at 9:08 AM, Brad King wrote: cmake --help: --warn-uninitialized= Warn about uninitialized values. --warn-unused-vars = Warn about unused variables. --no-warn-unused-cli= Don't warn about command

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

2011-02-02 Thread Bill Hoffman
On 2/2/2011 11:14 AM, Emmanuel Blot wrote: Currently, there is no way to turn this off. Very, very bad news ;-( IMHO, this is a recurrent issue with CMake. It seems the I was wrong. Please read Brad King's posts on this, and then see if it answers your questions. -Bill

Re: [CMake] CMake 2.8.4-rc2 ready for testing!

2011-02-01 Thread Bill Hoffman
On 2/1/2011 1:30 AM, Dongsheng Song wrote: On 2011-2-1 5:45, David Cole wrote: The CMake 2.8.4 release candidate stream continues! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D Since we switched to git, and a new workflow, we're expecting to do more

Re: [CMake] CMake 2.8.4-rc2 ready for testing!

2011-02-01 Thread Bill Hoffman
will get it on the roadmap. :) -Bill -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518 881-4905 (Direct) 518 371-3971 x105 Fax (518) 371-4573 ___ Powered by www.kitware.com Visit

Re: [CMake] CMake 2.8.4-rc2 ready for testing!

2011-02-01 Thread Bill Hoffman
On 2/1/2011 11:55 AM, Bill Hoffman wrote: $ export PATH=~/tmp/cmake-2.8.4-rc2-Linux-i686/bin:$PATH $ cmake -G Unix Makefiles -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_C_COMPILER=i686-w64-mingw32-gcc -DCMAKE_RC_COMPILER=i686-w64-mingw32-windres -- Configuring done You have

Re: [CMake] CMake 2.8.3 with VC2010 - CHECK_FUNCTION_EXISTS failed

2011-01-25 Thread Bill Hoffman
On 1/25/2011 9:14 AM, Dongsheng Song wrote: From the page http://www.cmake.org/Wiki/CMake_FAQ#Is_there_an_option_to_produce_more_.27verbose.27_compiling.3F but when I set CMAKE_START_TEMP_FILE and CMAKE_END_TEMP_FILE to , CMakeError.log still include such lines: E:\usr\vs2010\VC\bin\cl.exe

Re: [CMake] Any way to make/fake subdirectories depending on ExternalProject?

2011-01-20 Thread Bill Hoffman
On 1/20/2011 3:19 PM, kent williams wrote: I kinda know the simple answer is 'no.' I hope there's a creative *couch*sneaky*cough* way to do this. I'm trying to build CableSwig as a external project as part of ITK. I have this working for a single-process build. It works in that case because

Re: [cmake-developers] [CMake] xcode project and static library dependencies

2011-01-19 Thread Bill Hoffman
On Wed, Jan 19, 2011 at 8:08 PM, Nick Kledzik kled...@apple.com wrote: BTW, it might make more sense to move this to the cmake-developers mailing list. I've transfered this thread to the developer list.  See below for continuation.. On Jan 18, 2011, at 12:42 PM, Bill Hoffman wrote

Re: [CMake] xcode project and static library dependencies

2011-01-18 Thread Bill Hoffman
I have changes that cause cmake to produce an Xcode project in which the targets do not have the extra phases, and the dependencies are set up such that incremental builds work efficiently! But I'm having some impedance mismatches between where Xcode want the build results to be and where

Re: [CMake] MSVC 2010

2011-01-18 Thread Bill Hoffman
On 1/18/2011 1:07 PM, Hendrik Sattler wrote: What I meant to say: the .NET in the name is not important, being it the official product name or not. 7/8/9/10 or [.NET] 2003/2005/2008/2010, who cares. I find it more strange that everyone of those needs its own generator. After all, cmake could

Re: [CMake] xcode project and static library dependencies

2011-01-18 Thread Bill Hoffman
. Is there some reason your changes cannot use these? My understanding is that the main problem with the current generator is all the extra build phases and OTHER_LDFLAGS stuff used to deal with link line ordering and static libraries. This is what Bill summarized: On 1/13/2011 3:41 PM, Bill Hoffman

Re: [CMake] gcov: handling same file name in different directories

2011-01-16 Thread Bill Hoffman
On 1/16/2011 4:57 PM, Marco Craveiro wrote: hello cmakers, if i havent gone through the proper channels with regards to this issue, can someone point me the proper process? should i submit a bug report and attach my patch to it? A bug report with the patch would be the best thing to do.

Re: [CMake] Feature request: Compatibility with Visual Studio 2010 and Intel Fortran compiler 12 (composer).

2011-01-13 Thread Bill Hoffman
On 1/13/2011 4:42 AM, Jaime Armendáriz Villalba wrote: Dear all, I would like to ask about this feature, since cmake is not able to work with intel fortran 12. Is it planned to include it in the development roadmap? I have read about this here:

Re: [CMake] xcode project and static library dependencies

2011-01-13 Thread Bill Hoffman
On 1/13/2011 3:16 PM, Nick Kledzik wrote: I'm a long time Xcode user and recently used cmake to create an Xcode project for LLVM. I really like the idea the CMake can produce native projects for different platforms, but in my case, the resulting xcode project was very slow to use. To

Re: [CMake] xcode project and static library dependencies

2011-01-13 Thread Bill Hoffman
On 1/13/2011 4:49 PM, Nick Kledzik wrote: On Jan 13, 2011, at 12:41 PM, Bill Hoffman wrote: This is because Xcode provides no way to order static libraries as far as I can tell, or to repeat them. Also, no way to depend on a static library or a file directly, forcing the makefile usage

Re: [CMake] Clarification for quoting of parameters for add_executable()

2011-01-12 Thread Bill Hoffman
On 1/12/2011 4:21 PM, SF Markus Elfring wrote: I hope that the involved technical details can be better resolved in a wider audience. Now I would like to show a small script which demonstrates a specific detail in the wording of an error message that I did not expect in this way.

Re: [CMake] CMake 2.8.3: find_package(Java) on HP-UX gives warning regex not supported

2011-01-10 Thread Bill Hoffman
/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http

[Cmake-commits] CMake branch, next, updated. v2.8.3-1256-g2c0f00c

2011-01-07 Thread Bill Hoffman
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2c0f00cf382008ab04fd95feddb4974cef2c70d0 commit 2c0f00cf382008ab04fd95feddb4974cef2c70d0 Merge: 91ff6bc faf1c1e Author: Bill Hoffman bill.hoff...@kitware.com AuthorDate: Fri Jan 7 13:53:20 2011 -0500 Commit: CMake Topic Stage

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