On 14/12/14 19:14, Tim Rühsen wrote: > I am on Debian unstable. > > $ gcc --version > gcc (Debian 4.9.2-7) 4.9.2 > > After some testing I have to admit that I used 'byacc' instead of 'bison'. > That makes the difference. > > My CFLAGS are > -std=gnu99 -g -fPIC -Wall -Wstrict-prototypes -Wold-style-definition > -Wmissing- > prototypes -Wwrite-strings -Wformat=2 -Wformat -Wformat-security -Wsign- > compare -Wextra -D_FORTIFY_SOURCE=2 -Wcast-align -O2 -Wlogical-op -Wmissing- > declarations >
> I'am not sure if 'byacc' is an alternative to 'bison', but I guess yes. > > Now that I changed to bison, parse-datetime.c compiles without issue. > > Regards, Tim Thanks for the extra info. I pushed this: http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=1fafbb30 cheers, Pádraig