This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compile error in w32api/include/objidl.h


Christopher Faylor wrote:

This is relatively recent.  I took a quick look but didn't see
an obvious fix.

cgf

i686-pc-cygwin-gcc -L/cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/winsup -L/cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/winsup/cygwin -L/cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/winsup/w32api/lib -isystem /netrel/src/cygwin-snapshot-20020811-1/winsup/include -isystem /netrel/src/cygwin-snapshot-20020811-1/winsup/cygwin/include -isystem /netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/include -isystem /netrel/src/cygwin-snapshot-20020811-1/newlib/libc/sys/cygwin -isystem /netrel/src/cygwin-snapshot-20020811-1/newlib/libc/sys/cygwin32 -B/cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/newlib/ -isystem /cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/newlib/targ-include -isystem /netrel/src/cygwin-snapshot-20020811-1/newlib/libc/include -c -O2 -O2 -gstabs+ -I/netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/lib/../include  -o dinput.o /netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/lib/dinput.c
cc1: warning: changing search order for system directory "/netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from /netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/include/objbase.h:56,
                from /netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/include/ole2.h:9,
                from /netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/include/windows.h:109,
                from /netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/lib/dinput.c:25:
/netrel/src/cygwin-snapshot-20020811-1/winsup/w32api/include/objidl.h:418: parse error before "IMoniker"
make[3]: *** [dinput.o] Error 1
make[3]: Leaving directory `/cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/winsup/w32api/lib'
make[2]: *** [lib] Error 2
make[2]: Leaving directory `/cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/winsup/w32api'
make[1]: *** [w32api] Error 1
make[1]: Leaving directory `/cygnus/netrel/build/cygwin-snapshot-20020811-1/i686-pc-cygwin/winsup'
make: *** [all-target-winsup] Error 2

Probably being caused by this:

http://cygwin.com/ml/cygwin-cvs/2002-q3/msg00193.html

Cheers,
Nicholas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]