[Bug 157707] New: Build fails on kmfoldermaildir - wrong prototype for 'bool KMFolderMaildir::canAccess()'
Ben P.
ben at bennyp.org
Tue Feb 12 05:13:11 GMT 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=157707
Summary: Build fails on kmfoldermaildir - wrong prototype for
'bool KMFolderMaildir::canAccess()'
Product: kmail
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdepim-bugs kde org
ReportedBy: ben bennyp org
Version: (using Devel)
Installed from: Compiled sources
Compiler: GCC 4.1.2
OS: Linux
Build from Gentoo overlay errors with:
/home/portage/tmp/portage/kde-base/kdepim-9999.4/work/kdepim-9999.4/kmail/kmfoldermaildir.cpp:86: error: prototype for 'bool KMFolderMaildir::canAccess() const' does not match any in class 'KMFolderMaildir'
/home/portage/tmp/portage/kde-base/kdepim-9999.4/work/kdepim-9999.4/kmail/kmfoldermaildir.h:66: error: candidate is: virtual int KMFolderMaildir::canAccess()
make[2]: *** [kmail/CMakeFiles/kmailprivate.dir/kmfoldermaildir.o] Error 1
Looking at the WebSVN, Revision 773896 of kmailfoldermaildir.cpp changes the return type to 'bool' without a change in kmailfoldermaildir.h
More information about the Kdepim-bugs
mailing list