[antlr-interest] antlr 2.7.6 and C#

Michael Koch konqueror at gmx.de
Sun May 28 02:45:02 PDT 2006


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