Re: GNU LIB build fails on macOS 10.12.4

2017-04-08 Thread Harald Maier
They __THROW and __nonnull are defined in „getopt_cdefs.h“.The gcc command isgcc -c    -MMD -MF deps/fstatat.d -MP    -g3 -O2 -I. -I../src -I. -I./../src  fstatat.cThe output from -E fstatat.i Description: Binary data Am 08.04.2017 um 10:24 schrieb Paul Eggert :[Following up on

Re: GNU LIB build fails on macOS 10.12.4

2017-04-08 Thread Harald Maier
Yes, this fixes the problem and compilation works without errors. Harald > Am 08.04.2017 um 11:38 schrieb Paul Eggert : > > Harald Maier wrote: >> They __THROW and __nonnull are defined in „getopt_cdefs.h“. > > Thanks, I think I see the problem. Either the compiler or some