http://bugs.winehq.com/show_bug.cgi?id=1816
Summary: can't compile 20031016 on Solaris 9 Product: Wine Version: unspecified Platform: Other OS/Version: Solaris Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: rsparapa@mcw.edu
I'm using GCC 3.3.2 with the following GNU tools: texinfo, as, ld, flex and bison. And, I am unable to compile the server. I tried adding --disable-trace, but that didn't help. Here is the error message: ./tools/makedep -I. -I. -I./include -I./include -C. gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -I/usr/home/ras/sfw/include -L/usr/home/ras/sfw/lib -o context_i386.o context_i386.c context_i386.c: In function `get_thread_context': context_i386.c:241: error: `PT_GETREGS' undeclared (first use in this function) context_i386.c:241: error: (Each undeclared identifier is reported only once context_i386.c:241: error: for each function it appears in.) context_i386.c:276: error: `PT_GETFPREGS' undeclared (first use in this function) context_i386.c: In function `set_thread_context': context_i386.c:295: error: `PT_GETREGS' undeclared (first use in this function) context_i386.c:322: error: `PT_SETREGS' undeclared (first use in this function) context_i386.c:332: error: `PT_SETFPREGS' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target `context_i386.o' Current working directory /usr/home/ras/sfw/wine/wine-20031016/server *** Error code 1 make: Fatal error: Command failed for target `server'
Compilation failed, aborting install.