Closed GoogleCodeExporter closed 9 years ago
Since xar.h is a published header, and I don't really ship the autoconf
generated config.h I've adjusted the
inclusion of stdint.h based on the use of __STDC_VERSION__. Since xar uses C99
types and macros rather
extensively, and AFAIK stdint.h is defined in C99 to be where C99 fixed width
types are defined, I'm not sure
how well xar will work on pre- or non-C99 systems.
Commit 228 attempts to address the problem, but I don't have access to Solaris
9 to test.
Original comment by bbraun
on 25 Nov 2009 at 1:29
Original comment by bbraun
on 25 Nov 2009 at 1:29
Thanks for fixing this.
Now I stuck on the missing fts.h
gcc -Wall -g -Iinclude -Iinclude -I/openpkg/include/libxml2 -I/openpkg/include
-c
src/xar.c -o src/xar.o
src/xar.c:39:17: error: fts.h: No such file or directory
Some projects (eg RPM) have own version of this header file.
http://rpm5.org/cvs/rlog?f=rpm/rpmio/fts.h
http://rpm5.org/cvs/rlog?f=rpm/rpmio/fts.c
Original comment by Artur.Fr...@gmail.com
on 26 Nov 2009 at 11:09
Original issue reported on code.google.com by
Artur.Fr...@gmail.com
on 22 Oct 2009 at 5:16