James Hawkins wrote:
Hi,
I'm trying to fix the failing cross tests, but we haven't had a winetest build on Paul Millar's server in a few days. I'm not familiar with Paul's build process, so my only guess is that a recent commit has broken the build. In the meantime, I've tried a few things.
I usually look at http://quisquiliae.physics.gla.ac.uk/cross/logs/ to see why a new winetest isn't there.
This time it's some additions to the mshtml tests that Mingw doesn't handle yet (I assume).
This is what I get on my local box:
i386-mingw32-gcc dom.cross.o htmldoc.cross.o misc.cross.o protocol.cross.o script.cross.o testlist.cross.o -o mshtml_crosstest.exe -luuid -lole32 -loleaut32 -luser32 -lurlmon -ladvapi32 -lkernel32 dom.cross.o:dom.c:(.text+0x19d0): undefined reference to `_DIID_DispHTMLElementCollection' dom.cross.o:dom.c:(.text+0x4643): undefined reference to `_IID_IOmNavigator' dom.cross.o:dom.c:(.text+0x4752): undefined reference to `_DIID_DispHTMLStyle' dom.cross.o:dom.c:(.text+0x4fa7): undefined reference to `_DIID_DispHTMLWindow2' dom.cross.o:dom.c:(.text+0x5e62): undefined reference to `_DIID_DispHTMLDOMTextNode' dom.cross.o:dom.c:(.text+0x5f74): undefined reference to `_DIID_DispDOMChildrenCollection' dom.cross.o:dom.c:(.rdata+0x5b0): undefined reference to `_DIID_DispHTMLInputElement' dom.cross.o:dom.c:(.rdata+0x5d4): undefined reference to `_DIID_DispHTMLOptionElement' dom.cross.o:dom.c:(.rdata+0x634): undefined reference to `_DIID_DispHTMLUnknownElement' dom.cross.o:dom.c:(.rdata+0x640): undefined reference to `_DIID_DispHTMLCommentElement' collect2: ld returned 1 exit status make: *** [mshtml_crosstest.exe] Error 1