http://bugs.winehq.org/show_bug.cgi?id=32023
Bug #: 32023 Summary: PowerPC build is broken Product: Wine Version: 1.5.15 Platform: ppc32 OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com Classification: Unclassified
make[1]: Entering directory `/home/austin/wine-git/libs/wine' gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wwrite-strings -gdwarf-2 -gstrict-dwarf -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -g -O2 -D__powerpc64__ -o c_037.o c_037.c In file included from ../../include/windef.h:252:0, from ../../include/wine/unicode.h:26, from c_037.c:5: ../../include/winnt.h:781:9: error: width of ‘NextEntry’ exceeds its type ../../include/winnt.h:784:9: error: width of ‘Reserved’ exceeds its type ../../include/winnt.h:789:9: error: width of ‘Sequence’ exceeds its type ../../include/winnt.h:793:9: error: width of ‘NextEntry’ exceeds its type In file included from ../../include/windef.h:252:0, from ../../include/wine/unicode.h:26, from c_037.c:5: ../../include/winnt.h:5442:9: error: alignment of array elements is greater than element size make[1]: *** [c_037.o] Error 1 make[1]: Leaving directory `/home/austin/wine-git/libs/wine' make: *** [libs/wine] Error 2 [austin@gcc1-power7 wine-git]$ uname -a Linux gcc1-power7.osuosl.org 3.3.1-3.fc16.ppc64 #1 SMP Wed Apr 11 09:05:31 MST 2012 ppc64 ppc64 ppc64 GNU/Linux
http://bugs.winehq.org/show_bug.cgi?id=32023
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
http://bugs.winehq.org/show_bug.cgi?id=32023
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-10-21 17:00:50 CDT --- Looks like you are using gcc -m32 on a 64-bit arch. Unless the -m32 was added by configure I'd say that's user error.
http://bugs.winehq.org/show_bug.cgi?id=32023
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #2 from Austin English austinenglish@gmail.com 2012-10-22 18:02:29 CDT --- (In reply to comment #1)
Looks like you are using gcc -m32 on a 64-bit arch. Unless the -m32 was added by configure I'd say that's user error.
Yeah, my mistake, thanks.
http://bugs.winehq.org/show_bug.cgi?id=32023
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com 2012-10-22 18:06:56 CDT --- Closing.