[antlr-interest] Building Problems under Tru64

Andre Moll amoll-mailer at libp.com
Thu Nov 22 21:26:36 PST 2001


Could solve this very easy after have a deeper look into the cxx manuals
depending porting applications.

I know .. I know ... rtfm first ;-) ... I am sorry for that.

I add these lines to config.hpp and it's now working fine.

//
// Digital CXX
//
#ifdef __DECCXX
#define __USE_STD_IOSTREAM
#endif

Greetz Andre

> -----Original Message-----
> From: Ric Klaren [mailto:klaren at cs.utwente.nl]
> Sent: Thursday, November 22, 2001 7:20 PM
> To: antlr-interest at yahoogroups.com
> Subject: Re: [antlr-interest] Building Problems under Tru64
>
>
> On Thu, Nov 22, 2001 at 06:32:41PM +0800, Andre Moll wrote:
> > I am trying to build the cpp libs under Tru64 unix. I fail to
> build using
> > cxx as well using gcc. Has anybody successfuly build the antlr libraries
> > with Compaq Tru64 UNIX V5.1 (Rev. 732) and could give me a hind what is
> > going wrong?
> >
> > For cxx I tried already the compilerflags -std gnu; -std ansi; -std
> > strict_ansi without any success.
>
> It looks like you have to tweak config.hpp a bit for your compiler. Seems
> like problems with namespace support.
>
> Try different settings for the defines of ANTLR_USE_NAMESPACE etc. Could
> you send me what you had to change for support on Tru64, then I
> can include
> it in the next release..
>
> Ric
> --
> -----+++++*****************************************************+++
> ++++++-------
>     ---- Ric Klaren ----- klaren at cs.utwente.nl ----- +31 53 4893722  ----
> -----+++++*****************************************************+++
> ++++++-------
>  Time what is time - I wish I knew how to tell You why - It hurts
> to know -
>           Aren't we machines - Time what is time - Unlock the door
>                - And see the truth - Then time is time again
>                 From: 'Time what is Time' by Blind Guardian
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


 

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



More information about the antlr-interest mailing list