https://bugs.kde.org/show_bug.cgi?id=234276

           Summary: build fails - QChar::QChar(char) inaccessible in
                    messagehelper.h
           Product: kdepim
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: messagecomposer
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Version:            (using Devel)
Compiler:          Sun Studio 12 U1 
OS:                Solaris
Installed from:    Compiled sources

building kdepim on OpenSolaris with Sun Studio fails with
...
"/.../srcdir/messagecomposer/messagehelper.h", line 119: Error:
QChar::QChar(char) is not accessible from MessageHelper::skipKeyword(const
QString&, QChar, bool*).

(see http://my.cdash.org/index.php?project=kdepim&date=2010-04-13)

This helped me to proceed:
-  QString MESSAGECOMPOSER_EXPORT skipKeyword(const QString& str, QChar
sepChar=':',
+  QString MESSAGECOMPOSER_EXPORT skipKeyword(const QString& str, QChar
sepChar=QLatin1Char(':'),

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to