Hi,

(I don't know whether this arrives on wine-devel, as I'm not
subscribed)

I recently noticed that Wine is also supposed to be buildable on
Solaris/SPARC. Great.  :)

Yet there's a problem with winebuild: It won't build because of a
"parse error" in import.c. This is due to __ASM_FUNC et.al. only being
defined (in winnt.h) for "#ifdef __i386__".

This also affects other files. I hope the __ASM_FUNC macros work
alright on other platforms, because I'm using them now...

Just a remark,
I'm moving on to further compilation (haven't gone through everything
yet),
Moritz.

P.S.:
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -fPIC -D__WINE__ -D_REENTRANT 
-I/usr/openwin/include -o relay.o relay.c
relay.c:101: ANSI C requires a named argument before ...'
relay.c:109: ANSI C requires a named argument before ...'
relay.c:117: ANSI C requires a named argument before ...'
relay.c:125: ANSI C requires a named argument before ...'
make[3]: *** [relay.o] Error 1

P.P.S.:
make[2]: Entering directory /tmp/uk/Wine/wine-20001202/dlls/kernel'
LD_LIBRARY_PATH="../..:$LD_LIBRARY_PATH" ../../tools/wrc/wrc  -I. -I. -I../../include 
-I../../include -o kernel.res -r kernel.rc
messages/winerr_enu.mc.rc:2286: Oops, segment violation
Abort
make[2]: *** [kernel.res] Error 134

Reply via email to