On Tue, May 07, 2002 at 12:33:40AM -0500, Scott Klement wrote:

> We are proud to announce the latest release from the stable branch
> of the open-source TN5250 Project.

Many thanks for the release.

Alas, it doesn't compile cleanly on my debian potato 2.2r6, because
NCURSES_COLOR_T is not defined. I worked around it with the following
patch to cursesterm.c:

--- cursesterm.c.orig   Tue May  7 13:46:42 2002
+++ cursesterm.c        Tue May  7 13:42:53 2002
@@ -29,6 +29,11 @@
 #define A_VERTICAL ((1UL) << ((22) + 8))
 #endif                         /* A_VERTICAL */

+/* Some older versions of ncurses don't define NCURSES_COLOR_T */
+#ifndef NCURSES_COLOR_T
+#define NCURSES_COLOR_T short
+#endif
+
 /* Mapping of 5250 colors to curses colors */
 struct _curses_color_map {
    char *name;

--
Esda Feinstrumpffabrik GmbH
Frank Richter, Leiter EDV
Hauptstr. 76, D-09392 Auerbach
E-Mail: [EMAIL PROTECTED]
_______________________________________________
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.

Reply via email to