in reply to Inline::Java install on Windows (nmake problem)

It sounds like the Makefile is being created using dmake syntax, and nmake is having trouble parsing it. Try using dmake instead.

  • Comment on Re: Inline::Java install on Windows (nmake problem)

Replies are listed 'Best First'.
Re^2: Inline::Java install on Windows (nmake problem)
by Lion-Tiger (Novice) on Nov 18, 2011 at 11:40 UTC
    dmake didn't help

    ====================
    My mistake, it helped - got some troubles with path variable, so it took the wrong dmake.....

    Inline::Java installed, thanks to ALL! =)