You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

tijnema

Beginner

  • "tijnema" started this thread

Posts: 3

Location: Netherlands

  • Send private message

1

Thursday, February 22nd 2007, 10:52pm

[kopete] KDEnetwork-3.5.5 fails to build from source (no emerge)

Hi,

i'm building KDE-3.5.5 from source, i have everything installed except KDEaddons and KDEnetwork.

KDEnetwork stops building with kopete
i found some info on the error, but it all refers to building with emerge

i have QT-3.3.7 installed with OpenGL support in /usr/qt-3.3.7

configure options:

Source code

1
./configure --prefix=/usr/kde-3.5.5 --with-qt-dir=/usr/qt-3.3.7


and my error output of make command:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Making all in avdevice
make[5]: Entering directory `/sources/KDE/all/kdenetwork-3.5.5/kopete/kopete/config/avdevice'
/bin/sh ../../../../libtool --silent --tag=CXX --mode=link g++  -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    -o kcm_kopete_avdeviceconfig.la -rpath /usr/kde-3.5.5/lib/kde3 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/kde-3.5.5/lib -R /usr/kde-3.5.5/lib -R /usr/qt-3.3.7/lib -R /usr/lib  -L/usr/kde-3.5.5/lib -L/usr/qt-3.3.7/lib -L/usr/lib    avdeviceconfig.lo avdeviceconfig_videoconfig.lo avdeviceconfig.moc.lo  ../../../libkopete/libkopete.la ../../../libkopete/avdevice/libkopete_videodevice.la  -lkutils 
.libs/avdeviceconfig.o: In function `AVDeviceConfig::~AVDeviceConfig()':
avdeviceconfig.cpp:(.text+0x41): undefined reference to `QGLWidget::~QGLWidget()'
.libs/avdeviceconfig.o: In function `AVDeviceConfig::~AVDeviceConfig()':
avdeviceconfig.cpp:(.text+0xc1): undefined reference to `QGLWidget::~QGLWidget()'
.libs/avdeviceconfig.o: In function `AVDeviceConfig::~AVDeviceConfig()':
avdeviceconfig.cpp:(.text+0x141): undefined reference to `QGLWidget::~QGLWidget()'
.libs/avdeviceconfig.o: In function `AVDeviceConfig::AVDeviceConfig(QWidget*, char const*, QStringList const&)':
avdeviceconfig.cpp:(.text+0x887): undefined reference to `QGLWidget::QGLWidget(QWidget*, char const*, QGLWidget const*, unsigned int)'
.libs/avdeviceconfig.o: In function `AVDeviceConfig::AVDeviceConfig(QWidget*, char const*, QStringList const&)':
avdeviceconfig.cpp:(.text+0xe97): undefined reference to `QGLWidget::QGLWidget(QWidget*, char const*, QGLWidget const*, unsigned int)'
collect2: ld returned 1 exit status
make[5]: *** [kcm_kopete_avdeviceconfig.la] Fout 1
make[5]: Leaving directory `/sources/KDE/all/kdenetwork-3.5.5/kopete/kopete/config/avdevice'
make[4]: *** [all-recursive] Fout 1
make[4]: Leaving directory `/sources/KDE/all/kdenetwork-3.5.5/kopete/kopete/config'
make[3]: *** [all-recursive] Fout 1
make[3]: Leaving directory `/sources/KDE/all/kdenetwork-3.5.5/kopete/kopete'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/sources/KDE/all/kdenetwork-3.5.5/kopete'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/sources/KDE/all/kdenetwork-3.5.5'
make: *** [all] Fout 2


Please help me fixing this...

Thanks in advance.

Tijnema

-----
edit: i see this is about kopete, [kopete] added

This post has been edited 1 times, last edit by "tijnema" (Feb 22nd 2007, 11:15pm)


bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Friday, February 23rd 2007, 8:45am

RE: [kopete] KDEnetwork-3.5.5 fails to build from source (no emerge)

Did you build Qt with OpenGL support?
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

tijnema

Beginner

  • "tijnema" started this thread

Posts: 3

Location: Netherlands

  • Send private message

3

Friday, February 23rd 2007, 9:14am

RE: [kopete] KDEnetwork-3.5.5 fails to build from source (no emerge)

Quoted

Originally posted by bram85
Did you build Qt with OpenGL support?


That's atleast what i thought...., how can i check that?

*update 1:no matter, i'm recompiling Qt now with OpenGL Support.

Will come back with results soon...

*update 2: Installed Qt again, but now have to reinstall all other packages too... this will take a lot of time on my 1Ghz PC.

*update 3: That was it... I thought i compiled it with OpenGL Support but i didn't. Thanks.

This post has been edited 3 times, last edit by "tijnema" (Feb 26th 2007, 11:57am)