Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: "John Dallaway" To: Subject: 'cygwin-net-485' snapshot win32 headers problem Date: Thu, 2 Mar 2000 17:12:49 -0000 Message-ID: <000801bf846a$89473bd0$182782c2@cygnus.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 I'm attempting to build an i686-pc-cygwin-x-arm-elf toolchain using the 'cygwin-net-485' snapshot (including gcc-2.95.2). I get the appended build error. The same sources build fine using the Cygwin 1.0 boxed product (gcc-2.9-cygwin-990830). Is this a known problem? John Dallaway --cut here-- make[1]: Entering directory `/tmp/gcc-build/gcc' gcc -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I. -I/tmp/g cc-src/gcc -I/tmp/gcc-src/gcc/config -I/tmp/gcc-src/gcc/../include \ -DGCC_INCLUDE_DIR=\"/tmp/gcc-install/lib/gcc-lib/arm-elf/2.95.2/includ e\" \ -DGPLUSPLUS_INCLUDE_DIR=\"/tmp/gcc-install/lib/gcc-lib/arm-elf/2.95.2/ ../../../..`echo /tmp/gcc-install | sed -e 's|^/tmp/gcc-install||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \ -DLOCAL_INCLUDE_DIR=\"/tmp/gcc-install/include\" \ -DCROSS_INCLUDE_DIR=\"/tmp/gcc-install/lib/gcc-lib/arm-elf/2.95.2/../. ./../../arm-elf/sys-include\" \ -DTOOL_INCLUDE_DIR=\"/tmp/gcc-install/lib/gcc-lib/arm-elf/2.95.2/../.. /../../arm-elf/include\" \ -c `echo /tmp/gcc-src/gcc/cccp.c | sed 's,^\./,,'` gcc -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I. -I/tmp/g cc-src/gcc -I/tmp/gcc-src/gcc/config -I/tmp/gcc-src/gcc/../include -c /tmp/gcc-src/gcc/cexp.c gcc -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I. -I/tmp/g cc-src/gcc -I/tmp/gcc-src/gcc/config -I/tmp/gcc-src/gcc/../include \ -DLOCALEDIR=\"/tmp/gcc-install/share/locale\" \ -c `echo /tmp/gcc-src/gcc/intl.c | sed 's,^\./,,'` gcc -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I. -I/tmp/g cc-src/gcc -I/tmp/gcc-src/gcc/config -I/tmp/gcc-src/gcc/../include \ -DPREFIX=\"/tmp/gcc-install\" \ -c `echo /tmp/gcc-src/gcc/prefix.c | sed 's,^\./,,'` In file included from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc-cygwin/includ e/windef.h:111, from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc-cygwin/includ e/windows.h:84, from /tmp/gcc-src/gcc/prefix.c:69: /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc-cygwin/includ e/winnt.h:1742: two or more data types in declaration of `type name' make[1]: *** [prefix.o] Error 1 make[1]: Leaving directory `/tmp/gcc-build/gcc' make: *** [all-gcc] Error 2