rpath problems with kdevplatform

2010-06-20 Thread Andreas Pakulat
Hi, I'm running into weird issues with cmake 2.8.1 and its rpath-handling. First thing I found was that FindKDE4Internal.cmake from Debian sets CMAKE_INSTALL_RPATH_USE_LINK_PATH to false, but even after that cmake_install.cmake files in kdevplatform all have code to do RPATH_REMOVE instead of

Re: rpath problems with kdevplatform

2010-06-20 Thread Thiago Macieira
Em Domingo 20. Junho 2010, às 13.07.15, Andreas Pakulat escreveu: Hi, I'm running into weird issues with cmake 2.8.1 and its rpath-handling. First thing I found was that FindKDE4Internal.cmake from Debian sets CMAKE_INSTALL_RPATH_USE_LINK_PATH to false, but even after that

Build failure: makekdewidgets not found (trunk, Qt 4.7)

2010-06-20 Thread Thiago Macieira
I'm trying to rebuild KDE and, every time I start a clean build, I run into trouble that didn't exist before. This time is this build failure in kdebase: [ 75%] Generating ksignalplotterwidgets.cpp /bin/sh: KDE4_MAKEKDEWIDGETS_EXECUTABLE-NOTFOUND: command not found The variable

Re: Build failure: makekdewidgets not found (trunk, Qt 4.7)

2010-06-20 Thread Thiago Macieira
Em Domingo 20. Junho 2010, às 15.19.28, Thiago Macieira escreveu: I'm trying to rebuild KDE and, every time I start a clean build, I run into trouble that didn't exist before. This time is this build failure in kdebase: [ 75%] Generating ksignalplotterwidgets.cpp /bin/sh:

Re: Build failure: makekdewidgets not found (trunk, Qt 4.7)

2010-06-20 Thread Thiago Macieira
Em Domingo 20. Junho 2010, às 15.19.28, Thiago Macieira escreveu: In particular, comparing to other similar lines, it looks like this executable should be listed in KDELibs4ToolsTargets.cmake, but it isn't. I've attached it. As usual, I have no idea where this file comes from or how it gets

Re: Build failure: makekdewidgets not found (trunk, Qt 4.7)

2010-06-20 Thread Thiago Macieira
Em Domingo 20. Junho 2010, às 15.33.15, Thiago Macieira escreveu: Searching for kdelibsToolsTargets reveals four lines in the rest of kdelibs, one for each of the four tools: kauth-policy-gen, kconfig_compiler, makekdewidgets and meinproc4. However, the file, like I attached, contains only

Re: rpath problems with kdevplatform

2010-06-20 Thread Andreas Pakulat
On 20.06.10 13:27:30, Thiago Macieira wrote: Em Domingo 20. Junho 2010, às 13.07.15, Andreas Pakulat escreveu: Hi, I'm running into weird issues with cmake 2.8.1 and its rpath-handling. First thing I found was that FindKDE4Internal.cmake from Debian sets