Package: bombardier
Version: 0.8.2.2
On my Mac OS X (10.3.9) system, compiling bombardier fails in the hof.c
file (error message below); adding #include <sys/stat.h> solves the
problem. The POSIX standard seems to require such an inclusion, I'm
surprised it works in debian (as I assume it does).
hof.c: In function `hof':
hof.c:65: warning: implicit declaration of function `fchmod'
hof.c:65: error: `S_IRUSR' undeclared (first use in this function)
hof.c:65: error: (Each undeclared identifier is reported only once
hof.c:65: error: for each function it appears in.)
hof.c:65: error: `S_IWUSR' undeclared (first use in this function)
hof.c:65: error: `S_IRGRP' undeclared (first use in this function)
hof.c:65: error: `S_IWGRP' undeclared (first use in this function)
hof.c:65: error: `S_IROTH' undeclared (first use in this function)
uname -a gives: Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST
2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]