Summary: | compilation error - bonjouraccount.h: Could not find a match for Kopete::OnlineStatus::OnlineStatus() | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Jan Hnatek <jan.hnatek> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tejasdinkar |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Hnatek
2009-07-01 15:36:13 UTC
Hmm, is this a solaris specific bug? I thing replacing Kopete::OnlineStatus::OnlineStatus() with just Kopete::OnlineStatus() on line 138 will solve this? If so, please reply here, and I'll commit this change. I'd test it myself, but i just upgraded, and am not setting up my build tree again *now* setting up my build tree Yes, it's most likely Solaris specific and I did the same thing that you propose: --- kopete/protocols/bonjour/bonjouraccount.h.orig 2009-07-01 15:13:13.419294177 +0200 +++ kopete/protocols/bonjour/bonjouraccount.h 2009-07-01 15:13:41.396718792 0200 @@ -135,7 +135,7 @@ * * @param initialStatus FIXME: This is pretty much ignored */ - virtual void connect( const Kopete::OnlineStatus& initialStatus = opete::OnlineStatus::OnlineStatus() ); + virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus() ); /** * @brief Disconnect from the service. Thanks, hnhn SVN commit 996733 by dinkar: This fixes a build issue with Solaris using Sun Studio Apparently I get to see my name in #kde-india BUG: 198536 M +1 -1 bonjouraccount.h WebSVN link: http://websvn.kde.org/?view=rev&revision=996733 SVN commit 996830 by pino: backport SVN commit 996733 by dinkar: This fixes a build issue with Solaris using Sun Studio Apparently I get to see my name in #kde-india CCBUG: 198536 M +1 -1 bonjouraccount.h WebSVN link: http://websvn.kde.org/?view=rev&revision=996830 |