[#37248] [Feature:1.9] Enumerator#inspect — "Yusuke ENDOH" <mame@...>

遠藤です。

12 messages 2008/12/02

[#37337] [Feature #841] Object#self — "rubikitch ." <redmine@...>

Feature #841: Object#self

13 messages 2008/12/09

[#37513] Current status of 1.9.1 RC1's issues — "Yugui (Yuki Sonoda)" <yugui@...>

Hi, folks

14 messages 2008/12/20
[#37516] Re: Current status of 1.9.1 RC1's issues — Masatoshi SEKI <m_seki@...> 2008/12/20

咳といいます。

[#37576] [BUG:trunk] encoding for stdio's — "Yugui (Yuki Sonoda)" <yugui@...>

Yuguiです。

11 messages 2008/12/24

[ruby-dev:37436] [Bug #874] cannot make with bison-2.4.1

From: Kazuhiro NISHIYAMA <redmine@...>
Date: 2008-12-14 14:53:00 UTC
List: ruby-dev #37436
Bug #874: cannot make with bison-2.4.1
http://redmine.ruby-lang.org/issues/show/874

起票者: Kazuhiro NISHIYAMA
ステータス: Open, 優先度: Normal
カテゴリ: core

parse.[ch]から
#define tLAST_TOKEN 376
などの#defineがなくなっていて、ビルドできません。

$ rm parse.c
$ make
bison -d  -o y.tab.c ../parse.y
sed -f ../tool/ytab.sed -e "/^#/s!y\.tab\.c!parse.c!" y.tab.c > parse.c.new
sed -e "/^#line.*y\.tab\.h/d;/^#line.*parse\.y/d" y.tab.h > parse.h.new
parse.h updated
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:36: error: redeclaration of enumerator ‘tUPLUS’
parse.h:105: error: previous definition of ‘tUPLUS’ was here
../id.h:37: error: redeclaration of enumerator ‘tUMINUS’
parse.h:106: error: previous definition of ‘tUMINUS’ was here
(以下略)


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next