Re: Wrong definition of APR_OFF_T_FMT in apr.h

2019-03-15 Thread wuzhouhui
> On Mar 15, 2019, at 8:02 AM, Jim Jagielski wrote: > > Yeppers. It's because gcc for Homebrew still sets DARWIN automatically > whereas for clang (Xcode), the canon macro is now __APPLE__ > > I've updated all APR's to be aware of __APPLE__ and, if set, it auto defines > DARWIN and DARWIN_10

Re: Wrong definition of APR_OFF_T_FMT in apr.h

2019-03-15 Thread William A Rowe Jr
That's outstanding, thanks again for sharing your config! Thanks Jim for the Apple fix. Since we didn't see your environment as Darwin, it was treated as a generic BSD. Which, still should have worked, but we clearly have a flaw on BSD environments in general, as Stefan has reported. Brings me ba

Re: Wrong definition of APR_OFF_T_FMT in apr.h

2019-03-15 Thread Jim Jagielski
macOS is not truly BSD... it's mach and so while there are a lot of similarities, one cannot equate the 2... this just may be one of those areas where macOS/Mach != BSD > On Mar 15, 2019, at 2:39 PM, William A Rowe Jr wrote: > > That's outstanding, thanks again for sharing your config! Thanks