On 29 Sep 2003, Bugtraq <[EMAIL PROTECTED]> wrote: > When compiling distcc for Solaris 8, I get the following error: > > gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -I./src > -DSYSCONFDIR="\"/usr/local/distcc/etc\"" > -DDATADIR="\"/usr/local/distcc/share\"" -I./lzo -g -O2 -W -Wall > -Wimplicit -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings > -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes > -Wnested-externs -o src/clirpc.o -c src/clirpc.c > In file included from src/clirpc.c:45: > src/state.h:23: stdint.h: No such file or directory > *** Error code 1 > make: Fatal error: Command failed for target `src/clirpc.o' > > Apparently, there is no such file on my system as stdint.h > > Where do I get this from?
Any C99 compliant compiler. But in the absence of that, you can either - wait for 2.11.1 - build from CVS - delete all inclusions of stdint.h -- Martin __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
