-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
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' imagelist.o(.text+0x10b7):/home/paulm/Testing/wine-cross-source/dlls/comctl32/tests/imagelist.c:267: undefined reference to `ImageList_DrawIndirect@4' imagelist.o(.text+0x10f6):/home/paulm/Testing/wine-cross-source/dlls/comctl32/tests/imagelist.c:269: undefined reference to `ImageList_DrawIndirect@4' imagelist.o(.text+0x1132):/home/paulm/Testing/wine-cross-source/dlls/comctl32/tests/imagelist.c:271: undefined reference to `ImageList_DrawIndirect@4' imagelist.o(.text+0x1186):/home/paulm/Testing/wine-cross-source/dlls/comctl32/tests/imagelist.c:277: undefined reference to `ImageList_DrawIndirect@4' imagelist.o(.text+0x11ba):/home/paulm/Testing/wine-cross-source/dlls/comctl32/tests/imagelist.c:279: more undefined references to `ImageList_DrawIndirect@4' follow 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.
I'm having the same problem
On Wednesday 25 August 2004 08:12 am, Paul Millar wrote:
imagelist.o(.text+0x11ba):/home/paulm/Testing/wine-cross-source/dlls/comctl32/tests/imagelist.c:279: more undefined references to `ImageList_DrawIndirect@4' follow 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?
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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thursday 26 August 2004 19:10, Stefan Leichter wrote:
Am Mittwoch, 25. August 2004 14:12 schrieb Paul Millar:
Looks like something broke building cross-compiled tests
the attach patch makes it working for me again
Ta!
But i fear it will not help you.
"I must not fear. Fear is the mind-killer..." (sorry, couldn't resist ;)
The name of the mingw binary indicates that you are not using the rpms provided by Hans Leidekker.
No fear, I just rolling my own :) So, I just dropped the new file in, ran the build script and made a cup of coffee. The new tool-chain was built and installed and is working fine.
The test-build just completed correctly so tomorrow's real build should work fine.
Cheers,
Paul.