Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 03:58:06 |
| Calls: | 12 |
| Files: | 12,929 |
| Messages: | 98,349 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
I don't know if anyone remembers Tom Torfs Soupgate. It was a command
line program to import SOUP files, usually from it's sister app
SPOON.
I have the source, but cannot get SPOON to compile. It is way over my
head. I know that the days of importing NNTP are probally well gone.
But it is a good app
I don't know if anyone remembers Tom Torfs Soupgate. It was a command
line program to import SOUP files, usually from it's sister app
SPOON.
I have the source, but cannot get SPOON to compile. It is way over my
head. I know that the days of importing NNTP are probally well gone.
But it is a good app
I don't know if anyone remembers Tom Torfs Soupgate. It was a
command line program to import SOUP files, usually from it's sister
app SPOON.
I have the source, but cannot get SPOON to compile. It is way over
my head. I know that the days of importing NNTP are probally well
gone. But it is a good app
I have been running Soupgate for many many years in OS/2. :)
Tried once to compile it in linux, but no luck.
I don't know if anyone remembers Tom Torfs Soupgate. It was a
command line program to import SOUP files, usually from it's sister
app SPOON.
I have the source, but cannot get SPOON to compile. It is way over
my head. I know that the days of importing NNTP are probally well
gone. But it is a good app
I have been running Soupgate for many many years in OS/2. :)
Tried once to compile it in linux, but no luck.
Hello Sean!
Tuesday June 30 2020 01:26, you wrote to All:
I don't know if anyone remembers Tom Torfs Soupgate. It was a
command line program to import SOUP files, usually from it's
sister app SPOON.
I have the source, but cannot get SPOON to compile. It is way over
my head. I know that the days of importing NNTP are probally well
gone. But it is a good app
To build it run the spoon.sh script but if you are win then look at content and modify i to run on your system.
As to why it might be failing ==== if you do compile it ::
Look at file spoon.err for why but here it shows multi lines similar
to :
n file included from spoon.h:115,
from spoon.cpp:40:
socket.hpp:73:10: fatal error: iostream.h: No such file or directory
#include "iostream.h"
^~~~~~~~~~~~
compilation terminated.
In file included from spoon.h:115,
from config.cpp:38:
socket.hpp:73:10: fatal error: iostream.h: No such file or directory
#include "iostream.h"
Needless to say I do not have iostream.h but it does ring a bell just
cant remember from where .
Just did a search - here is is on a old partition and relates to fpc
(free pascal compiler) so not helpfull.
Does not help that what docs are with it do not indicate if any extra packages / libraries are needed.