I just received this in my personal inbox, in case anyone's interested. The
old gnome-5250 stuff isn't really maintained, but I'm committing these
changes to CVS in case anyone is interested.
----- Forwarded message from XXX -----
Date: Wed, 12 Dec 2001 16:24:48 -0600 (CST)
Subject: small bug in gnome-5250.c and gtk-5250.c
To: jasonf@nacs.net
Hi,
When I tried to compile the gnome 5250 packages, Gcc complained about
there being too few arguments to tn5250_stream_open(). It looks like
the same line both in gnome-5250.c and gtk-5250.c. (Line 120 in
gnome-5250.c and line 147 in gtk-5250.c). The line is:
stream = tn5250_stream_open(tn5250_config_get(config, "host"));
and it should be:
stream = tn5250_stream_open(tn5250_config_get(config, "host"), config);
After that, everything compiled just fine. Maybe the SourceForge
CVS tree is a little behind?
Hope this helps,
----- End forwarded message -----