Dear list,
I'm trying to build Inline::Java on osx intel, with the JNI extension,
PerlNatives and PerlInterpreter. I'm using the default perl (5.8.6), default
java (1.5.0_07) and the xcode gcc (version 4.0.1, Apple Computer, Inc. build
5367).
"make" looks like it succeeds. The root "make test" succeeds, but the
perlnatives test suite fails:
t/01_init............ok
t/02_perl_natives....Can't initialize PerlNatives functionnality: PerlNatives
extension
(/Users/rvosa/Desktop/Inline-Java-0.52/blib/arch/auto/Inline/Java/PerlNatives/PerlNatives.dylib)
can't be found at (eval 11) line 238
at t/02_perl_natives.t line 21
t/02_perl_natives....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02_perl_natives.t 255 65280 5 10 200.00% 1-5
Has anyone succeeded in building Inline::Java on a similar platform? What am I
doing wrong? I note that what's being built isn't a *.dylib but a *.bundle.
Thanks,
Rutger Vos