[CMake] Trouble with cross compiling from 64bit to 32bit with custom library path

2011-12-19 Thread Nathan Hüsken
Hi, I have a project which I want to compile on a 64Bit Ubuntu host to a 32Bit executable. It uses boost. I have the 32bit boost libraries in /boost32bit. To compile for 32bit I add -m32 to the CFLAGS/CXXFLAGS. Now when cmake searches for boost, it finds the boost libraries in /usr/lib (which are

Re: [CMake] Bug in generation of CTestTestfile commands with test or directory names containing spaces

2011-12-19 Thread eddyaod
> I started looking at this, but have not completed my review yet. There > are some other instances of add_test generation calls that will also > need quoting. There may be other places in ctest where it will be > unexpected that test names have spaces in them. Before I simply merge > this change i

[CMake] cpack DragNDrop on OSX 10.7

2011-12-19 Thread Yngve Levinsen
Dear developers, I am using DragNDrop packaging, and suddenly now when I upgraded to 10.7 there seem to be a problem somewhere. I noticed it just after the upgrade to 10.7 but it could of course be unrelated. I use CMake version 2.8.6 installed using Homebrew. Somehow when I run "cpack -G DragNDr

Re: [CMake] cpack DragNDrop on OSX 10.7

2011-12-19 Thread David Cole
Use "--verbose" on the CPack command line to get more information about why it's failing. Also, look for log files under the _CPack_Packages directory to see if there are any additional details in there. Does it happen consistently every time you run cpack, or is it sporadic? We frequently see e

Re: [CMake] hear hear

2011-12-19 Thread Benjamin Eikel
Hello Alexander, Am Montag, 12. Dezember 2011, 21:51:54 schrieb Alexander Neundorf: > Here is an example which shows just that: > https://projects.kde.org/projects/kde/kdeexamples/repository/revisions/mast > er/show/buildsystem/HowToInstallALibrary > > It's not "final" yet, i.e. I'll work on impr

[CMake] Fwd: cpack DragNDrop on OSX 10.7

2011-12-19 Thread Yngve Levinsen
Apologies, somehow I managed to leave the mailing list out. And one last thing, thank you for such a quick response! -- Forwarded message -- From: Yngve Levinsen Date: 19 December 2011 17:03 Subject: Re: [CMake] cpack DragNDrop on OSX 10.7 To: David Cole Hi, Thanks for the i

Re: [CMake] Fwd: cpack DragNDrop on OSX 10.7

2011-12-19 Thread David Cole
Are you saying that this was working before you updated to Lion, but now it does not work? Did you also change any code related to install rules at the same time? On Mon, Dec 19, 2011 at 11:06 AM, Yngve Levinsen wrote: > Apologies, somehow I managed to leave the mailing list out. > > And one l

[CMake] Fwd: Fwd: cpack DragNDrop on OSX 10.7

2011-12-19 Thread Yngve Levinsen
I *have* to learn to click reply all soon! Sorry once again. Cheers, Yngve -- Forwarded message -- From: Yngve Levinsen Date: 19 December 2011 17:30 Subject: Re: [CMake] Fwd: cpack DragNDrop on OSX 10.7 To: David Cole I did not change any install rules. Yes it was working bef

Re: [CMake] hear hear

2011-12-19 Thread Alexander Neundorf
On Monday 19 December 2011, Benjamin Eikel wrote: > Hello Alexander, > > Am Montag, 12. Dezember 2011, 21:51:54 schrieb Alexander Neundorf: > > Here is an example which shows just that: > > https://projects.kde.org/projects/kde/kdeexamples/repository/revisions/ma > > st er/show/buildsystem/HowToIn

[CMake] CPack for 2.6: How to control what gets packed?

2011-12-19 Thread Harelick, Matthew
Hi: I am using the install command to create a file organization that looks something like this: Myapp: bin examples lib config For the lib directory I am naming specific libraries when I perform the install, like this:

Re: [CMake] Change cpack install folder

2011-12-19 Thread Totte Karlsson
set(CPACK_NSIS_INSTALL_ROOT "C:") should work. Works great! Thanks -totte -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_

[CMake] Enabling code coverage on clang dashboard

2011-12-19 Thread Sean McBride
Hi all, Now that clang supports code coverage, I thought I'd enable it on my CMake dashboards, but I'm a little confused as to how. I've read this, but it's only partly helpful: Building cmake itself, if I use only cmake (not ctest nor cdash) then thin

Re: [CMake] Broken Cmake Behavior using --build VS2010

2011-12-19 Thread J Decker
> > Let us know how it works for you. Works for me :) > > > Thanks, > David -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FA

Re: [CMake] hear hear

2011-12-19 Thread Benjamin Eikel
Hello Alexander, Am Montag, 19. Dezember 2011 um 21:19:04 schrieb Alexander Neundorf: > On Monday 19 December 2011, Benjamin Eikel wrote: > > Hello Alexander, > > > > Am Montag, 12. Dezember 2011, 21:51:54 schrieb Alexander Neundorf: > > > Here is an example which shows just that: > > > https://p

Re: [CMake] CPack problem with nsis on linux

2011-12-19 Thread Eric Noulard
2011/12/19 Hendrik Kunert : >> How are you calling CPack? This does not look like a standard CPack >> message... >> > I call it from CMakeList.txt, here is my code: I wasn't that clear, for me "calling" CPack is something like: 1) make package 2) cpack -G NSIS ... But it's also good to know you