You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, October 7th 2009, 5:33am

Compiling KDE 4.3.2: 'Experimental' is not a namespace-name error

Hello,
I am trying to compile a stable version of KDE 4.3.2 from the SVN sources at svn://anonsvn.kde.org/home/kde/branches/KDE/4.3
I have succeeded in compiling qt, kdelibs, kdepimlibs but i have the following error when compiling kdebase:

cd kdebase/runtime
mkdir build; cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE:STRING=Release && make -j4

[ 23%] Building CXX object nepomuk/services/strigi/CMakeFiles/nepomukstrigiservice.dir/strigiservice.o
In file included from /home/kde-devel/kde-4.3.1/kdebase/runtime/nepomuk/services/strigi/strigiservice.cpp:24:
/home/kde-devel/kde-4.3.1/kdebase/runtime/nepomuk/services/strigi/systray.h:26: erreur: 'Experimental' is not a namespace-name
/home/kde-devel/kde-4.3.1/kdebase/runtime/nepomuk/services/strigi/systray.h:26: erreur: expected namespace-name before ';' token
make[2]: *** [nepomuk/services/strigi/CMakeFiles/nepomukstrigiservice.dir/strigiservice.o] Erreur 1

Can anyone point me some solution please? Am i checking out from the right SVN repo address for getting the latest (4.3.2) stable sources?

Thanking you in advance,
bolenti

2

Thursday, October 8th 2009, 6:11am

Solved the problem by making svn up yesterday, got KDE 4.3.2 and adding /usr/include to the variable CMAKE_INCLUDE_PATH