New version of antlr fails to configure when mono is installed. Error message is: config.status: creating lib/csharp/Makefile config.status: creating lib/csharp/src/Makefile config.status: error: cannot find input file: lib/csharp/src/Makefile.in ===> Script "configure" failed unexpectedly.
State Changed From-To: open->feedback Awaiting maintainers feedback
I was able to reproduce this with lang/mono installed. In the future I might do a similar approach like I've done for Python support (but with C# I'd have to investigate further as to why ${WRKSRC}/lib/csharp/src is nowhere to be found, and yet it is called by configure.in). But for now, I approve this patch. Thanks for the heads up. -- Rainer Alves
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed, thanks!