Date: Sat, 26 Nov 2016 10:35:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214845] textproc/sigil: fails to build with hunspell 1.5 Message-ID: <bug-214845-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214845 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@FreeBSD.org Reporter: jbeich@FreeBSD.org Blocks: 214837 src/Misc/SpellCheck.cpp:217:28: error: no matching member function for call= to 'toUnicode' m_wordchars =3D 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 QByteAr= ray' 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 =3D Q_NULLPTR) const ^ https://github.com/Sigil-Ebook/Sigil/issues/261 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214837 [Bug 214837] textproc/hunspell: update to 1.5.0 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214845-13>