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.

1

Thursday, May 26th 2005, 4:40pm

[kopete 0.10.1] compile under FC3

I'm having a bit of a problem compiling 0.10.1 under FC3. Any hints from people??

configure is OK, but during the link process, tonnes of undefined references. Is there a kopete library I'm missing??


make[5]: Entering directory `/usr/local/src/kopete-0.10.1/kopete/kopete/config/accounts'
/bin/sh ../../../../libtool --silent --tag=CXX --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o kcm_kopete_accountconfig.la -rpath /usr/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/lib -R /usr/lib -R /usr/lib/qt-3.3/lib -R /usr/X11R6/lib -L/usr/lib -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib addaccountwizard.lo kopeteaccountconfig.lo addaccountwizardpage1.lo addaccountwizardpage2.lo addaccountwizardpage3.lo kopeteaccountconfigbase.lo ../../../libkopete/libkopete.la -lkutils
.libs/addaccountwizard.o(.text+0x99): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete::AccountManager::self()'
.libs/addaccountwizard.o(.text+0xa1): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete::AccountManager::registerAccount(Kopete::Account*)'
.libs/addaccountwizard.o(.text+0x10f): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete::Plugin::pluginId() const'
.libs/addaccountwizard.o(.text+0x148): In function `AddAccountWizard::accept()':
: undefined reference to `Kopete::PluginManager::self()'
.libs/addaccountwizard.o(.text+0x150): In function `AddAccountWizard::accept()':

2

Monday, May 30th 2005, 4:34pm

I have the exact same problem with fc3. I searched google, didn't find a solution, but saw that a couple of other people are having this problem with fc3 as well. I like your smileys in the code snippet :))

marco75

Beginner

Posts: 1

Location: Brisbane, Australia

  • Send private message

3

Monday, May 30th 2005, 9:43pm

RE: [kopete 0.10.1] compile under FC3

On my system, I can't even get past the ./configure step, and I don't understand why;

checking for Qt... configure: error: Qt (>= Qt 3.3) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

(I have included config.log as an attachment in case you feel like having a look)

I installed Version 1:3.3.4-0.fc3.0 (maintainer RedHat) of the following packages:

qt
qt-devel
qt-MySQL
qt-ODBC

Since 3.3.4 >= 3.3, I would think this should work.
What is the ./configure process trying to tell me? Perhaps it's not qt-devel it's asking for, but something else?

Thanks for Your time

Marco

BTW, am I the only one who hates the way one cannot add/remove KDE apps individually? It's all of network, or all of office/graphics/multimedia, or nothing. If that weren't so, I could just wait for the kopete package to get an update... now it looks as though I have to wait to update all of KDE... which will probably break my system. (it did when I was using Mandrake 8.1)
Fume! X(

rafajw

Beginner

Posts: 2

Occupation: web developer

  • Send private message

4

Saturday, June 4th 2005, 8:01pm

I have the exact same problem you guys are experiencing when trying to compile kopete-0.10.1 and 0.9.3.

I fixed the QT issue by running the ./configure script with the --with-qt-dir=/usr/lib/qt-3.3/ parameter:

./configure --with-qt-dir=/usr/lib/qt-3.3/

but there was a warning message:

will post it later

then I get the same compiler error you all get.

Yes!! I also hate that you cannot add/remove KDE programs individualy...
Rafael Vega

rafajw

Beginner

Posts: 2

Occupation: web developer

  • Send private message

5

Saturday, June 4th 2005, 8:01pm

sorry the error is only when compiling version 0.10.1, not 0.9.3
Rafael Vega