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

Martin Proud mproud at gmail.com
Wed Nov 23 05:01:49 PST 2005


Thank you for the tip, Kay!

I entered that and configured again. And then I make'd. Looks like
another error (hehe, nice and obscure as well):

mini:~/Desktop/antlr-2.7.5 martinproud$ make
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> make -C ./antlr all
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*** compiling 209 Java file(s)
Unrecognized option: -d
Could not create the Java virtual machine.

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                      >> E R R O R <<
============================================================


which is followed by a list of all the java source files.

Suggestions?

Martin


On 11/23/05, Kay Roepke <kroepke at dolphin-services.de> wrote:
>
> 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