Bug 156061

Summary: kopete (svn latest) can't be compiled
Product: [Unmaintained] kopete Reporter: David <StormByte>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description David 2008-01-18 00:55:01 UTC
Version:           SVN latest (using Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.1.2 
OS:                Linux

When I try to compile latest SVN snapshot of kdenetwork, I receive a lot of undefined reference related to something in jingle support. Like this one:

CMakeFiles/kopete_jabber.dir/jabberxdatawidget.o: In function `JabberXDataWidget::fields() const':
jabberxdatawidget.cpp:(.text+0x298): undefined reference to `XMPP::XData::Field::~Field()'

And there are a lot more (all of then are undefined references to XMPP::XData::Field::~Field(), if jingle support is disabled, then kopete can be compiled.
Comment 1 David 2008-01-21 00:28:04 UTC
This is still reproducible after a couple of days with latest SVN!!

svn info /usr/portage/distfiles/svn-src/KDE/kdenetwork/
svn: '/usr/portage/distfiles/svn-src/KDE/kdenetwork' is not a working copy
DarkEvil ginta # svn info /usr/portage/distfiles/svn-src/KDE/kdenetwork/kdenetwork/
Path: /usr/portage/distfiles/svn-src/KDE/kdenetwork/kdenetwork
URL: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
Repository Root: svn://anonsvn.kde.org/home/kde
Repository UUID: 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Revision: 764076
Node Kind: directory
Schedule: normal
Last Changed Author: rjarosz
Last Changed Rev: 764034
Last Changed Date: 2008-01-20 22:24:15 +0100 (dom, 20 ene 2008)

Undefined references to XMPP::XData::Field constructor, destructor and some functions ;)
Comment 2 David 2008-01-21 00:32:28 UTC
I forgot to say that the whole kdenetwork does *NOT* fail compiling if jabber is completely disabled.
Comment 3 Matt Rogers 2008-01-21 06:37:20 UTC
we know about this, but we haven't been able to figure out why it works for some people (myself included) and not for others. 

Now, the reason I'm closing this is because we generally don't take build errors against SVN versions in bugzilla. It's best to email the kopete-devel list or get ahold of us on irc (#kopete on irc.freenode.org)

Thanks!