| Newsgroups |
gmane.network.sn |
| Message-ID |
<[email protected]> |
rm -f *.a *.o snprimedb snntpd snfetch snexpire snsend snmail snget sngetd snscan sndumpdb snnewgroup sndelgroup flock snsplit dot-outgoing.ex HELLO POST dot-outgoing.ex HELLO POST a.out core *.1 *.5 *.8 *.ex cc-flags* sed-cmd* gmon.out
cd lib; make clean
rm -f *.o *.a
echo ' -g -Wall -pedantic -O' >cc-flags.t
echo ' -I./lib' >>cc-flags.t
echo ' -DVERSION="0.3.3"' >>cc-flags.t
echo ' -DSNROOT="/home/gzp"' >>cc-flags.t
echo ' -DBINDIR="/home/patrik/sn/bin"' >>cc-flags.t
[ 'x-lz' = x ] || echo ' -DUSE_ZLIB' >>cc-flags.t
mv cc-flags.t cc-flags
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c art.c
art.c: In function `file_gimme':
art.c:99: warning: suggest explicit braces to avoid ambiguous `else'
art.c: In function `art_gimmenoderef':
art.c:130: warning: suggest explicit braces to avoid ambiguous `else'
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c cache.c
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c group.c
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c times.c
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c dh_find.c
dh_find.c: In function `dh_open':
dh_find.c:178: warning: suggest explicit braces to avoid ambiguous `else'
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c dhash.c
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c allocate.c
allocate.c: In function `allo_deref':
allocate.c:85: warning: suggest explicit braces to avoid ambiguous `else'
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c newsgroup.c
newsgroup.c:63: warning: `ALIGN' redefined
/usr/include/machine/param.h:75: warning: this is the location of the previous definition
newsgroup.c: In function `ng_addgroup':
newsgroup.c:212: warning: suggest explicit braces to avoid ambiguous `else'
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c hostname.c
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c store.c
cc -g -Wall -pedantic -O -I./lib -DVERSION="0.3.3" -DSNROOT="/home/gzp" -DBINDIR="/home/patrik/sn/bin" -DUSE_ZLIB -c parameters.c
parameters.c:13: syntax error before `/'
parameters.c: In function `parameters':
parameters.c:23: syntax error before `/'
parameters.c:23: `home' undeclared (first use in this function)
parameters.c:23: (Each undeclared identifier is reported only once
parameters.c:23: for each function it appears in.)
parameters.c:23: `gzp' undeclared (first use in this function)
parameters.c:23: warning: statement with no effect
*** Error code 1
Stop.