Actions
Bug #1224
closedCan't install 1.9.1-p0
Description
=begin
I am trying to install 1.9.1-p0 on CENTOS Linux 5.2.
I get the following error during "make".
I looked in the file "cont.c", and the error message is correct.
gcc -O2 -g -Wall -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o cont.o -c cont.c
cont.c:90:6: error: #elif with no expression
cont.c:270:6: error: #elif with no expression
cont.c:317:6: error: #elif with no expression
make: *** [cont.o] Error 1
[root@localhost ruby-1.9.1-p0]#
=end
Updated by nobu (Nobuyoshi Nakada) over 15 years ago
- Status changed from Open to Assigned
- Assignee set to yugui (Yuki Sonoda)
- ruby -v changed from 1.8.7 to 1.9.1p0
=begin
Already fixed in the trunk. Thank you.
=end
Actions
Like0
Like0Like0