Problem przy instalacji (kompilacji) KDevelop
: 01 marca 2007, 16:17
Próbuje zainstalować KDevelop 3.3.6 na moim Debianie Sarge. Konfiguracja przebiega pomyślnie, ale przy kompilacji wyskakuje mi błąd(make: *** [all] Błąd 2)
Kilka(naście) linijek błędu:
Mam zainstalowaną baze danych(tą co jest potrzebna a zapomniałem jej nazwe) w wersji 4.1, graphviz w wersji 2.12, a KDE w wersji 3.3
Prosze o pomoc.
Kilka(naście) linijek błędu:
Kod: Zaznacz cały
make[4]: Entering directory `/home/kuba/Desktop/kdevelop-3.3.6/kdevdesigner/designer'
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kdevdesigner/shared -I../../lib/interfaces/external -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -DDESIGNER -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -UQT_NO_ASCII_CAST -MT mainwindow.lo -MD -MP -MF ".deps/mainwindow.Tpo" -c -o mainwindow.lo mainwindow.cpp; \
then mv -f ".deps/mainwindow.Tpo" ".deps/mainwindow.Plo"; else rm -f ".deps/mainwindow.Tpo"; exit 1; fi
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] Błąd 1
make[4]: Leaving directory `/home/kuba/Desktop/kdevelop-3.3.6/kdevdesigner/designer'
make[3]: *** [all-recursive] Błąd 1
make[3]: Leaving directory `/home/kuba/Desktop/kdevelop-3.3.6/kdevdesigner/designer'
make[2]: *** [all-recursive] Błąd 1
make[2]: Leaving directory `/home/kuba/Desktop/kdevelop-3.3.6/kdevdesigner'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/home/kuba/Desktop/kdevelop-3.3.6'
make: *** [all] Błąd 2
Prosze o pomoc.