Sidey
11-24-2000, 10:21 AM
I've compiled and installed most of kde2 (running konqueror in blackbox at the mo) so i know it works. But.. kdevelop complains about the KDE headers not being there. Btw, its using qt-1.45 and not 2.x.
from ./configure --with-qt-dir=/usr/local/qt/ --prefix=/usr/local/kde
i get:
checking for KDE... libraries /usr/local/kde/lib, headers /usr/local/kde/include
checking for KDE paths... compiling
checking for KDE headers installed... configure: error: your system is not able to compile a small KDE application!
Check, if you installed the KDE header files correctly.
root@burns:/usr/src/kde/kdevelop-1.2/kdevelop-1.2#
and at the end of config.log:
configure:5443: checking for KDE headers installed
configure:5478: g++ -c -O3 -mcpu=i686 -march=i686 -frtti -I/usr/local/kde/include -I/usr/local/qt/include -I/usr/X11R6/include conftest.C
In file included from /usr/local/kde/include/kapp.h:44,
from conftest.C:3:
/usr/local/kde/include/kinstance.h:49: parse error before `&'
/usr/local/kde/include/kinstance.h:100: syntax error before `('
/usr/local/kde/include/kinstance.h:121: syntax error before `;'
In file included from /usr/local/kde/include/kapp.h:45,
from conftest.C:3:
/usr/local/kde/include/kurl.h: In method `class QString KURL: http://www.linuxnewbie.org/ubb/tongue.gifrotocol() const':
/usr/local/kde/include/kurl.h:116: `null' is not a member of type `QString'
In file included from conftest.C:3:
/usr/local/kde/include/kapp.h: At top level:
/usr/local/kde/include/kapp.h:121: parse error before `&'
/usr/local/kde/include/kapp.h:143: parse error before `&'
/usr/local/kde/include/kapp.h:218: `QSessionManager' was not declared in this scope
/usr/local/kde/include/kapp.h:218: `sm' was not declared in this scope
/usr/local/kde/include/kapp.h:218: variable or field `commitData' declared void
/usr/local/kde/include/kapp.h:225: `QSessionManager' was not declared in this scope
I cant think what to do to fix this. If anyones got any ideas plz let me know.
cheers,
Rich
from ./configure --with-qt-dir=/usr/local/qt/ --prefix=/usr/local/kde
i get:
checking for KDE... libraries /usr/local/kde/lib, headers /usr/local/kde/include
checking for KDE paths... compiling
checking for KDE headers installed... configure: error: your system is not able to compile a small KDE application!
Check, if you installed the KDE header files correctly.
root@burns:/usr/src/kde/kdevelop-1.2/kdevelop-1.2#
and at the end of config.log:
configure:5443: checking for KDE headers installed
configure:5478: g++ -c -O3 -mcpu=i686 -march=i686 -frtti -I/usr/local/kde/include -I/usr/local/qt/include -I/usr/X11R6/include conftest.C
In file included from /usr/local/kde/include/kapp.h:44,
from conftest.C:3:
/usr/local/kde/include/kinstance.h:49: parse error before `&'
/usr/local/kde/include/kinstance.h:100: syntax error before `('
/usr/local/kde/include/kinstance.h:121: syntax error before `;'
In file included from /usr/local/kde/include/kapp.h:45,
from conftest.C:3:
/usr/local/kde/include/kurl.h: In method `class QString KURL: http://www.linuxnewbie.org/ubb/tongue.gifrotocol() const':
/usr/local/kde/include/kurl.h:116: `null' is not a member of type `QString'
In file included from conftest.C:3:
/usr/local/kde/include/kapp.h: At top level:
/usr/local/kde/include/kapp.h:121: parse error before `&'
/usr/local/kde/include/kapp.h:143: parse error before `&'
/usr/local/kde/include/kapp.h:218: `QSessionManager' was not declared in this scope
/usr/local/kde/include/kapp.h:218: `sm' was not declared in this scope
/usr/local/kde/include/kapp.h:218: variable or field `commitData' declared void
/usr/local/kde/include/kapp.h:225: `QSessionManager' was not declared in this scope
I cant think what to do to fix this. If anyones got any ideas plz let me know.
cheers,
Rich