minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

Compile fails on Ubuntu Dapper #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using distcc r449 from svn on 32-bit Ubuntu Dapper with gcc 4.0.3-1ubuntu5.

When I ran make, I get:

gcc -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\""
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" 
-Werror -g -O2 -MD -W -Wall -Wimplicit -Wuninitialized -Wshadow
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wmissing-declarations -D_REENTRANT    -o src/zeroconf.o -c src/zeroconf.c
src/zeroconf.c:2:1: error: "/*" within comment
make: *** [src/zeroconf.o] Error 1

src/zeroconf-reg.c has the same issue.

Curious, what version of gcc are you guys using?

Original issue reported on code.google.com by zhang...@gmail.com on 3 Jun 2008 at 8:41

GoogleCodeExporter commented 9 years ago
I think the issue is that we don't have avahi installed, so we don't compile 
zeroconf
at all.

This one was my fault when updating the emacs modeline.  I'll check in a fix 
right
now.  Sorry for the trouble!

craig

Original comment by csilv...@gmail.com on 3 Jun 2008 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by csilv...@gmail.com on 3 Jun 2008 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by fergus.h...@gmail.com on 30 Jul 2008 at 8:14