From: wtnelson@... Date: 2015-04-10T04:13:37+00:00 Subject: [ruby-core:68829] [Ruby trunk - Bug #11054] [Open] ruby won't build on OS X 10.5 — fgetattrlist() not available Issue #11054 has been reported by ��� PvpDJgHP. ---------------------------------------- Bug #11054: ruby won't build on OS X 10.5 ��� fgetattrlist() not available https://bugs.ruby-lang.org/issues/11054 * Author: ��� PvpDJgHP * Status: Open * Priority: Low * Assignee: * ruby -v: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin9] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: UNKNOWN ---------------------------------------- [Revision 49303](https://bugs.ruby-lang.org/projects/backport22/repository/revisions/49303/diff/dir.c) added a use of the fgetattrlist() function from OS X. The function fgetattrlist() was added in OS X 10.6 (darwin10). As a result, ruby will fail to compile on older OS X releases. -- https://bugs.ruby-lang.org/