This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc/java/parse.y
- To: Weiqi Gao <weiqigao at yahoo dot com>
- Subject: Re: gcc/java/parse.y
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Fri, 18 May 2001 14:07:16 +1200
- CC: java at gcc dot gnu dot org
- References: <20010517153031.48214.qmail@web13802.mail.yahoo.com>
Weiqi Gao wrote:
> While building gcc-20010514, I encountered several
> problems:
>
> 1. A bison flag of "--name-prefix=java_" is used which
> tripped bison 1.22 which understood "-p java_" but not
> the long command line.
>
> 2. After I passed that, I encountered three
> redeclarations in gcc/java/parse.y:
>
> unary_expression_not_plus_minus
> class_member_declaration
> interface_type_list
Maybe you need a newer bison. My linux distribution comes with v1.28.
regards
[ bryce ]