Bug #1224: Can't install 1.9.1-p0 http://redmine.ruby-lang.org/issues/show/1224 Author: Dan Baron Status: Open, Priority: Normal Category: core, Target version: 1.9.1 ruby -v: 1.8.7 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]# ---------------------------------------- http://redmine.ruby-lang.org