[ruby-core:84166] [Ruby trunk Bug#14165] 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi

From: merch-redmine@...
Date: 2017-12-11 16:58:21 UTC
List: ruby-core #84166
Issue #14165 has been updated by jeremyevans0 (Jeremy Evans).


MSP-Greg (Greg L) wrote:
> I noticed that RubyGems fails on compile warnings.  Does mkmf.rb do the same?  The fiddle mkmf.log did have warnings in it (a local build).

mkmf sets `:werror => true` by default, which I think is a mistake.  I have a patch in #13069 that turns off `:werror` by default, though users can still set `$werror = true` if they want that behavior.

----------------------------------------
Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
https://bugs.ruby-lang.org/issues/14165#change-68273

* Author: MSP-Greg (Greg L)
* Status: Assigned
* Priority: Normal
* Assignee: usa (Usaku NAKAMURA)
* Target version: 
* ruby -v: ruby 2.5.0dev (2017-12-11 trunk 61097) [x64-mingw32]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
Last ruby-loco build has warnings & test failures after 61097.  Build log (attached) has 329 instances of:

```
include/ruby/win32.h:197:0: warning: "SIZEOF_STRUCT_STAT_ST_INO" redefined
```

Same issue with test failures (attached as 61097_test-all_issues.log)

Thanks, Greg

---Files--------------------------------
61097_test-all_issues.log (23.8 KB)
61097_ruby25_64-build.log (333 KB)
sizeof_st_ino_on_mingw32.patch (719 Bytes)


-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next