Having issues compiling:  Any help would be appreciated,  Thanks!

negril3# perl Makefile.PL*
Checking if your kit is complete...
Looks good
Writing Makefile for DBI

    Remember to actually *read* the README file!
    Use  'make' to build the software (dmake or nmake on Windows).
    Then 'make test' to execute self tests.
    Then 'make install' to install the DBI and then delete this working
    directory before unpacking and building any DBD::* drivers.

negril3# make
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/DBI
mkdir blib/lib/auto
mkdir blib/lib/auto/DBI
mkdir blib/man1
mkdir blib/man3
cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
cp lib/DBI/Shell.pm blib/lib/DBI/Shell.pm
cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
cp lib/DBI/Format.pm blib/lib/DBI/Format.pm
cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
cp Driver.xst blib/arch/auto/DBI/Driver.xst
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
cp DBI.pm blib/lib/DBI.pm
/www/negril3/interwoven/iw-home/iw-perl/bin/perl -p -e "s/~DRIVER~/Perl/g"
< blib/arch/auto/DBI/Driver.xst > Perl.xsi
/www/negril3/interwoven/iw-home/iw-perl/bin/perl
-I/www/negril3/interwoven/iw-home/iw-perl/lib/perl5/5.00503/sun4-solaris
-I/www/negril3/interwoven/iw-home/iw-perl/lib/perl5/5.00503
/www/negril3/interwoven/iw-home/iw-perl/lib/perl5/5.00503/ExtUtils/xsubpp
-typemap
/www/negril3/interwoven/iw-home/iw-perl/lib/perl5/5.00503/ExtUtils/typemap
Perl.xs >xstmp.c && mv xstmp.c Perl.c
gcc -c  -I/usr/local/include -O    -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\"
-fPIC
-I/www/negril3/interwoven/iw-home/iw-perl/lib/perl5/5.00503/sun4-solaris/CORE
 -Wall -Wno-comment -DDBI_NO_THREADS Perl.c
In file included from
/www/negril3/interwoven/iw-home/iw-perl/lib/perl5/5.00503/sun4-solaris/CORE/perl.h:537,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/sys/stat.h:258: parse error before "blksize_t"
/usr/include/sys/stat.h:262: parse error before '}' token
/usr/include/sys/stat.h:318: parse error before "blksize_t"
/usr/include/sys/stat.h:319: conflicting types for `st_blocks'
/usr/include/sys/stat.h:259: previous declaration of `st_blocks'
/usr/include/sys/stat.h:322: parse error before '}' token
Perl.xsi: In function `XS_DBD__Perl__st__prepare':
Perl.xsi:197: warning: operation on `PL_na' may be undefined
Perl.xsi: In function `XS_DBD__Perl__st_bind_param':
Perl.xsi:233: warning: operation on `PL_na' may be undefined
Perl.xsi: In function `XS_DBD__Perl__st_bind_param_inout':
Perl.xsi:269: warning: operation on `PL_na' may be undefined
Perl.c: At top level:
/www/negril3/interwoven/iw-home/iw-perl/lib/perl5/5.00503/sun4-solaris/CORE/patchlevel.h:41:
 warning: `local_patches' defined but not used
make: *** [Perl.o] Error 1


Reply via email to