Re: [CMake] How to use FIND_PACKAGE(xxx) ?

2009-08-01 Thread alexis lameire
Date: Sun, 2 Aug 2009 00:31:31 +0200 Subject: Re: [CMake] How to use FIND_PACKAGE(xxx) ? From: mort.mo...@gmail.com To: alexisis-pristont...@hotmail.com CC: cmake@cmake.org Yeah I realized that it does not exists for Elastix, but it exists for ITK though. Maybe the Elastix developer will inclu

Re: [CMake] How to use FIND_PACKAGE(xxx) ?

2009-08-01 Thread motes motes
Yeah I realized that it does not exists for Elastix, but it exists for ITK though. Maybe the Elastix developer will include it in a future release. On Sun, Aug 2, 2009 at 12:29 AM, alexis lameire < alexisis-pristont...@hotmail.com> wrote: > > > -- > Date: Sun, 2 Aug 20

Re: [CMake] How to use FIND_PACKAGE(xxx) ?

2009-08-01 Thread alexis lameire
Date: Sun, 2 Aug 2009 00:07:02 +0200 From: mort.mo...@gmail.com To: cmake@cmake.org Subject: [CMake] How to use FIND_PACKAGE(xxx) ? I am building an application with cmake that depends on the Elastix library: http://elastix.isi.uu.nl/about.php I have already build Elastix. I am trying to do

[CMake] How to use FIND_PACKAGE(xxx) ?

2009-08-01 Thread motes motes
I am building an application with cmake that depends on the Elastix library: http://elastix.isi.uu.nl/about.php I have already build Elastix. I am trying to do the following in a CMakeLists.txt file:

Re: [CMake] QT_QTCORE_LIBRARY_DEBUG-NOTFOUND

2009-08-01 Thread Dominik Szczerba
Many thanks, I did not know that... (But then again, how could I?) That explains NOTFOUND, if a human user can not find it... But as posted before, accepting NOTFOUND with no action like -DQT_QTCORE_LIBRARY_DEBUG=/usr/lib/libQtCore.so.4.5.0 I still get the debugging symbols in the backtrace. I

Re: [CMake] QT_QTCORE_LIBRARY_DEBUG-NOTFOUND

2009-08-01 Thread Pau Garcia i Quiles
Hello, Check /usr/lib/debug/usr/lib On Sat, Aug 1, 2009 at 7:42 PM, Dominik Szczerba wrote: > Yes indeed, I was confused by Windows where one has separate libs e.g. > QtCore and QtCored. Still, I do not have any /usr/lib/libQt*debug files (I > DID install the qt-dbg pacgages) but the symbols are

Re: [CMake] QT_QTCORE_LIBRARY_DEBUG-NOTFOUND

2009-08-01 Thread Dominik Szczerba
Yes indeed, I was confused by Windows where one has separate libs e.g. QtCore and QtCored. Still, I do not have any /usr/lib/libQt*debug files (I DID install the qt-dbg pacgages) but the symbols are somehow there in the debugger backtrace despite debug versions NOTFOUND. It's a quite confusing.

Re: [CMake] CMakeCache changing due to PDB

2009-08-01 Thread Ashwin Chandra
Thanks Brad. Please note that I think it is related to precompiled headers. The pch file seems to always make the pdb lowercase but without this, I don't believe it is an issue. From: Brad King Sent: Sat 8/1/2009 5:44 AM To: Ashwin Chandra Cc: cmake@cmake.org; Bill Hoffman Subject: Re: [CMak

Re: [CMake] QT_QTCORE_LIBRARY_DEBUG-NOTFOUND

2009-08-01 Thread Clinton Stimpson
On 08/01/2009 01:28 AM, Dominik Szczerba wrote: Hi, I want to build vtk with cmake using QT in debug mode on linux. I have tried both installing the system QT debug symbols package (Ubuntu) as well as compiling QT myself with (debug-and-release mode), but cmake keeps displaying: QT_QTCORE_L

Re: [CMake] CMakeCache changing due to PDB

2009-08-01 Thread Brad King
Ashwin Chandra wrote: Notice the pdb file changed in case. I think what is happening is that the compiler is generating the pdb file in all lower case on the first build run and when doing a second build run, it somehow knows the file is in lowercase now and it updates the build.make files (whi

Re: [CMake] QT_QTCORE_LIBRARY_DEBUG-NOTFOUND

2009-08-01 Thread Dominik Szczerba
Michael Wild wrote: On 1. Aug, 2009, at 9:28, Dominik Szczerba wrote: Hi, I want to build vtk with cmake using QT in debug mode on linux. I have tried both installing the system QT debug symbols package (Ubuntu) as well as compiling QT myself with (debug-and-release mode), but cmake keep

[CMake] QT_QTCORE_LIBRARY_DEBUG-NOTFOUND

2009-08-01 Thread Dominik Szczerba
Hi, I want to build vtk with cmake using QT in debug mode on linux. I have tried both installing the system QT debug symbols package (Ubuntu) as well as compiling QT myself with (debug-and-release mode), but cmake keeps displaying: QT_QTCORE_LIBRARY_DEBUG-NOTFOUND My CMAKE_BUILD_TYPE is DEB