JDBC.pm no longer works with Inline::Java?

2012-08-25 Thread Russ Tremain
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

Libraries for MSVC++

2012-08-25 Thread David Oswald
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

Requesting help on a FAIL case

2012-08-25 Thread David Oswald
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,