Re: [cmake-developers] [Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Stephen Kelly
On Friday, October 28, 2011 13:56:20 Thiago Macieira wrote: On Friday, 28 de October de 2011 13:13:20 Stephen Kelly wrote: * If you want to be easily found for others to depend on, you write a PackageConfig.cmake file and install it to a location CMake will use to find

Re: [cmake-developers] odd build error

2011-10-28 Thread Bill Hoffman
On 10/20/2011 5:17 PM, Clinton Stimpson wrote: For the non working build, we get this in the configure output: http://www.cdash.org/CDash/buildSummary.php?buildid=1635763 -- Checking whether long long and __int64 are the same type -- Checking whether long long and __int64 are the same type -

Re: [cmake-developers] odd build error

2011-10-28 Thread David Cole
On Fri, Oct 28, 2011 at 9:18 AM, Bill Hoffman bill.hoff...@kitware.com wrote: On 10/20/2011 5:17 PM, Clinton Stimpson wrote: For the non working build, we get this in the configure output: http://www.cdash.org/CDash/buildSummary.php?buildid=1635763 -- Checking whether long long and __int64

Re: [cmake-developers] [Development] Installing Qt5Config.cmake from the Qt repo?

2011-10-28 Thread Stephen Kelly
On Friday, October 28, 2011 16:24:08 Matt Williams wrote: On 28 October 2011 14:44, lars.kn...@nokia.com wrote: I think that's reasonable in general. It's similar to what we do to support pkgconfig. I agree with Thiago's comment that this should be split and we should have one file per

[cmake-developers] [CMake 0012545]: Installer creates duplicate entries in Programs and Features (Add / Remove Programs) when installing upgrades

2011-10-28 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12545 == Reported By:void.pointer Assigned To:

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

2011-10-28 Thread Rolf Eike Beer
0010476 No program output if CTest aborts test with timeout 0010941 Code comments for many commands are wrong (copypaste) 0012054 FindJava.cmake too noisy on second run 0010740 STRING(SUBSTRING) should work with length -1 0009658 FindQt4.cmake depends on C language These is fixed AFAICT and

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

2011-10-28 Thread David Cole
On Fri, Oct 28, 2011 at 12:13 PM, Rolf Eike Beer e...@sf-mail.de wrote: 0010476 No program output if CTest aborts test with timeout 0010941 Code comments for many commands are wrong (copypaste) 0012054 FindJava.cmake too noisy on second run 0010740 STRING(SUBSTRING) should work with length -1

Re: [CMake] specify solution name with --build

2011-10-28 Thread Anton Sibilev
I've tried one more PROJECT and seems it's fixed now, thanks. 2011/10/26 David Cole david.c...@kitware.com On Oct 26, 2011, at 6:03 AM, Anton Sibilev anton.sibi...@gmail.com wrote: Seem I've found issue, in CMakeCache.txt I have two targets: //Value Computed by CMake

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

2011-10-28 Thread Claudio Bley
Hi. This one, please: http://public.kitware.com/Bug/view.php?id=12273 (*very* easy ;)) And this one too: http://public.kitware.com/Bug/view.php?id=11773 Thanks, Claudio -- Powered by www.kitware.com Visit other Kitware open-source projects at

[CMake] cpack ZipDLL / Nsis installer problem.

2011-10-28 Thread ycollette . nospam
Hello, I found a work around for my problem related to NSIS / ZipDLL. I rebuild the ZipDLL plugin and changed the OpenFile method: I force the use of SH_DENYNO. I still don't know why this is happening, but I am digging ... int ZipPlatform::OpenFile(LPCTSTR lpszFileName, UINT iMode, int

[CMake] bash-script-like project

2011-10-28 Thread Andrea Crotti
I'm experiment a bit with CMake and now I would like to automate the configuration of my Emacs configuration. In my configuration I have many git submodules and some of them need to be actually compiled. So I just need to do a foreach loop and run for each of them the right command, very

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

2011-10-28 Thread Robert Dailey
I just created a bug here: http://public.kitware.com/Bug/view.php?id=12545 The issue involves duplicate entries in the Add Remove Programs dialog in Windows 7 when installing upgrades for CMake using the installer. I'd like to see this cleaned up by the next release, as subsequent upgrades will

Re: [CMake] Weird linking error while cross compiling

2011-10-28 Thread Jose
I give up. I solved the problem with the solution Michael gave me. Actually this linking flag : -Bstatic was the causant of the troubles. Nevertheless now I get undefined references to functions defined in the library portablexdr . I have been trying to fix it for two days without success. The

[CMake] Dependency question

2011-10-28 Thread Robert Dailey
I'm using CMake 2.8.6 and generating for VS 2003. I have a DLL project that my EXE project needs to depend on, however I don't want my EXE to link against that DLL's import library, since the EXE will call LoadLibrary() to dynamically import symbols from the DLL being built. I want the EXE

Re: [CMake] Dependency question

2011-10-28 Thread David Cole
On Fri, Oct 28, 2011 at 1:06 PM, Robert Dailey rcdai...@gmail.com wrote: I'm using CMake 2.8.6 and generating for VS 2003. I have a DLL project that my EXE project needs to depend on, however I don't want my EXE to link against that DLL's import library, since the EXE will call LoadLibrary()

Re: [CMake] Dependency question

2011-10-28 Thread Robert Dailey
On Fri, Oct 28, 2011 at 12:25 PM, David Cole david.c...@kitware.com wrote: On Fri, Oct 28, 2011 at 1:06 PM, Robert Dailey rcdai...@gmail.com wrote: I'm using CMake 2.8.6 and generating for VS 2003. I have a DLL project that my EXE project needs to depend on, however I don't want my EXE to

Re: [CMake] Dependency question

2011-10-28 Thread Robert Dailey
I tested this and it works! I was using target_link_libraries() before which sets the dependency but also links it. I noticed that it creates a fubar_UTILITY project in addition to fubar project in my solution when I specify it in add_dependencies()... is this normal? What does the _UTILITY

[CMake] Blog series on Cross-Compiling from Windows for ARM Linux

2011-10-28 Thread Alistair Lowe
Hi Guys, I just wished to let you know about a blog series I'm working on: http://blog.quickforge.co.uk/2011/10/exploration-of-cross-compiling-on-windows-for-arm-linux-distributions/ It details my experiences working with CMake, Boost, Wt and more whilst cross-compiling from Windows for ARM GNU

Re: [CMake] Dependency question

2011-10-28 Thread David Cole
On Fri, Oct 28, 2011 at 1:52 PM, Robert Dailey rcdai...@gmail.com wrote: I tested this and it works! I was using target_link_libraries() before which sets the dependency but also links it. I noticed that it creates a fubar_UTILITY project in addition to fubar project in my solution when I

[CMake] Linker Include Path

2011-10-28 Thread Matthias Schweinoch
Hi all, I'm using cmake (2.8.5) to build a set of C++ libraries. I have a project directory structure which is basically organized like this: package/component/CMakeLists.txt package/component/inc/foo.hpp package/component/src/foo.cpp Boiled down, my CMakeLists.txt for this component

Re: [CMake] Linker Include Path

2011-10-28 Thread David Cole
Can you put a CMakeLists.txt in the xyz directory, like this? add_library(xyz xyz.c) And then in the src/CMakeLists file, do: add_subdirectory(xyz) ... add_library(src ${SOURCES}) target_link_libraries(src xyz) Or is there some reason that xyz.c must be in a different directory, but the same

Re: [CMake] Linker Include Path

2011-10-28 Thread Matthias Schweinoch
Sorry, never mind: Problem has resolved itself. The linker error was due to some other dependency. On 28/10/11 20:44, Matthias Schweinoch wrote: Hi all, I'm using cmake (2.8.5) to build a set of C++ libraries. I have a project directory structure which is basically organized like this:

Re: [CMake] Wiki: version compatibility matrix

2011-10-28 Thread Johannes Zarl
Hello David, I just finished the updated version for 2.8.6. Can you maybe check again with the wiki admins if the Cite extension can be added to the CMake wiki? Cheers, Johannes Ceterum censeo emendationem Cite esse immuniendam. On Wednesday 05 October 2011 16:51:43 David Cole wrote:

[CMake] cmake, boost on windows, and linking: shouldn't find_package have put BOOST_ROOT/lib into LIB?

2011-10-28 Thread Dan Kegel
I'm slowly learning cmake and converting some real software to it, targeting Linux, Windows, and Mac OS X. Along the way, I'm making minimal working examples (they're a lot easier to debug them than the real thing) and putting them up at

[Cmake-commits] CMake branch, master, updated. v2.8.6-113-gba5c649

2011-10-28 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via ba5c6493d9a2ae1a24df725136395c36850de6f2 (commit) from