Actions
Bug #5327
closedgoruby build failed @ trunk
Description
$ make goruby
cc goruby.c -o goruby
In file included from goruby.c:3:
main.c:13:18: error: ruby.h: No such file or directory
In file included from debug.h:16,
from main.c:14,
from goruby.c:3:
node.h:461: error: conflicting types for ‘rb_parser_append_print’
/System/Library/Frameworks/ruby.framework/Headers/intern.h:351: error: previous declaration of ‘rb_parser_append_print’ was here
node.h:462: error: conflicting types for ‘rb_parser_while_loop’
/System/Library/Frameworks/ruby.framework/Headers/intern.h:352: error: previous declaration of ‘rb_parser_while_loop’ was here
In file included from goruby.c:3:
main.c:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘int’
make: *** [goruby] Error 1
Updated by ayumin (Ayumu AIZAWA) about 13 years ago
- Subject changed from goruby build failed @ ruby_1_9_3ed @ trunk to goruby build failed @ trunk
Updated by ayumin (Ayumu AIZAWA) about 13 years ago
- Status changed from Open to Rejected
Actions
Like0
Like0Like0