[distcc] Probs with distcc

Martin Pool mbp at samba.org
Mon Dec 1 23:55:35 GMT 2003


On  1 Dec 2003, Dirk Schleicher <dirk.schleicher at gmx.de> wrote:

> -Wnested-externs -o src/clinet.o -c src/clinet.c In file included from
> /usr/include/signal.h:358,                 from src/clinet.c:37:
> /usr/include/bits/sigthread.h:36: error: storage class specified for
> parameter `type name' distcc[14501] ERROR: compile on 192.168.1.10
> failed make: *** [src/clinet.o] Error 1
> dirk at pinguinstall:~/Desktop/distcc-2.11.2$

Hi Dirk,

Thanks for your report.

It looks like the problem is mismatched gcc versions between the two
machines.  This means that the internal header file
/usr/include/bits/sigthread.h is using a construct not supported by
the remote gcc.

Please make sure you're using the same version on both machines.  You
didn't say what the client is, but if it's also Debian-based you
should be able to just install the same gcc .deb on both, and use a
versioned name like gcc-3.3.

Good luck!  Let us know if this doesn't fix ti.

Regards,
-- 
Martin 
                               linux.conf.au -- Adelaide, January 2004



More information about the distcc mailing list