I am trying to install qscintilla2/QScintilla-gpl-2.7.1 on Linux

(http://www.riverbankcomputing.co.uk/...tilla/download)

Linux 2.6.32 ... #1 SMP x86_64 x86_64 x86_64 GNU/Linux

I got error:

/usr/lib/../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
qsciscintillabase.o: In function `QsciScintillaBase::acceptAction(QDropEvent*)':
qsciscintillabase.cpp:(.text+0x204): undefined reference to `CellBuffer::IsReadOnly() const'
qsciscintillabase.o: In function `QsciScintillaBase::dragMoveEvent(QDragMoveEvent*) ':
qsciscintillabase.cpp:(.text+0x2a0): undefined reference to `Editor::SPositionFromLocation(Point, bool, bool, bool)'
qsciscintillabase.cpp:(.text+0x2ac): undefined reference to `Editor::SetDragPosition(SelectionPosition)'

ScintillaQt.o: In function `QsciScintillaQt::paintEvent(QPaintEvent*)':
ScintillaQt.cpp:(.text+0x107): undefined reference to `Editor::GetTextRectangle()'
ScintillaQt.cpp:(.text+0x1a7): undefined reference to `Editor::CodePage() const'
ScintillaQt.cpp:(.text+0x1d3): undefined reference to `Editor::Paint(Surface*, PRectangle)'


....

After checking Makefile, i found that no rule defination about main and I cannot find the qsciscintillabase.h or similar headers, which probably have the definition of CellBuffer::IsReadOnly().

I have tried to include paths for headers and libs in Makefile.

Any help will be appreciated !