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