>Change the line in souper.c that is currently:-
>
> getNews();
>
>to:-
>
> if (getNews() == 0) return 1;
>
>As I said I think that's all there is to it, if getnews() returns an
>error then souper itself does too. If this doesn't work still then
>I'll need to go and look at my other changes, there are a few others
>but I seem to remember they were just to prduce more wordy error
>messages.
>
>--
>Chris Green at The Direct Connection cgreen@dircon.co.uk
I'm using OS/2. Watcom and Borland can't handle this code, since
they don't come with a "socket" or "regexp" libraries. I didn't have
much better success with GNU. Of the 10 compilation units, 8
compiled with only warnings (sometimes lots of warnings). However
2 units, reply.c and souper.c, failed compilation completely.
For example, here is the compiler output from souper.c:
In file included from souper.c:9:
d:/emx/include/getopt.h:21: warning: comma at end of enumerator list
souper.c: In function `setDefaults':
souper.c:73: `nntpServer' undeclared (first use this function)
souper.c:73: (Each undeclared identifier is reported only once
souper.c:73: for each function it appears in.)
souper.c: In function `main':
souper.c:271: `mailGateway' undeclared (first use this function)
Is there a real C version of souper?
-----------------
Bill McCarthy
actuary@nando.net
Wendell, NC USA