Hello together, I try to compile QScintilla gpl 2.8.1 with Qt5.0.1 on Ubuntu 13.10 (Qt 5.0.1 is the default package there).
There is a compiler error due to the non-existent enumeration value Qt::ImhMultiLine in qsciscintillabase.cpp, line 111. Probably the #if QT_VERSION case should be > 0x050000 and not >= (Qt::ImhMultiLine exists from Qt5.1 on) Cheers Marc
_______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
