From: duerst@... Date: 2017-10-04T06:41:24+00:00 Subject: [ruby-core:83098] [Ruby trunk Bug#13966] configure.in still needed ?! Issue #13966 has been updated by duerst (Martin D��rst). nobu (Nobuyoshi Nakada) wrote: > By running `./config.status`, Makefile should be updated. I get the following ouput when I run `./config.status` (in the main directory): config.status: creating GNUmakefile config.status: creating Makefile config.status: creating ruby-2.5.pc Still, when running `make`, I get exactly the same output. Still, when using `ag` (https://geoff.greer.fm/ag/), I cannot find the string "config.in" anywhere but in old changelog and contributors files. ---------------------------------------- Bug #13966: configure.in still needed ?! https://bugs.ruby-lang.org/issues/13966#change-67048 * Author: duerst (Martin D��rst) * Status: Open * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: * ruby -v: ruby 2.5.0dev (2017-09-28 trunk 60054) [x86_64-cygwin] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- When compiling trunk on cygwin, I get the following error: ``` make[2]: Entering directory '/cygdrive/c/Data/ruby/ext/rbconfig/sizeof' make[2]: *** No rule to make target '../../.././configure.in', needed by 'sizes.c'. Stop. make[2]: Leaving directory '/cygdrive/c/Data/ruby/ext/rbconfig/sizeof' make[1]: *** [exts.mk:256: ext/rbconfig/sizeof/all] Error 2 make[1]: Leaving directory '/cygdrive/c/Data/ruby' make: *** [uncommon.mk:236: build-ext] Error 2 ``` (Only showing the last few lines, up to that point, everything seems to run smoothly.) It looks like something somewhere still wants configure.in, although we now use configure.ac. -- https://bugs.ruby-lang.org/ Unsubscribe: