[Bug 578480] Review Request: spectrum - XMPP transport/gateway

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 10 22:17:04 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=578480

--- Comment #26 from Michal Schmidt <mschmidt at redhat.com> 2010-06-10 18:16:59 EDT ---
The build failure "undefined reference to
SpectrumRosterManager::hasAuthRequest(...)" is because the method is declared
as "inline" in src/rostermanager.h, but its body is only defined in
rostermanager.cpp. For inlining to work, the definition would have to be in the
header.

In this case I simply recommend to delete the "inline" keyword from the
declaration.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list