Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3D56CA46.8040503@netscape.net> Date: Sun, 11 Aug 2002 16:34:14 -0400 From: Nicholas Wourms User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin-developers AT cygwin DOT com Subject: Re: compile error in w32api/include/objidl.h References: <20020811202038 DOT GC27950 AT redhat DOT com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g7BKacP12454 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