dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] compiling problem; pnet-0.6.10 on AIX5.1


From: Gopal V
Subject: Re: [Pnet-developers] compiling problem; pnet-0.6.10 on AIX5.1
Date: Wed, 19 Jan 2005 05:21:39 -0800 (PST)

Hi,

Sorry for the delay .. I'm not still completely 
back yet.

> cs_grammar.h:187:1: warning: "FALSE" redefined
> In file included from
>
/home/dmmg/noguchi/gcc3.3/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/include/stdio.h:386,
>                  from lex.yy.c:29:

That's a lexer token conflicting with a system 
defined value :(

You have to replace all "TRUE" and "FALSE" with 
something different like "TRUE_CONST" and
"FALSE_CONST"
in cs_scanner.l and cs_grammar.y ..

I'm in the middle of a move and I have biggre
problems than a compile failure :(

> Thank you very much in advance,

I hope you meant "thank you, very much in advance" ;-)

Gopal


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250


reply via email to

[Prev in Thread] Current Thread [Next in Thread]