Comment 2 for bug 380701

Revision history for this message
Chris (chris-pm) wrote :

Although I'm not a C++ developer, brief testing from Qt Creator shows the problem is similar from C++. When using and importing from "#include "Qsci/qsciscintilla.h"" i get the following error;

/home/chris/Dev/scratch/qtcreator/qtcTestProject/ui_mainwindow.h:52:
undefined reference to `QsciScintilla::QsciScintilla(QWidget*)'

Scite (which uses scintilla) works normally, so i suspect the problem is with;

libqscintilla2-3

and not with the original GTK Scintilla or the Qt derived python version.