<?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: Compiling Curses.pm on HP-UX 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666881#M639728</link>
    <description>Hi Phil:&lt;BR /&gt;&lt;BR /&gt;I seldom use gcc though it is a solid compiler but any gcc build that uses curses depends upon the ncurses package rather than standard curses. You need to download and build the ncurses library from any of the HP-UX Porting Centres.&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Feb 2002 16:29:57 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-02-19T16:29:57Z</dc:date>
    <item>
      <title>Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666879#M639726</link>
      <description>I have a requirement for the perlmenu.pm module. This has a dependancy on the Curses.pm module which seems to be living up to it's name. &lt;BR /&gt;&lt;BR /&gt;I get the follow errors and compiling terminates:-&lt;BR /&gt;&lt;BR /&gt;# make&lt;BR /&gt;        gcc -c  -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE -L/lib/pa1.1 -DUINT32_MAX_BROKEN -mpa-risc-1-1 -fPIC -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O    -DVERSION=\"1.06\"  -DXS_VERSION=\"1.06\" -fPIC -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi/CORE  Curses.c&lt;BR /&gt;Curses.c: In function `c_sv2window':&lt;BR /&gt;Curses.c:275: warning: passing arg 1 of `Perl_sv_isa' from incompatible pointer type&lt;BR /&gt;Curses.c:275: warning: passing arg 2 of `Perl_sv_isa' from incompatible pointer type&lt;BR /&gt;Curses.c:275: too few arguments to function `Perl_sv_isa'&lt;BR /&gt;In file included from Curses.c:347:&lt;BR /&gt;CursesBoot.c: In function `boot_Curses':&lt;BR /&gt;CursesBoot.c:459: `A_INVIS' undeclared (first use in this function)&lt;BR /&gt;CursesBoot.c:459: (Each undeclared identifier is reported only once&lt;BR /&gt;CursesBoot.c:459: for each function it appears in.)&lt;BR /&gt;CursesBoot.c:459: `A_PROTECT' undeclared (first use in this function)&lt;BR /&gt;CursesBoot.c:459: `A_ALTCHARSET' undeclared (first use in this function)&lt;BR /&gt;CursesBoot.c:459: `A_COLOR' undeclared (first use in this function)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;Anyone had any success with this before or have any suggestions?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Phil.</description>
      <pubDate>Mon, 18 Feb 2002 20:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666879#M639726</guid>
      <dc:creator>Phil Smith</dc:creator>
      <dc:date>2002-02-18T20:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666880#M639727</link>
      <description>&lt;BR /&gt;I have not work whit perlmenu but:&lt;BR /&gt;&lt;BR /&gt;A_ALTCHARSET and other refers to attibutes of chars, and should be defined in a header file (.h)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do:&lt;BR /&gt;&lt;BR /&gt;cd /usr/include&lt;BR /&gt;&lt;BR /&gt;find . -type f | xargs grep A_ALCHARSET&lt;BR /&gt;&lt;BR /&gt;See also on perl directories.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2002 16:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666880#M639727</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-02-19T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666881#M639728</link>
      <description>Hi Phil:&lt;BR /&gt;&lt;BR /&gt;I seldom use gcc though it is a solid compiler but any gcc build that uses curses depends upon the ncurses package rather than standard curses. You need to download and build the ncurses library from any of the HP-UX Porting Centres.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Feb 2002 16:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666881#M639728</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-19T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666882#M639729</link>
      <description>&lt;P&gt;gcc does not *need* ncurses. IMHO ncurses is a hell to maintain on HP-UX.&lt;BR /&gt;&lt;BR /&gt;The easy solution is probably to just switch to xcurses or curses_color, standard shipped with hpux. I don't have any gcc built perls around (nor do I want to compared to the HPc build perl performance.&lt;BR /&gt;&lt;BR /&gt;I just tried to compile Curses-1.06 from &lt;A target="_blank" href="ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/Curses/Curses-1.06.tar.gz"&gt;ftp://download.xs4all.nl/pub/mirror/CPAN/modules/by-module/Curses/Curses-1.06.tar.gz&lt;/A&gt; with the HPc compiler on perl-5.6.1 (HPc built), and got the same errors.&lt;BR /&gt;&lt;BR /&gt;Change&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;'#include &amp;lt;curses.h&amp;gt;'&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;'#include &amp;lt;curses_colr.h&amp;gt;'&lt;BR /&gt;&lt;BR /&gt;in c-config.h and your problems will disappear :)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2011 08:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/2666882#M639729</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2011-11-09T08:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5384563#M639730</link>
      <description>&lt;P&gt;I do not understand the differenz between these two include statements, howevver I got it to compile with&lt;/P&gt;&lt;P&gt;a change in line 116 from Makefile.PL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 116&amp;nbsp;&amp;nbsp;&amp;nbsp; 'hpux'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; [ '-I/usr/local/include/ncurses'&amp;nbsp;&amp;nbsp; =&amp;gt; '-lcurses -ltermcap'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW this is same question as in thread 4161656 and thread 3902305&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 10:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5384563#M639730</guid>
      <dc:creator>Holger Dietze</dc:creator>
      <dc:date>2011-11-08T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5384863#M639731</link>
      <description>&lt;P&gt;These two #include statements originally had real content that got lost in the conversion to this forum format. I agree that that posts now makes close to no sense at all.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 15:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5384863#M639731</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2011-11-08T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5385505#M639732</link>
      <description>&lt;P&gt;&amp;gt;These two #include statements originally had real content that got lost in the conversion to this forum format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By looking at the raw html, you can guess what the was in the &amp;lt;&amp;gt;.&amp;nbsp; If you are the author, you can edit the post.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2011 05:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5385505#M639732</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-11-09T05:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling Curses.pm on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5385629#M639733</link>
      <description>Updated. Looking at the raw html needs Ctrl-U now under Opera. The styling of this forum is not improving over time :(&lt;BR /&gt;I now have huge black unused areas and wrapped columns</description>
      <pubDate>Wed, 09 Nov 2011 08:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compiling-curses-pm-on-hp-ux-11-00/m-p/5385629#M639733</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2011-11-09T08:38:40Z</dc:date>
    </item>
  </channel>
</rss>

