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 <[email protected]> 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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to