Project

General

Profile

Actions

Bug #917

closed

cannot make with bison-2.4.1 (cont.)

Added by znz (Kazuhiro NISHIYAMA) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
ruby -v:
Backport:
[ruby-dev:37553]

Description

=begin
tUPLUSなどがenumのみで#defineされていないため、
「#elif tUPLUS != 321」に引っかかって
「error: #error tUPLUS differs」になるようです。

$ make
gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -fPIC -I. -I.ext/include/x86_64-linux -I../include -I.. -DRUBY_EXPORT -o parse.o -c parse.c
In file included from ../parse.y:23:
../id.h:68:7: warning: "tUPLUS" is not defined
../id.h:69:2: error: #error tUPLUS differs
../id.h:162:5: warning: "SUPPORT_JOKE" is not defined
../id.h:168:5: warning: "SUPPORT_JOKE" is not defined
In file included from ../parse.y:41:
../id.c:43:5: warning: "SUPPORT_JOKE" is not defined
parse.c:884:6: warning: "YYENABLE_NLS" is not defined
parse.c:4107:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined
make: *** [parse.o] Error 1
$
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0