Actions
Bug #1904
closedcmp required?
Bug #1904:
cmp required?
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-08-06 trunk 24412) [i386-cygwin]
Backport:
Description
=begin
ほぼ最小限のcygwin環境でtrunkのビルドを試そうとしてみたところ、cmpかgperfもなくて止まってしまったのですが、cmpが必須になったのでしょうか?
ccache gcc -O3 -g -Wall -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -
Wwrite-strings -I. -I.ext/include/i386-cygwin -I/home/kazu/wc/ruby/trunk/include
-I/home/kazu/wc/ruby/trunk -DRUBY_EXPORT -o pack.o -c /home/kazu/wc/ruby/trun
k/pack.c
/bin/sh: line 1: cmp: command not found
- gperf -C -p -j1 -i 1 -g -o -t -N rb_reserved_word '-k1,3,$' /home/kazu/wc/ruby
/trunk/defs/keywords
/bin/sh: line 6: gperf: command not found
make: *** [lex.c] Error 127
=end
Actions