Hy there, ....
I got another Problem while installing KDevelop 3.4.
Before installing kDevelop 3.4, I installed Qt-4.2 into the Folder /usr/local/Trolltech/Qt-4.2.3/
At configuring KDevelop (./configure) he checked for some Qt include and library files. He searched them in /usr/share/qt3/include and /usr/share/qt3/lib and said okay.
But at building (make) I got following error:
mainwindow.cpp:117:30: error: qassistantclient.h: No such file or directory
mainwindow.cpp: In constructor 'MainWindow::MainWindow(KDevDesignerPart*, bool, bool, const QString&)':
mainwindow.cpp:279: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
mainwindow.cpp: In member function 'void MainWindow::helpContents()':
mainwindow.cpp:806: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
mainwindow.cpp: In member function 'void MainWindow::helpManual()':
mainwindow.cpp:811: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
mainwindow.cpp: In member function 'void MainWindow::showDialogHelp()':
mainwindow.cpp:2913: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
make[4]: *** [mainwindow.lo] Error 1
make[4]: Leaving directory `/home/nb100146/kdevelop-3.4.0/kdevdesigner/designer'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/nb100146/kdevelop-3.4.0/kdevdesigner/designer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nb100146/kdevelop-3.4.0/kdevdesigner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nb100146/kdevelop-3.4.0'
make: *** [all] Error 2
nb100146@nb100146-laptop:~/kdevelop-3.4.0$ ić/usr/share/qt3
mainwindow.cpp:117:30: error: qassistantclient.h: No such file or directory
mainwindow.cpp: In constructor 'MainWindow::MainWindow(KDevDesignerPart*, bool, bool, const QString&)':
mainwindow.cpp:279: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
mainwindow.cpp: In member function 'void MainWindow::helpContents()':
mainwindow.cpp:806: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
mainwindow.cpp: In member function 'void MainWindow::helpManual()':
mainwindow.cpp:811: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
mainwindow.cpp: In member function 'void MainWindow::showDialogHelp()':
mainwindow.cpp:2913: error: invalid use of undefined type 'struct QAssistantClient'
mainwindow.h:68: error: forward declaration of 'struct QAssistantClient'
make[4]: *** [mainwindow.lo] Error 1
make[4]: Leaving directory `/home/nb100146/kdevelop-3.4.0/kdevdesigner/designer'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/nb100146/kdevelop-3.4.0/kdevdesigner/designer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nb100146/kdevelop-3.4.0/kdevdesigner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nb100146/kdevelop-3.4.0'
make: *** [all] Error 2
nb100146@nb100146-laptop:~/kdevelop-3.4.0$ ić/usr/share/qt3
To copy to clipboard, switch view to plain text mode
And I got this error also when I manually edit the makefile after ./configure.
What can I do now?
Best Regards!
Bookmarks