Hello, Glenn Gillis wrote: > gtar-1.18 build error on FreeBSD 4.11-RELEASE-p26 using gcc version > 2.95.4 20020320 [FreeBSD]: > > In file included from stdint.h:71, > from human.h:27, > from human.c:24: > inttypes.h:44: #error "This file assumes that 'int' has exactly 32 bits. > Please report your platform and compiler to <bug-gnulib@gnu.org>." > In file included from stdint.h:71, > from human.h:27, > from human.c:24: > inttypes.h:1080: syntax error before `strtoumax' > inttypes.h:1080: warning: data definition has no type or storage class
There has been a fix to stdint.h in gnulib since tar-1.18 was released. I built a new version of tar-1.18 against the newest gnulib, for you. It's at http://www.haible.de/bruno/gnu/tar-1.18.0.1.tar.gz Can you try this tarball instead? Does it still fails the same way? Bruno