Probably the Qt4 libs has been built with msvc. Changing the makespecs to win32-msvc2008 solved it... I'm going to test the dll and build the python bindings.
giovanni 2010/3/23 G. Allegri <[email protected]> > thanks for your quick answers. > > I'm compiling under a sandbox environment (osgeo4w [1]) where Qt4 libs and > dev files are installed. > I simply run > > set QMAKESPEC=win32-g++ > qmake qscintilla.pro > make > > Here is the Makefile.Release, where it seems to have set all the stuff > correctly...: > http://www.giovanniallegri.it/share/Makefile.Release > > giovanni > > [1] http://trac.osgeo.org/osgeo4w/ > > 2010/3/23 Chris Packham <[email protected]> > > On Tue, Mar 23, 2010 at 9:35 AM, G. Allegri <[email protected]> wrote: >> > Hello list. >> > This is the very first time I try to compile Qscintilla, so forgive my >> > newbie questions... >> > I've tried to compile under windows xp using Mingw, and setting >> > QMAKESPEC=win32-g++ >> > Everything runs fine until the moc compilation phase, when the following >> > errors happen. Could you help understand what's going wrong? >> > >> > http://www.giovanniallegri.it/share/qscintilla_errors.txt >> > >> > Thanks a lot, >> > Giovanni >> >> Those look like Qt library symbols its not finding, assuming that you >> do have the qt libraries installed there could be some additional >> arguments you need to pass to tell it where to look for them (sorry I >> don't know what there arguments are). >> >> I have managed to compile qscintilla on windows using the Qt Creator >> (http://qt.nokia.com/downloads) and loading up the qscintilla.pro >> file. I never tried particularly hard with mingw on its own. >> > >
_______________________________________________ QScintilla mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/qscintilla
