Issue #12469 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed ---------------------------------------- Bug #12469: Compile error in date_parse.c https://bugs.ruby-lang.org/issues/12469#change-59226 * Author: Martin Drst * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * ruby -v: ruby 2.4.0dev (2016-06-07 trunk 55313) [x86_64-cygwin] * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- When compiling on cygwin with `make up; make install-nodoc`, I get the compile error below. ``` compiling date_parse.c In file included from date_parse.c:340:0: zonetab.list:425:1: error: ¡Ægnu_inline¡Ç attribute present on ¡Æzonetab¡Ç In file included from date_parse.c:340:0: zonetab.list:6:34: error: but not here static inline const struct zone *zonetab(); ^ cc1: warning: unrecognized command line option ¡Æ-Wno-self-assign¡Ç cc1: warning: unrecognized command line option ¡Æ-Wno-constant-logical-operand¡Ç cc1: warning: unrecognized command line option ¡Æ-Wno-parentheses-equality¡Ç cc1: warning: unrecognized command line option ¡Æ-Wno-tautological-compare¡Ç make[2]: *** [Makefile:257: date_parse.o] Error 1 make[2]: Leaving directory '/cygdrive/c/Data/ruby/ext/date' make[1]: *** [exts.mk:181: ext/date/all] Error 2 make[1]: Leaving directory '/cygdrive/c/Data/ruby' make: *** [uncommon.mk:204: build-ext] Error 2 ``` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>