Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com To: cygwin AT cygwin DOT com Subject: DBD-ODBC Perl module fails to compile From: "Julien Gilles" Date: Tue, 23 Oct 2001 10:05:33 +0200 Message-ID: Lines: 24 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Academic Rigor) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, I have the following errors when trying to compile DBD-ODBC : $ make gcc -c -I. -I/usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/DBI -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -I/usr/lib/perl5/5.6.1/cygwin-multi/CORE ODBC.c In file included from /usr/include/w32api/sql.h:9, from dbdodbc.h:6, from ODBC.h:9, from ODBC.xs:1: /usr/include/w32api/sqltypes.h:13: parse error before `UDWORD' /usr/include/w32api/sqltypes.h:13: warning: data definition has no type or storage class /usr/include/w32api/sqltypes.h:14: parse error before `UWORD' /usr/include/w32api/sqltypes.h:14: warning: data definition has no type or storage class /usr/include/w32api/sqltypes.h:20: parse error before `PTR' ...a lot of same parse error. I read the README.cygwin, but it seems to be rather old, speaking about Windows ODBC headers and import libraries, but the http link is broken. Don't know if it's related to my problem. -- Julien Gilles -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/