[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Global-commit] global/libparser asm_parse.y
From: |
Hideki IWAMOTO |
Subject: |
Re: [Global-commit] global/libparser asm_parse.y |
Date: |
Wed, 03 Feb 2016 19:49:43 +0900 |
Hi. Yamaguchi san.
An error occurs during reconf.sh execution.
-------------------------------------------------------------------
+ bison -d -o asm_parse.c asm_parse.y
asm_parse.y:76.14-19: syntax error, unexpected "string", expecting "="
-------------------------------------------------------------------
Which version of bison is needed?
The following description is included in libparser/HACKING.
-------------------------------------------------------------------
To build the parser, you need to have the following package installed:
- GNU gperf 3.0.3 to look up reserved words.
- flex 2.5.35 to generate php and assembly parser.
- GNU bison 1.875 to generate assembly parser.
-------------------------------------------------------------------
The version of bison which I use is 2.0.
On Wed, 03 Feb 2016 07:59:52 +0000
Shigio YAMAGUCHI <address@hidden> wrote:
> CVSROOT: /sources/global
> Module name: global
> Changes by: Shigio YAMAGUCHI <shigio> 16/02/03 07:59:50
>
> Modified files:
> libparser : asm_parse.y
>
> Log message:
> Changed a deplicated directive.
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/global/libparser/asm_parse.y?cvsroot=global&r1=1.2&r2=1.3
>
> _______________________________________________
> Global-commit mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/global-commit
--
Hideki IWAMOTO <address@hidden>
- Re: [Global-commit] global/libparser asm_parse.y,
Hideki IWAMOTO <=