[Bug 214845] textproc/sigil: fails to build with hunspell 1.5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 26 10:35:53 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214845

            Bug ID: 214845
           Summary: textproc/sigil: fails to build with hunspell 1.5
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
            Blocks: 214837

src/Misc/SpellCheck.cpp:217:28: error: no matching member function for call to
'toUnicode'
    m_wordchars = m_codec->toUnicode(m_hunspell->get_wordchars());
                  ~~~~~~~~~^~~~~~~~~
/usr/local/include/qt5/QtCore/qtextcodec.h:78:13: note: candidate function not
viable: no known conversion from 'const std::string' (aka 'const
basic_string<char, char_traits<char>, allocator<char> >') to 'const QByteArray'
for 1st argument
    QString toUnicode(const QByteArray&) const;
            ^
/usr/local/include/qt5/QtCore/qtextcodec.h:79:13: note: candidate function not
viable: no known conversion from 'const std::string' (aka 'const
basic_string<char, char_traits<char>, allocator<char> >') to 'const char *' for
1st argument
    QString toUnicode(const char* chars) const;
            ^
/usr/local/include/qt5/QtCore/qtextcodec.h:102:13: note: candidate function not
viable: requires at least 2 arguments, but 1 was provided
    QString toUnicode(const char *in, int length, ConverterState *state =
Q_NULLPTR) const
            ^

https://github.com/Sigil-Ebook/Sigil/issues/261


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214837
[Bug 214837] textproc/hunspell: update to 1.5.0
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list