Alexandre Julliard wrote: >Tony Lambregts <[EMAIL PROTECTED]> writes: > >>I can't get recent cvs versions to compile. After running cvs update -PAd and >>./tools/installwine I get these messages gcc: Internal compiler error: >>program cc1 got fatal signal 11 >> >>make[2]: *** [ordinal.o] Error 1 >>make[2]: Leaving directory `/usr/local/src/wine/dlls/shlwapi' >>make[1]: *** [shlwapi/shlwapi.dll.so] Error 2 >>make[1]: Leaving directory `/usr/local/src/wine/dlls' >>make: *** [dlls] Error 2 >> > >That's most likely the usual gcc bug with local WINAPI function >pointers. I've merged a patch to shlwapi that should work around >this. > Your right my version of gcc is buggy . Thankyou for the patch wine compiles fine now.
Tony Lambregts