[antlr-interest] Antlr cant make or configure w/ cygwin bash

danutsch danutsch at yahoo.com
Wed Jan 14 16:26:00 PST 2004


Ok, some problems with configure and make with Antlr 2.7.2 and the
cygwin bash shell.

Basically configure and the makefile call java.exe with a -cp codepath
that it built using pwd.  Cygwin pwd gives a unix path such as
/usr/src/antlr-2.7.2/, however java.exe isn't a cygwin app and doesn't
understand unix paths on a windows system.  So it needs something like
"java.exe -cp $(cygpath -wp $(pwd)) antlr.jar antlr.tool".

Also with 2.7.2, configure sets the codepath wrong with a colon in it,
so no go there either.


 

Yahoo! Groups Links

To visit your group on the web, go to:
 http://groups.yahoo.com/group/antlr-interest/

To unsubscribe from this group, send an email to:
 antlr-interest-unsubscribe at yahoogroups.com

Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list