LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Error building kdevelop (https://www.linuxquestions.org/questions/linux-software-2/error-building-kdevelop-257602/)

danielg 11-21-2004 11:27 AM

Error building kdevelop
 
Hi!

I'm using Gentoo (KDE 3.3) on an AMD 64 machine. I try do download/build/install kdevelop, but I have encountered some problems.

I use "emerge dev-util/kdevelop". After quite a while of downloading and building (actually when the last package is handled) I get the following errors:

mainwindow.cpp:209:2: warning: #warning this crashes in ideal mode, looks like there are dangling pointers on opening another project
mainwindow.cpp: In constructor `MainWindow::MainWindow(QWidget*, const char*)':
mainwindow.cpp:250: warning: `setIDEAlModeStyle' is deprecated (declared at
/usr/kde/3.3/include/kmdimainfrm.h:544)
mainwindow.cpp: In member function `void MainWindow::createStatusBar()':
mainwindow.cpp:349: error: parse error before `(' token
mainwindow.cpp: In member function `virtual void
MainWindow::embedSelectView(QWidget*, const QString&, const QString&)':
mainwindow.cpp:510: warning: unused variable `KMdiToolViewAccessor*tmp'
mainwindow.cpp: In member function `virtual void
MainWindow::embedSelectViewRight(QWidget*, const QString&, const QString&)':
mainwindow.cpp:542: warning: unused variable `KMdiToolViewAccessor*tmp'
mainwindow.cpp: In member function `virtual void
MainWindow::embedOutputView(QWidget*, const QString&, const QString&)':
mainwindow.cpp:558: warning: unused variable `KMdiToolViewAccessor*tmp'
mainwindow.cpp: In member function `virtual void
MainWindow::raiseView(QWidget*)':
mainwindow.cpp:647: warning: unused variable `QPtrList<QWidget>*pViews'
make[3]: *** [mainwindow.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdevelop-3.0.4/work/kdevelop-3.0.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdevelop-3.0.4/work/kdevelop-3.0.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdevelop-3.0.4/work/kdevelop-3.0.4'
make: *** [all] Error 2

Any ideas?

//daniel

Gary987 11-22-2004 07:37 PM

You should probably watch the status over at the gentoo bug forum...

It seems that is is a 64 bit problem... This is where I would look.

http://bugs.gentoo.org/show_bug.cgi?id=65704

Why not use kdevelop 3.1.1 instead?? Or is there no 64 bit version yet?


Cheers,

Gary


All times are GMT -5. The time now is 11:54 AM.