----- Original Message ----- From: "marcos rebelo" <ole...@gmail.com>
To: <inline@perl.org>

In the Debian, I executed:
perl Makefile.PL J2SDK=/usr/lib/jvm/java-6-sun-1.6.0.12/
make
make test


PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_init.t ............ 1/1
Perl version is 5.010000
Inline version is 0.46
Inline::Java version is 0.52
J2SDK version is 1.6.0_12, from /usr/lib/jvm/java-6-sun-1.6.0.12/
CLASSPATH is <empty>
t/01_init.t ............ ok
t/02_primitives.t ...... ok
t/02_primitives_1_4.t .. ok
t/03_objects.t ......... ok
t/04_members.t ......... ok
t/05_arrays.t .......... ok
t/06_static.t .......... ok
t/07_polymorph.t ....... ok
t/08_study.t ........... ok
t/09_usages.t .......... ok
t/10_1_shared_alone.t .. ok
t/10_2_shared_start.t .. 1/3 i
^Cmake: *** [test_dynamic] Interrupt



My question is: What shall I do to pass the tests, and after install
this package?

See the bug report at:
https://rt.cpan.org/Public/Bug/Display.html?id=37591

My take on that is:
1)  The test will pass if you run 'perl -Mblib t/10_shared_start.t';
2) Since it's a problem with Test::Harness rather than Inline::Java, you can go ahead and install Inline::Java by running 'make install' (or 'sudo make install' if that's what it takes).

That's just *my* take - I don't use Inline::Java, so I can't offer any advice based on experience.

Cheers,
Rob

Reply via email to