[distcc] Solaris 8 Compile Problem

Martin Pool mbp at samba.org
Tue Sep 30 01:08:54 GMT 2003


On 29 Sep 2003, Bugtraq <bugtraq at mzserver.com> 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 



More information about the distcc mailing list