Hi to ALL,
This is the first time I am writing to the WINE-DEVEL list. First of all, I have to congratulate all the developers for their outstanding job. Then I have to say that I have downloaded, more or less, ALL the versions of WINE back to March 1999. The sequence "configure-->make_depend-->make" worked flawlessly ..... UNTIL today
This is the first time I am not able to compile WINE source code on my system.
my system is: REHAT Linux 2.2.14-5.0 i686
gcc compiler is gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
glibc libray is: glibc-2.1.3-15
./configure goes through without a glitch make depend does not cause any problem at all
but
when I start "make" I do get on the screen the following
ld -r builtin.o relay.o snoop.o thunk.o asmrelay.o thunk.glue.o -o if1632.o make[3]: Leaving directory `/usr/local/downloads/tarballs/wine-20010305/wine-20010305/if1632' make[3]: Entering directory `/usr/local/downloads/tarballs/wine-20010305/wine-20010305/loader' gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o elf.o elf.c gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o loadorder.o loadorder.c In file included from ../include/heap.h:13, from loadorder.c:15: ../include/winbase.h:1917: parse error before `!' make[3]: *** [loadorder.o] Error 1
If out there is a good soul to help me out , I would really appreciate it
Thanks In advance
Igor Furlan
"Igor" furlan@telocity.com wrote:
../include/winbase.h:1917: parse error before `!' make[3]: *** [loadorder.o] Error 1
Did you look at that place? What is there?
For me, there is only single '!' sign in the include/winbase.h at line 1759: #define HasOverlappedCompleted(lpOverlapped) ((lpOverlapped)->Internal != STATUS_PENDING)
Are you sure, that you have downloaded not broken archive?