[antlr-interest] Trouble making 2.7.5 during install on Darwin/Mac OS X

Kay Roepke kroepke at dolphin-services.de
Wed Nov 23 04:22:01 PST 2005


On 23. Nov 2005, at 12:48 Uhr, Martin Proud wrote:

> I downloaded the 2.7.5 source distribution from the ANTLR web page to
> my desktop. I then did ./configure in the terminal on my Mac running
> OS X 10.4.3 and PPC Darwin 8.3.0 and it configured just fine (except
> for saying C# support would be disabled, which is fine by me - it's
> not like I can run .NET anyway).

  Martin,

jikes doesn't play well (for reasons which I can't remember ;).
To force configure to use javac just use:
JAVAC=java ./configure

(assuming you use bash)

Then all's well in the state of Denmark.

Regards,

Kay (who always forgets to use JAVAC=javac, too)


More information about the antlr-interest mailing list