Inline :: java and strawberry perl

I tried installing this module: Inline :: Java with strawberry perl 5.10 I received the following error message:

dmake:  Error code 129, while making '..\blib\arch\auto\Inline\Java\JNI\JNI.dll'
dmake.EXE:  Error code 255, while making 'subdirs'
  PATL/Inline-Java-0.53.tar.gz
  C:\strawberry\c\bin\dmake.EXE -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible
Failed during this command:
 PATL/Inline-Java-0.53.tar.gz                 : make NO

where the following varialbes are defined below:

PERL_INLINE_JAVA_J2SDK = C: \ jdk1.7.0 PERL_INLINE_JAVA_JNI = 1

also all subdirectories jdk1.7.0 are added to the path environment variable.

Can someone tell me what could be this error?

and how can I fix it if possible?

+3
source share
1 answer

The question is covered in this FAQ: Strawberry Perl - Win32 Wiki

Please edit the message header to indicate that you want help with the build problem.

-3
source

All Articles