[antlr-interest] antlr 2.7.6 and C#

Terence Parr parrt at cs.usfca.edu
Sun May 28 10:46:19 PDT 2006


Hi, we are planning on a 2.7.6 release probably in August.  Passing  
this on to the config genius.
Terence
On May 28, 2006, at 2:45 AM, Michael Koch wrote:

> Hello list,
>
>
> I know you are all working on the antlr 3.0 release series but I  
> have a
> problem with antlr 2.7.6. I'm one of the maintainers of antlr in  
> Debian.
> Lately we got a bug report to enable C# support in antlr.  
> Unfortunately
> C# support is broken in configure(.in) script in antlr 2.7.6.
>
> configure.in contains
>
>     AC_CONFIG_FILES([lib/csharp/Makefile])
>     AC_CONFIG_FILES([lib/csharp/src/Makefile])
>     AC_CONFIG_FILES([lib/csharp/ASTFrame/Makefile])
>
> but it should be
>
>     AC_CONFIG_FILES([lib/csharp/Makefile])
>     AC_CONFIG_FILES([lib/csharp/antlr.astframe/Makefile])
>     AC_CONFIG_FILES([lib/csharp/antlr.runtime/Makefile])
>
>
> Would it be possible to release a bug fix release for this?
>
>
> Cheers,
> Michael
> -- 
> Escape the Java Trap with GNU Classpath!
> http://www.gnu.org/philosophy/java-trap.html
>
> Join the community at http://planet.classpath.org/



More information about the antlr-interest mailing list