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

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