LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems compiling kdelibs with kde 3.1 rc5 (https://www.linuxquestions.org/questions/linux-software-2/problems-compiling-kdelibs-with-kde-3-1-rc5-37679/)

Null 12-08-2002 03:56 PM

Problems compiling kdelibs with kde 3.1 rc5
 
I'm trying to build rc5 of kde 3.1 but kdelibs's make dies on the following error:

Quote:

.libs/dcopclient.o: In function `QPtrList<DCOPClientTransaction>::replace(unsigned int, DCOPClientTransaction const *)':
.libs/dcopclient.o(.QPtrList<DCOPClientTransaction>::gnu.linkonce.t.replace(unsigned int, DCOPClientTransaction const *)+0x1c): undefined reference to `QGList::replaceAt(unsigned int, void *)'
.libs/dcopclient.o: In function `QPtrList<_IceConn>::replace(unsigned int, _IceConn const *)':
.libs/dcopclient.o(.QPtrList<_IceConn>::gnu.linkonce.t.replace(unsigned int, _IceConn const *)+0x1c): undefined reference to `QGList::replaceAt(unsigned int, void *)'
collect2: ld returned 1 exit status
make[3]: *** [libDCOP.la.closure] Error 1
make[3]: Leaving directory `/source/kde/kdelibs-3.1rc5/dcop'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/source/kde/kdelibs-3.1rc5/dcop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/source/kde/kdelibs-3.1rc5'
make: *** [all] Error 2
I have no idea how to fix this, does anyone else know?

whansard 12-08-2002 04:48 PM

if you want to get violent with it, you can
make -i

Null 12-08-2002 05:13 PM

Something tells me that could screw me over later on, kinda like doing rpm -nodeps

Or am I wrong?

Azrael 12-08-2002 06:16 PM

As dcop is an essential part of kde, you should really try to fix this.
Did you install QT 3.1 and does the linker know about?

Null 12-08-2002 08:45 PM

I did install QT3.1 from the latest source at Trolltech, but I'm unsure if the linker knows about it. How would I check and how would I notify it if it wasn't?

whansard 12-09-2002 02:51 AM

i think its something like
configure --with-qt-dir=/usr/lib/qtdirwhereeveritis

Aussie 12-09-2002 07:58 AM

There is a new kdelibs-3.1rc5 package on the servers.

Fusiongame 12-09-2002 01:55 PM

im a complete n00b and i have the same exact problem with rh 8, how was this fixed? please help me out too

Aussie 12-09-2002 08:11 PM

I compile QT in place, that is the location where I want it installed, with the following options,

./configure -prefix /usr/lib/qt -docdir /usr/doc/qt-3.1.0/html -release -system-zlib -qt-gif -system-libpng -system-libjpeg -plugin-imgfmt-mng -thread -no-stl -no-xinerama -no-g++-exceptions -xft -xrender

Null 12-10-2002 02:12 PM

Using that method for building QT worked with KDE 3.1rc5? I'll have to try

Aussie 12-10-2002 02:28 PM

It works in slackware, YMMV in redhat.

Null 12-10-2002 02:34 PM

I'll try it anyway, thanks


All times are GMT -5. The time now is 03:24 PM.