<snip> gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -fPIC -D__WINESRC__ -D_NTSYSTEM_ -DBINDIR=""/usr/local/bin"" -DETCDIR=""/usr/local/etc"" -D_REENTRANT -o signal_sparc.o signal_sparc.c gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -fPIC -D__WINESRC__ -D_NTSYSTEM_ -DBINDIR=""/usr/local/bin"" -DETCDIR=""/usr/local/etc"" -D_REENTRANT -o sync.o sync.c sync.c: In function `call_apcs': sync.c:390: union has no member named `s' sync.c:390: union has no member named `s' make[2]: *** [sync.o] Error 1 make[2]: Leaving directory `/home/vilppa/wineCVS/wine/dlls/ntdll' make[1]: *** [ntdll] Error 2 make[1]: Leaving directory `/home/vilppa/wineCVS/wine/dlls' make: *** [dlls] Error 2
This is what I get when building latest Wine CVS. --- Vilppa- Sunpoint.net ilmoittaa:
Sunpoint.net tarjoaa kaikille rekisteröityneille käyttäjilleen kuukausimaksuttoman Internet -yhteyden (pvm). http://www.sunpoint.net/SunAds/click.htm?mode=footer&id=71&jump=http...
On Mon, 31 Mar 2003, Vilppa Salt wrote:
sync.c:390: union has no member named `s' sync.c:390: union has no member named `s'
Yep, I get this too. See: http://www.astro.gla.ac.uk/users/paulm/WRT/buildinfo.php?id=370
Patch: http://cvs.winehq.com/patch.py?id=7728 seems to have caused this problem as reversing this "fixes" the problem.
Cheers,
Paul.
---- Paul Millar