An here I was thinking everything was going too smoothly <br>Problems in paradise <br><br>[ 99%] Building CXX object utils/okteta/CMakeFiles/kdevokteta.dir/kdevokteta_automoc.o                                                                                           <br>
In file included from /home/XMan/Documents/Projects/kdevelop4/src/kdevelop/build/utils/okteta/moc_oktetadocument.cpp:10:0,                                                       <br>                 from /home/XMan/Documents/Projects/kdevelop4/src/kdevelop/build/utils/okteta/kdevokteta_automoc.cpp:8:<br>
/home/XMan/Documents/Projects/kdevelop4/src/kdevelop/build/utils/okteta/../../../utils/okteta/oktetadocument.h:29:24: fatal error: kastencore.h: No such file or directory<br>compilation terminated.<br>make[2]: *** [utils/okteta/CMakeFiles/kdevokteta.dir/kdevokteta_automoc.o] Error 1<br>
make[1]: *** [utils/okteta/CMakeFiles/kdevokteta.dir/all] Error 2<br>make: *** [all] Error 2<br><br>I am certain that kastencore.h exist on my system. Anyone knows how to fix this.<br>if the offending line with #include <kasten/kastencore.h><br>
I get this strange error that let me believe that kastencore.h in openSuSE 12.1 is not the same as the one you guys are building kdevelop with<br> 99%] Built target kdevokteta_automoc<br>[ 99%] Building CXX object utils/okteta/CMakeFiles/kdevokteta.dir/kdevokteta_automoc.o<br>
In file included from /home/XMan/Documents/Projects/kdevelop4/src/kdevelop/build/utils/okteta/../../../utils/okteta/oktetadocument.h:29:0,                                       <br>                 from /home/XMan/Documents/Projects/kdevelop4/src/kdevelop/build/utils/okteta/moc_oktetadocument.cpp:10,<br>
                 from /home/XMan/Documents/Projects/kdevelop4/src/kdevelop/build/utils/okteta/kdevokteta_automoc.cpp:8:<br>/usr/include/kasten/kastencore.h:27:1: error: namespace alias ‘Kasten’ not allowed here, assuming ‘Kasten1’<br>
make[2]: *** [utils/okteta/CMakeFiles/kdevokteta.dir/kdevokteta_automoc.o] Error 1<br>make[1]: *** [utils/okteta/CMakeFiles/kdevokteta.dir/all] Error 2<br>make: *** [all] Error 2<br><br><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername">Michael Hart</b> <span dir="ltr"><<a href="mailto:michael.george.hart@gmail.com">michael.george.hart@gmail.com</a>></span><br>Date: Sat, Sep 1, 2012 at 10:32 AM<br>Subject: Building the latest trunk under openSuSE 12.1 and 12.2<br>
To: KDevelop <<a href="mailto:kdevelop-devel@kdevelop.org">kdevelop-devel@kdevelop.org</a>><br><br><br>I just upgraded to openSuSE 12.1 and will probably upgrade to 12.2 to get the gcc 4.7.1 compiler<br><br>Anyone following in my foot steps for the first time need to do at lease the following for 12.1 and perhaps similarly for 12.2<br>

<br>cd /usr/lib64/<br>ln -s libkdeui.so.5.7.0 libkdeui.so.5.6.0<br>ln -s libkparts.so.4.7.0 libkparts.so.4.6.0<br>ln -s libkio.so.5.7.0 libkio.so.5.6.0<br>ln -s libnepomukutils.so.4.7.0 libnepomukutils.so.4.6.0<br>ln -s libnepomuk.so.4.7.0 libnepomuk.so.4.6.0<br>

ln -s libkdecore.so.5.7.0 libkdecore.so.5.6.0<br>ln -s libkcmutils.so.4.7.0 libkcmutils.so.4.6.0<br>ln -s libknotifyconfig.so.4.7.0 libknotifyconfig.so.4.6.0<br>ln -s libktexteditor.so.4.7.0 libktexteditor.so.4.6.0<br>ln -s libthreadweaver.so.4.7.0 libthreadweaver.so.4.6.0<br>

ln -s libkrosscore.so.4.7.0 libkrosscore.so.4.6.0<br>ln -s libkfile.so.4.7.0 libkfile.so.4.6.0<br>ln -s libknewstuff3.so.4.7.0 libknewstuff3.so.4.6.0<br><br>for openSuSE 12.2 replace 4.7 with 4.8 <br><br>Had to grab from "<a href="http://download.opensuse.org/update/12.1/x86_64/" target="_blank">http://download.opensuse.org/update/12.1/x86_64/</a>" the two rpm's<br>

rpm -ivh /home/XMan/Downloads/subversion-1.6.18-2.3.1.x86_64.rp<br>rpm -ivh /home/XMan/Downloads/subversion-devel-1.6.18-2.6.1.x86_64.rpm<br><br>and install qjson <br><br>The only problem I see at this time is when I move to openSuSE 12.2 that comes with gcc 4.7.1 I need to have at lease QT 4.8.1 (which I am not sure comes with 12.2)<br>

see "<a href="https://bugreports.qt-project.org/browse/QTBUG-22847?focusedCommentId=168644" target="_blank">https://bugreports.qt-project.org/browse/QTBUG-22847?focusedCommentId=168644</a>" for an explanation <br>
<br>
</div><br>