classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gjdoc-0.7.1-pre1


From: Dalibor Topic
Subject: Re: gjdoc-0.7.1-pre1
Date: Tue, 08 Feb 2005 22:01:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

Mark Wielaard wrote:
Hi,

On Tue, 2005-02-08 at 18:05 -0200, Joao Victor wrote:

On Sat, 05 Feb 2005 20:48:13 +0100, Mark Wielaard <address@hidden> wrote:

Please let us know if you find any issue so the final release can be
perfect.

I'm not able to build gjdoc here... it complains about not finding
antlr, though it is installed on /usr/lib/antlr.jar (that's version
2.7.5).


The configure script only looks in /usr/local/share/
and /usr/share/java/ directories currently. Could you put the anltr.jar
there for now?

Ugh, bad solution, as not everyone is root.

A better solution is to simply add /usr/lib to the list of paths looked up in the antlr m4 macro used by gjdoc.[1]

Probably the best solution would be to add a
--with-antlr-jar=/path/to/antlr.jar option.

Yeah, that would be neat, too.

cheers,
dalibor topic

[1] for antlr_lib_home in `ls -d /usr/local/share/antlr* 2> /dev/null` /usr/share/java; do in acinclude.m4 in gjdoc. It would be cool to split that file up into the m4 macros it's made from, autoconf can handle multiple m4 files these days, and it's much nicer to find what one's looking for that way.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]