Don't meant to be a pest but gnome5250 where can it get it and what exactly is it (I know I looked for this awhile back)
Not a big deal I just wouldn't mind playing with it Thanks Matt -----Original Message----- From: Jay 'Eraserhead' Felice [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 9:30 AM To: [EMAIL PROTECTED] Subject: [LINUX5250] [[EMAIL PROTECTED]: small bug in gnome-5250.c and gtk-5250.c] 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: [EMAIL PROTECTED] 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 ----- _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: [EMAIL PROTECTED] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: [EMAIL PROTECTED] Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250. _______________________________________________ This is the Linux 5250 Development Project (LINUX5250) mailing list To post a message email: [EMAIL PROTECTED] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/linux5250 or email: [EMAIL PROTECTED] Before posting, please take a moment to review the archives at http://archive.midrange.com/linux5250.