Re: Souper16bx

Hardy Griech (rgriech@ibm.net)
Tue, 08 Oct 1996 08:44:26 +0200

On Tue, 08 Oct 1996 01:15:13 -0400,
goodyer@voicenet.com (Ian D. Goodyer) wrote:
:
> I have a similar problem with compilation though. I tried to compile
> soup16b2 under UNIX on my service providers machine. It too failed
> complaining about no <utils.h>.
:

It seems to me, that only the following errors/warnings are generated:

gcc -c -D__OS2__ -Wall *.c // gcc version 2.7.2.1 (emx)

getopt.c:3: warning: `sccsid' defined but not used
kill.c: In function `readKillFile':
kill.c:104: `killFile' undeclared (first use this function)
kill.c:104: (Each undeclared identifier is reported only once
kill.c:104: for each function it appears in.)
news.c: In function `getReadList':
news.c:53: warning: unused variable `range'
news.c: In function `requestArticle':
news.c:462: warning: implicit declaration of function `nntpRequest'
news.c: In function `getGroup':
news.c:631: warning: int format, ArticleNumber arg (arg 3)
news.c: In function `sumGroup':
news.c:983: warning: int format, ArticleNumber arg (arg 3)
nntpcl.c:10: utils.h: No such file or directory
nntpcl.c: In function `nntpRequest':
nntpcl.c:134: warning: passing arg 2 of `SockPuts' discards `const' from pointer target type
nntpcl.c:171: warning: passing arg 2 of `SockPuts' discards `const' from pointer target type
nntpcl.c: In function `nntpGroup':
nntpcl.c:193: warning: int format, ArticleNumber arg (arg 4)
nntpcl.c:193: warning: int format, ArticleNumber arg (arg 5)
nntpcl.c: In function `nntpPost':
nntpcl.c:280: warning: unused variable `len'
pop3.c:41: utils.h: No such file or directory
pop3.c: In function `POP3_OK':
pop3.c:96: warning: implicit declaration of function `isalpha'
pop3.c: In function `POP3_readmsg':
pop3.c:308: warning: implicit declaration of function `strncmp'
pop3.c:288: warning: unused variable `msgnum'
pop3.c: At top level:
pop3.c:54: warning: `sccs_id' defined but not used
reply.c: In function `sendMailu':
reply.c:131: warning: unused variable `addr'
reply.c:131: warning: unused variable `to'
reply.c: In function `sendMailb':
reply.c:198: warning: unused variable `addr'
reply.c:198: warning: unused variable `to'
reply.c:194: warning: unused variable `buf'
reply.c: In function `sendNewsb':
reply.c:221: warning: unused variable `buf'
score.c: In function `newRegExp':
score.c:33: warning: passing arg 1 of `re_compile_pattern' discards `const' from pointer target type
score.c: In function `matchScoreRule':
score.c:317: warning: passing arg 2 of `re_search' discards `const' from pointer target type
smtp.c:11: utils.h: No such file or directory
socket.c:23: utils.h: No such file or directory
socket.c: In function `SockGets':
socket.c:106: warning: unused variable `posinc'
socket.c: At top level:
socket.c:37: warning: `sccs_id' defined but not used
souper.c: In function `readTcpIni':
souper.c:189: warning: unused variable `domain'
souper.c:189: warning: unused variable `host'

It should be really not that difficult, to get Souper compiled -
forget the messages about kill.c, because kill.o isn't linked anyway.
If it will run after successful compilation is another issue...

-- 
Hardy Griech, Kurt-Schumacher-Str. 25/1, D-72762 Reutlingen