#44921: libgpg-error upgrade fails during build phase on leopard (10.5.8) on PowerBook G4 (PPC 7450) ----------------------------+---------------------------- Reporter: zanderpower@… | Owner: mschamschula@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: libgpg-error | ----------------------------+---------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: On my Tiger system, the error I got was basically that `off_t` was not defined. `off_t` is defined by the POSIX standard to be defined in sys/types.h. sys/types.h is not included by src/gpg-error.h. Adding `#include <sys/types.h>` to src/gpg-error.h works for me on Tiger. I'll test on a few other systems before committing. -- Ticket URL: <https://trac.macports.org/ticket/44921#comment:20> MacPorts <http://www.macports.org/> Ports system for OS X