[Qt-interest] Qt compilation fails (4.6.1 on windows XP)
Frank Hemer
frank at hemer.org
Thu Feb 4 18:23:20 CET 2010
On Thursday 04 February 2010 18:02:35 Frank Hemer wrote:
> On Thursday 04 February 2010 17:59:38 Andre Somers wrote:
> > Hi,
> >
> > I am trying to build Qt myself on windows XP using MinGW. I downloaded
> > the SDK 2010.01.
> > I ran configure.exe like this:
> >
> > configure.exe -debug-and-release -opensource -shared
> >
> > Nothing special, that is.
> > Then, I started the compilation. That ran fine for a while, but it
> > stalls in the linking of libQtWebKitd4.a with a series of undefined
> > references to `vtable for WebCore::FormDataIODevice`. The compilation
> > ends with the message:
> > [sub-webkit-make_default-ordered] Error 2
> >
> > Nice. Any suggestions on how to get around this?
> >
> > What I want to achieve is to build two MySQL drivers (embedded and
> > normal) to use on windows, based on the tutorial here:
> > http://www.jiggerjuice.net/software/qt-sql-drivers.html
>
> Try distclean ... there are some generated tmp-files in the way ... found
> that in the mailing list ...
Replying to myself ... @see here:
http://lists.trolltech.com/pipermail/qt-interest/2009-October/013495.html
Frank
More information about the Qt-interest-old
mailing list