View Single Post
Old 2006-10-09, 11:11   Link #66
hhaamu
Don't panic.
 
 
Join Date: May 2003
Location: Galactic Sector ZZ9 Plural Z Alpha
Age: 38
The same error I got last time (Bug #514):

Code:
cc -I. -I.. -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/local/include/freetype2 -I/opt/local/include -U_FILE_OFFSET_BITS  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -DMPLAYER -D__WINE__  -c pe_image.c
In file included from wine/winnt.h:1043,
                 from wine/winbase.h:5,
                 from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winnt.h:1494,
                 from wine/winbase.h:5,
                 from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winnt.h:2170,
                 from wine/winbase.h:5,
                 from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winnt.h:2667,
                 from wine/winbase.h:5,
                 from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winbase.h:1083,
                 from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/module.h:76,
                 from pe_image.c:60:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from pe_image.c:61:
wine/debugtools.h:67: warning: useless type name in empty declaration
pe_image.c: In function ‘fixup_imports’:
pe_image.c:315: warning: pointer targets in passing argument 2 of ‘LookupExternalByName’ differ in signedness
pe_image.c:336: warning: pointer targets in passing argument 2 of ‘LookupExternalByName’ differ in signedness
make[1]: *** [pe_image.o] Error 1
make: *** [loader/libloader.a] Error 2
real 0m22.258s, user 0m18.577s, sys 0m1.999s, cpu 92.44 %

--disable-win32 and got this error:
Code:
cc -c -I.. -Wdeclaration-after-statement -fno-PIC -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/local/include/freetype2 -I/opt/local/include -o decode_MMX.o decode_MMX.c
{standard input}:91:Unknown pseudo-op: .balign
{standard input}:91:Rest of line ignored. 1st junk character valued 49 (1).
{standard input}:163:Unknown pseudo-op: .balign
{standard input}:163:Rest of line ignored. 1st junk character valued 49 (1).
make[1]: *** [decode_MMX.o] Error 1
make: *** [mp3lib/libMP3.a] Error 2
real 6m36.068s, user 5m43.650s, sys 0m36.409s, cpu 95.95 %
__________________

(actually, any browser is fine to me as long as it doesn't use IE's rendering engine...)
Generating the #animesuki stats since 2003

Last edited by hhaamu; 2006-10-09 at 11:23.
hhaamu is offline