(Illustration by Gaich Muramatsu)
matthewh writes: > try gnu make? With GNU make I proceeded a little further. It started to compile and then it failed in the kerndep directory. I have also tried to install from /usr/ports/net/coda5-server and it fails in the same location (which is why I thought I would try source). I'm not sure how to deal with this error. gmake[2]: Entering directory `/usr/home/matthewh/dist/src/coda-5.3.19/coda-src/kerndep' gcc -fno-exceptions -MD -DHAVE_CONFIG_H -D__BSD47__ -I. -I/usr/home/matthewh/dist/src/coda-5.3.19/include -I/usr/home/matthewh/dist/src/coda-5.3.19 -I/usr/local/include -g -O2 -c pioctl.c In file included from pioctl.h:37, from pioctl.c:33: /usr/home/matthewh/dist/src/coda-5.3.19/include/coda.h:130: redefinition of `int8_t' /usr/include/sys/inttypes.h:11: `int8_t' previously declared here /usr/home/matthewh/dist/src/coda-5.3.19/include/coda.h:131: redefinition of `u_int8_t' /usr/include/sys/types.h:60: `u_int8_t' previously declared here /usr/home/matthewh/dist/src/coda-5.3.19/include/coda.h:132: redefinition of `int16_t' /usr/include/sys/inttypes.h:12: `int16_t' previously declared here /usr/home/matthewh/dist/src/coda-5.3.19/include/coda.h:133: redefinition of `u_int16_t' /usr/include/sys/types.h:61: `u_int16_t' previously declared here /usr/home/matthewh/dist/src/coda-5.3.19/include/coda.h:134: redefinition of `int32_t' /usr/include/sys/inttypes.h:13: `int32_t' previously declared here /usr/home/matthewh/dist/src/coda-5.3.19/include/coda.h:135: redefinition of `u_int32_t' /usr/include/sys/types.h:62: `u_int32_t' previously declared here gmake[2]: *** [pioctl.o] Error 1 gmake[2]: Leaving directory `/usr/home/matthewh/dist/src/coda-5.3.19/coda-src/kerndep' gmake[1]: *** [kerndep] Error 2 gmake[1]: Leaving directory `/usr/home/matthewh/dist/src/coda-5.3.19/coda-src'Received on 2002-11-27 09:43:43