On Wed, 13 Jan 2010 20:40:12 +0800, jj zh <[email protected]> wrote: > Dear all, > > Today I want to install QScintilla2 package on my Linux machine due to > requirement by other package. I have installed Qt 4.6 > (qt-sdk-linux-x86-opensource-2009.05.bin) already. After download and untar > the source bar "QScintilla-gpl-2.4.tar.gz", I tried to install it by > following commands: > cd Qt4 > qmake qscintilla.pro > make > make install > > However, the compiling process was terminated accompanying with some errors > as shown in attached document. I'm a newbie of linux, I really have no idea > about these errors, would you give me some advice about my problem? Thanks > in advance!
Looks like you already have an older version of Qt (v3.3) installed and it's version of qmake is being used. Phil _______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
