[Bug 234276] New: build fails - QChar::QChar(char) inaccessible in messagehelper.h

tropikhajma tropikhajma at gmail.com
Tue Apr 13 18:05:15 BST 2010


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: kdepim-bugs at kde.org
        ReportedBy: tropikhajma at gmail.com


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.



More information about the Kdepim-bugs mailing list