Am Mittwoch, 25. August 2004 14:12 schrieb Paul Millar:
Hi,
Looks like something broke building cross-compiled tests last night. I now get:
[paulm@quisquiliae tests]$ make i686-mingw32msvc-gcc dpa.o imagelist.o subclass.o tab.o testlist.o -o comctl32_test.exe -lcomctl32 -luser32 -lgdi32 imagelist.o(.text+0x1077): In function `DoTest3': /home/paulm/Testing/wine-cross-source/dlls/comctl32/tests/imagelist.c:265: undefined reference to `ImageList_DrawIndirect@4' distcc[21076] ERROR: compile on localhost failed make: *** [comctl32_test.exe] Error 1 [paulm@quisquiliae tests]$
Which causes comctl32_test.exe not to be built, so the build of winetest.exe fails.
Do others get this too?
Cheers,
Paul.
Hello,
the attach patch makes it working for me again. The file replaces the file with same name in the mingw-3.3-8hl.src.rpm (http://mirzam.it.vu.nl/mingw/ packages/mingw-3.3-8hl.src.rpm). But i fear it will not help you. The name of the mingw binary indicates that you are not using the rpms provided by Hans Leidekker.
Short howto: 1. install the source RPM 2. replace the file 3. in mingw.spec: change "Release:" (keep old binary) 4. rebuild the rpm from spec file 5. install it
Bye Stefan