compilation error
invertigo at verloren.org
invertigo at verloren.org
Thu Aug 11 12:52:59 BST 2005
Me Again :)
I have a problem to compile kdevelop:
Here is my way through :)
i downloaded the sources:
invertigo at dusk:~/src$ wget
http://download.kde.org/download.php?url=stable/3.4.2/src/kdevelop-3.2.2.tar.bz2
checked the md5-sum -> ok
unpacked the archive
invertigo at dusk:~/src/$ tar xfvj kdevelop-3.2.2.tar.bz2
no errors
changed into the right dir
invertigo at dusk:~/src/$ cd kdevelop-3.2.2
started configure with minimal settings
invertigo at dusk:~/src/kdevelop-3.2.2/$./configure
--with-kdelibsdoxy-dir=/usr/share/doc/kde/HTML/en/kdelibs-apidocs
Good - your configure finished. Start make now
started make
invertigo at dusk:~/src/kdevelop-3.2.2/$ make
and it ended in:
[...]
mainwindow.cpp:117:30: 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: `showPage' undeclared (first use this function)
mainwindow.cpp:806: error: (Each undeclared identifier is reported only once
for each function it appears in.)
mainwindow.cpp: In member function `void MainWindow::helpManual()':
mainwindow.cpp:811: error: `showPage' undeclared (first use this function)
mainwindow.cpp: In member function `void MainWindow::showDialogHelp()':
mainwindow.cpp:2913: error: `showPage' undeclared (first use this function)
make[4]: *** [mainwindow.lo] Fehler 1
make[4]: Leaving directory
`/home/invertigo/src/kdevelop-3.2.2/kdevdesigner/designer'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory
`/home/invertigo/src/kdevelop-3.2.2/kdevdesigner/designer'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/invertigo/src/kdevelop-3.2.2/kdevdesigner'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/invertigo/src/kdevelop-3.2.2'
make: *** [all] Fehler 2
I really dont know what i have done wrong.
Any suggestions?
Cheers
Hendrik
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list