multiple definition of `KViewStateMaintainerBase::~KViewStateMaintainerBase() while linking libkdeui.so.5.11.0

2013-02-14 Thread Treeve Jelbert
I made some small changes to the main CMakeLists.txt and things advance, but I get a link failure on libkdeui.so.5.11.0. The changes: $ git diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 0011ac3..f063007 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ - cmake_minimum

Re: kcolorscheme needs ksharedconfig.h

2013-02-14 Thread David Faure
On Thursday 14 February 2013 15:58:17 Treeve Jelbert wrote: > +set(CMAKE_INCLUDE_CURRENT_DIR ON) This shouldn't be necessary, it is normally brought in by extra-cmake-modules/kde-modules/KDECMakeSettings.cmake which is itself included by FindKF5.cmake (also part of ECM), which (in libkdeqt5staging

Re: kcolorscheme needs ksharedconfig.h

2013-02-14 Thread Treeve Jelbert
On Thu, 14 Feb 2013 13:50:57 +0100, David Faure wrote: On Thursday 14 February 2013 12:57:49 Treeve Jelbert wrote: /var/git/kf5/libkdeqt5staging/src/qurlpathinfo.cpp:42:0: /var/git/kf5/libkdeqt5staging/src/qurlpathinfo.h:45:34: fatal error: kdeqt5staging_export.h: No such file or directory Wel

Re: kf5 general build problem (was Re: kcolorscheme needs ksharedconfig.h)

2013-02-14 Thread David Faure
On Thursday 14 February 2013 12:57:49 Treeve Jelbert wrote: > /var/git/kf5/libkdeqt5staging/src/qurlpathinfo.cpp:42:0: > /var/git/kf5/libkdeqt5staging/src/qurlpathinfo.h:45:34: fatal error: > kdeqt5staging_export.h: No such file or directory Well, let's start with debugging that one, then. cmake

kf5 general build problem (was Re: kcolorscheme needs ksharedconfig.h)

2013-02-14 Thread Treeve Jelbert
On Thu, 14 Feb 2013 11:41:48 +0100, David Faure wrote: On Monday 11 February 2013 14:26:46 Treeve Jelbert wrote: In file included from /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.cpp:19:0: /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.h:24:27: fatal error: ksharedconfig.h

Re: kcolorscheme needs ksharedconfig.h

2013-02-14 Thread David Faure
On Monday 11 February 2013 14:26:46 Treeve Jelbert wrote: > In file included from > /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.cpp:19:0: > /var/git/kf5/staging/kguiaddons/src/colors/kcolorscheme.h:24:27: fatal > error: ksharedconfig.h: No such file or directory > compilation terminated