Hi,
I've been trying to install Inline::Java with JDBC for several hours.
I cannot get the JDBC tests to pass. Here is the error:
tanami{jdbcpm.41} Build test
t/00-load.t ... 1/1 # Testing JDBC 0.01, Perl 5.01, /usr/bin/perl
t/00-load.t ... ok
t/01-driver.t . 1/4 Can't locate o
Currently Inline is choosing the following defaults for MSVC++:
elsif ( $Config{osname} =~ m/^MSWin/ ) {
$cc_guess = 'cl -TP -EHsc';
$libs_guess = ' MSVCIRT.LIB ';
}
However, the docs I found here: http://support.microsoft.com/kb/154753
...suggest that library pertains to the old styl
The following FAIL report is against v0.40:
http://www.cpantesters.org/cpan/report/465a0464-edc1-11e1-94ad-ee646d842ce6
There are some warnings that seem to be coming by virtue of
Inline::C's compiler flags. But the errors are more concerning, as I
think they have to do with something in perl.h,