----- Original Message -----
From: "selva ganapathy" <ganapathy_se...@yahoo.com>
To: <inline@perl.org>
Sent: Sunday, June 13, 2010 11:18 PM
Subject: Issue with installing Inline::Java
Hi All,
Greetings.
While installing Inline::Java in win XP box, I am getting this issue while
making nmake command
----------------------------------
syntax error at -e line 1, next char )
Missing right curly or square bracket at -e line 1, at end of line
Execution of -e aborted due to compilation errors.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code
'0xff'
Stop.
--------------------------------
I did not gat any issue with makefile.pl ( both this command and nmake
command given at folder wehere makefile.pl is located
I have installed - jdk 6
MinGW installed
Any hints on the error cuase
I think it's likely that you need to run dmake instead of nmake. The output
of 'perl -V:make' will tell you the name of the make utility you need to
run.
Cheers,
Rob