Hi everyone,
Just a head's up that the new tests broken cross-building winetest.exe. The gory details are reproduced below.
I'm afraid I'm away for a long weekend, without net access, so can't fix any until I'm back (Wednesday).
Cheers,
Paul.
[paulm@quisquiliae tests]$ make i686-mingw32msvc-gcc clist.o clsid.o generated.o ordinal.o path.o shreg.o string.o testlist.o -o shlwapi_test.exe -lshlwapi -ladvapi32 -lole32 -loleaut32 path.o(.text+0x20bb): In function `test_PathIsValidCharA': /home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:653: undefined reference to `PathIsValidCharA@8' path.o(.text+0x2106):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:656: undefined reference to `PathIsValidCharA@8' path.o(.text+0x2152):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:661: undefined reference to `PathIsValidCharA@8' path.o(.text+0x21c2):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:669: undefined reference to `PathIsValidCharA@8' path.o(.text+0x224b): In function `test_PathIsValidCharW': /home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:681: undefined reference to `PathIsValidCharW@8' path.o(.text+0x2296):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:684: undefined reference to `PathIsValidCharW@8' path.o(.text+0x22e0):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:689: undefined reference to `PathIsValidCharW@8' path.o(.text+0x2350):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:697: undefined reference to `PathIsValidCharW@8' distcc[26570] ERROR: compile on localhost failed make: *** [shlwapi_test.exe] Error 1
Hello Paul,
the attached patch fixes the build problem for me.
Bye Stefan
Am Freitag, 4. Februar 2005 16:30 schrieb Paul Millar:
Hi everyone,
Just a head's up that the new tests broken cross-building winetest.exe. The gory details are reproduced below.
I'm afraid I'm away for a long weekend, without net access, so can't fix any until I'm back (Wednesday).
Cheers,
Paul.
[paulm@quisquiliae tests]$ make i686-mingw32msvc-gcc clist.o clsid.o generated.o ordinal.o path.o shreg.o string.o testlist.o -o shlwapi_test.exe -lshlwapi -ladvapi32 -lole32 -loleaut32 path.o(.text+0x20bb): In function `test_PathIsValidCharA': /home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:653: undefined reference to `PathIsValidCharA@8' path.o(.text+0x2106):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tes ts/path.c:656: undefined reference to `PathIsValidCharA@8' path.o(.text+0x2152):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tes ts/path.c:661: undefined reference to `PathIsValidCharA@8' path.o(.text+0x21c2):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tes ts/path.c:669: undefined reference to `PathIsValidCharA@8' path.o(.text+0x224b): In function `test_PathIsValidCharW': /home/paulm/Testing/wine-cross-source/dlls/shlwapi/tests/path.c:681: undefined reference to `PathIsValidCharW@8' path.o(.text+0x2296):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tes ts/path.c:684: undefined reference to `PathIsValidCharW@8' path.o(.text+0x22e0):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tes ts/path.c:689: undefined reference to `PathIsValidCharW@8' path.o(.text+0x2350):/home/paulm/Testing/wine-cross-source/dlls/shlwapi/tes ts/path.c:697: undefined reference to `PathIsValidCharW@8' distcc[26570] ERROR: compile on localhost failed make: *** [shlwapi_test.exe] Error 1
On Friday 04 February 2005 22:14, Stefan Leichter wrote:
the attached patch fixes the build problem for me.
Thanks, Stefan, that seems to have fixed the problem.
Test-build worked correctly, so the next "production" build cycle should be us back in business again.
Cheers,
Paul.
Am Freitag, 4. Februar 2005 16:30 schrieb Paul Millar:
Just a head's up that the new tests broken cross-building winetest.exe. The gory details are reproduced below.
I'm afraid I'm away for a long weekend, without net access, so can't fix any until I'm back (Wednesday).
On Wed, 2005-02-09 at 05:54, Paul Millar wrote:
On Friday 04 February 2005 22:14, Stefan Leichter wrote:
the attached patch fixes the build problem for me.
Thanks, Stefan, that seems to have fixed the problem.
Test-build worked correctly, so the next "production" build cycle should be us back in business again.
Cheers,
Paul.
Am Freitag, 4. Februar 2005 16:30 schrieb Paul Millar:
Just a head's up that the new tests broken cross-building winetest.exe. The gory details are reproduced below.
I'm afraid I'm away for a long weekend, without net access, so can't fix any until I'm back (Wednesday).
Hi,
the new build is there, but no shlwapi-tests.
Cheers,
Paul.