Hi all,

Regarding the installation of the DBD:ODBC package which gives me a strange
error at dbdimp.c while running 'make' command.
Have anyone tried installing this at solaris 32 bit or 64 bit under perl 5.X
and DBI 1.X

expecting some suggestions.

thanks
Prassana

-----
janarthp@sys1:/u/janarthp/DBD> make
/usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
-I/usr/local/lib/perl5/5.6.1 -MExtUtils::Command -e mkpath blib/lib/DBD/ODBC
rm -f blib/lib/DBD/ODBC/Changes.pm
cp Changes blib/lib/DBD/ODBC/Changes.pm
cp ODBC.pm blib/lib/DBD/ODBC.pm
/usr/local/bin/perl -p -e "s/~DRIVER~/ODBC/g" <
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBI/Driver.xst >
ODBC.xsi
/usr/local/bin/perl -I/usr/local/lib/perl5/5.6.1/sun4-solaris
-I/usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/ExtUtils/xsubpp
-typemap /usr/local/lib/perl5/5.6.1/ExtUtils/typemap ODBC.xs > ODBC.xsc &&
mv ODBC.xsc ODBC.c
cc -c -I/u/janarthp/ODBC/unixODBC/include -I.
-I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBI
-I/usr/local/include -I/usr/include -I/usr/local/gnu/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"0.45_17\"
-DXS_VERSION=\"0.45_17\" -KPIC
-I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE
-I/u/janarthp/ODBC/unixODBC/include ODBC.c
"ODBC.xs", line 232: warning: argument #1 is incompatible with prototype:
        prototype: pointer to char : "/usr/include/iso/string_iso.h", line
66
        argument : pointer to unsigned char
"ODBC.xs", line 252: warning: argument #1 is incompatible with prototype:
        prototype: pointer to const char :
"/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE/proto.h", line 550
        argument : pointer to unsigned char
cc -c -I/u/janarthp/ODBC/unixODBC/include -I.
-I/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBI
-I/usr/local/include -I/usr/include -I/usr/local/gnu/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"0.45_17\"
-DXS_VERSION=\"0.45_17\" -KPIC
-I/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE
-I/u/janarthp/ODBC/unixODBC/include dbdimp.c
"dbdimp.c", line 131: warning: improper pointer/integer combination: arg #1
"dbdimp.c", line 138: warning: improper pointer/integer combination: arg #1
"dbdimp.c", line 171: warning: improper pointer/integer combination: arg #1
"dbdimp.c", line 181: warning: improper pointer/integer combination: arg #1

-----


Reply via email to