#50169: MoarVM to nqp does not build | 32-bit problem? | Snow Leopard 10.6.8 ------------------------+-------------------- Reporter: drennan@… | Owner: will@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: MoarVM | ------------------------+-------------------- Comment (by raimue@…): Replying to [comment:3 mojca@…]:
I'm also CC-ing Rainer just in case. He maintains `libuv` and might have some insight about `-D_DARWIN_USE_64_BIT_INODE=1` that's inside libuv's `Makefile.am`.
Glad this was already resolved. For the record, `_DARWIN_USE_64_BIT_INODE` was introduced as a compatibility switch with OS X 10.5. It will change the definition of `struct stat` to use larger datatypes and the corresponding functions expect this definition. Defining this macro would only affect OS X 10.5, as all later versions use the 64-bit version by default. See the `stat(2)` man page for details. -- Ticket URL: <https://trac.macports.org/ticket/50169#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X