The error I am getting is $ make gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -DUSEIMPORTLIB -O2 -DVERSION=\"1.39\" -DXS_VERSION=\"1.39\" "-I/usr/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE" -Wall -Wno-comment Perl.c Perl.xs:15: error: syntax error before '=' token Perl.xsi: In function `XS_DBD__Perl__db_last_insert_id': Perl.xsi:242: error: syntax error before ';' token Perl.xsi:239: warning: unused variable `imp_dbh' Perl.c:308: warning: unused variable `catalog' Perl.c:309: warning: unused variable `schema' Perl.c:310: warning: unused variable `table' Perl.c:311: warning: unused variable `field' Perl.xsi: In function `XS_DBD__Perl__st_execute_for_fetch': Perl.xsi:529: error: syntax error before ';' token Perl.xsi:526: warning: unused variable `imp_sth' Perl.c:736: warning: unused variable `fetch_tuple_sub' Perl.xsi: In function `boot_DBD__Perl': Perl.xsi:27: error: invalid application of `sizeof' to an incomplete type make: *** [Perl.o] Error 1 Any help will be greatly appreciated. Regards, Birla
