[antlr-interest] dev. snapshot 20030707 OK

Jorge Scandaliaris j_scandaliaris at yahoo.es
Thu Jul 10 03:41:46 PDT 2003


Ric,

            I just managed to compile some simple examples with the
20030707 dev. snapshot. In summary:

1.- Built antlr modifying antlr/build/ANTLR.java (put for loop at
beginning)

2.- Replaced 

#if defined(_MSC_VER) && !defined(__ICL) // Microsoft Visual C++

with

#if defined(_MSC_VER) && !defined(__ICL) && (_MSC_VER > 1200) //
Microsoft Visual C++

in places where compiler was complaining (basically where the "template
class ...." stuff appears.

            Regards,

 

Jorge

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20030710/de16fbb5/attachment.html


More information about the antlr-interest mailing list