<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: having problems getting perl modules curses working on 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253487#M678028</link>
    <description>56 typedef uint32_t chtype;&lt;BR /&gt;131 typedef struct __reserved_str2 SCREEN;&lt;BR /&gt;&lt;BR /&gt;Someone has evil macros for chtype and SCREEN set to int?&lt;BR /&gt;&lt;BR /&gt;77 typedef unsigned long chtype;&lt;BR /&gt;84 typedef unsigned long attr_t;&lt;BR /&gt;&lt;BR /&gt;Someone has macros for chtype and attr_t set to empty?&lt;BR /&gt;&lt;BR /&gt;111 typedef struct screen SCREEN;&lt;BR /&gt;&lt;BR /&gt;And SCREEN set to int.&lt;BR /&gt;&lt;BR /&gt;If you compile with -E and redirect stdout you can check macro expansions one those lines.</description>
    <pubDate>Sun, 17 Aug 2008 07:15:00 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-08-17T07:15:00Z</dc:date>
    <item>
      <title>having problems getting perl modules curses working on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253484#M678025</link>
      <description>I am trying to get perl module curses-1.23 on an hpux 11.11 system.  When I run the make, i get:&lt;BR /&gt;        cc -c    -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 +z -I/usr/local&lt;BR /&gt;/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit    -DVERSION=\&lt;BR /&gt;"1.23\"  -DXS_VERSION=\"1.23\" +Z "-I/opt/perl587/lib/5.8.7/PA-RISC2.0-LP64/CORE&lt;BR /&gt;"   Curses.c&lt;BR /&gt;cc: "/usr/include/curses.h", line 56: error 1000: Unexpected symbol: "int".&lt;BR /&gt;cc: "/usr/include/curses.h", line 131: error 1000: Unexpected symbol: "int".&lt;BR /&gt;cc: "CursesBoot.c", line 459: error 1588: "A_INVIS" undefined.&lt;BR /&gt;cc: "CursesBoot.c", line 459: error 1588: "A_PROTECT" undefined.&lt;BR /&gt;cc: "CursesBoot.c", line 459: error 1588: "A_ALTCHARSET" undefined.&lt;BR /&gt;cc: "CursesBoot.c", line 459: error 1588: "A_COLOR" undefined.&lt;BR /&gt;cc: "CursesBoot.c", line 459: warning 563: Argument #1 is not the correct type.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;I tried changing c-config.h to use curses_colr/curses instead and got these messages:&lt;BR /&gt;&lt;BR /&gt;        cc -c    -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 +z -I/usr/local&lt;BR /&gt;/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2 +Onolimit    -DVERSION=\&lt;BR /&gt;"1.23\"  -DXS_VERSION=\"1.23\" +Z "-I/opt/perl587/lib/5.8.7/PA-RISC2.0-LP64/CORE&lt;BR /&gt;"   Curses.c&lt;BR /&gt;cc: "/usr/include/curses_colr/curses.h", line 77: warning 554: Declarator is mis&lt;BR /&gt;sing.&lt;BR /&gt;cc: "/usr/include/curses_colr/curses.h", line 84: warning 554: Declarator is mis&lt;BR /&gt;sing.&lt;BR /&gt;cc: "/usr/include/curses_colr/curses.h", line 111: error 1000: Unexpected symbol&lt;BR /&gt;: "int".&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Aug 2008 05:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253484#M678025</guid>
      <dc:creator>Jim Galliher</dc:creator>
      <dc:date>2008-08-17T05:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: having problems getting perl modules curses working on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253485#M678026</link>
      <description>/usr/include/curses.h, line 56: error 1000:&lt;BR /&gt;/usr/include/curses.h, line 131: error 1000:&lt;BR /&gt;What's on these lines and the line before each?&lt;BR /&gt;&lt;BR /&gt;What's here?&lt;BR /&gt;/usr/include/curses_colr/curses.h, line 77:&lt;BR /&gt;/usr/include/curses_colr/curses.h, line 84:&lt;BR /&gt;/usr/include/curses_colr/curses.h, line 111:</description>
      <pubDate>Sun, 17 Aug 2008 05:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253485#M678026</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-17T05:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: having problems getting perl modules curses working on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253486#M678027</link>
      <description>&lt;BR /&gt;from curses.h&lt;BR /&gt;&lt;BR /&gt;    54  #ifndef _CHTYPE_DEFINED&lt;BR /&gt;    55  #       define _CHTYPE_DEFINED&lt;BR /&gt;    56  typedef uint32_t chtype;&lt;BR /&gt;    57  #endif /* _CHTYPE_DEFINED */&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   129  #ifndef _SCREEN_DEFINED&lt;BR /&gt;   130  #       define _SCREEN_DEFINED&lt;BR /&gt;   131  typedef struct __reserved_str2  SCREEN;&lt;BR /&gt;   132  #endif /* _SCREEN_DEFINED */&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from curses_colr/curses&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    74  #ifdef  CHTYPE&lt;BR /&gt;    75          typedef CHTYPE chtype;&lt;BR /&gt;    76  #else&lt;BR /&gt;    77          typedef unsigned long chtype;&lt;BR /&gt;    78  #endif /* CHTYPE */&lt;BR /&gt;    79&lt;BR /&gt;    80  /*&lt;BR /&gt;    81   * attr_t is a new type which we added for internationalization&lt;BR /&gt;    82   * compatibility.&lt;BR /&gt;    83   */&lt;BR /&gt;    84  typedef unsigned long attr_t;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   109  /* short-hand notations */&lt;BR /&gt;   110  typedef struct _win_st  WINDOW;&lt;BR /&gt;   111  typedef struct screen   SCREEN;&lt;BR /&gt;   112  typedef struct _Mouse   MOUSE_STATUS;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Aug 2008 05:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253486#M678027</guid>
      <dc:creator>Jim Galliher</dc:creator>
      <dc:date>2008-08-17T05:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: having problems getting perl modules curses working on 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253487#M678028</link>
      <description>56 typedef uint32_t chtype;&lt;BR /&gt;131 typedef struct __reserved_str2 SCREEN;&lt;BR /&gt;&lt;BR /&gt;Someone has evil macros for chtype and SCREEN set to int?&lt;BR /&gt;&lt;BR /&gt;77 typedef unsigned long chtype;&lt;BR /&gt;84 typedef unsigned long attr_t;&lt;BR /&gt;&lt;BR /&gt;Someone has macros for chtype and attr_t set to empty?&lt;BR /&gt;&lt;BR /&gt;111 typedef struct screen SCREEN;&lt;BR /&gt;&lt;BR /&gt;And SCREEN set to int.&lt;BR /&gt;&lt;BR /&gt;If you compile with -E and redirect stdout you can check macro expansions one those lines.</description>
      <pubDate>Sun, 17 Aug 2008 07:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/having-problems-getting-perl-modules-curses-working-on-11-11/m-p/4253487#M678028</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-17T07:15:00Z</dc:date>
    </item>
  </channel>
</rss>

