[antlr-interest] My Progress on C++ Target

A Z asicaddress at gmail.com
Thu Feb 9 12:10:01 PST 2012


Hi Gokulakannan,

Are you targeting this for Linux as well? The definition for
ANTLR_BEGIN_NAMESPACE is contained within "#ifdef    ANTLR_WINDOWS" so the
compile fails. If I fix this I get a lot of template-related errors:

error: use 'template' keyword to treat 'RewriteStreamType' as a dependent
template name
        typedef typename ImplTraits::RewriteStreamType< ComponentType >
RewriteStreamType;


More information about the antlr-interest mailing list