<?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: Declaration Error -- nl_catd -- in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/declaration-error-nl-catd/m-p/2788680#M834079</link>
    <description>Hi, Steve.&lt;BR /&gt;&lt;BR /&gt;I checked URL you telled to me.&lt;BR /&gt;In URL, it was advice to install ANSI-C.&lt;BR /&gt;But I have installed ANSI-C(HP-C) yet.&lt;BR /&gt;&lt;BR /&gt;I can't show all source, but at the following source same error occured.&lt;BR /&gt;&lt;BR /&gt;/*  include header files    */&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STDARG.H&gt;&lt;BR /&gt;#include &lt;VARARGS.H&gt;&lt;BR /&gt;#include &lt;NL_TYPES.H&gt;&lt;BR /&gt;&lt;BR /&gt;/*  initialize variable     */&lt;BR /&gt;static nl_catd catfile = NULL;&lt;BR /&gt;&lt;BR /&gt;Compile with the following option.&lt;BR /&gt;&lt;BR /&gt;cc -Aa -c test.c&lt;BR /&gt;cc:  487: warning : Possibly incorrect message catalog.&lt;BR /&gt;cc: "test.c",  8:  1000: , line : error catfile: Unexpected symbol: "".&lt;BR /&gt;cc:  2017: error : Cannot recover from earlier errors, terminating.&lt;BR /&gt;&lt;BR /&gt;I can't understand what happened.&lt;BR /&gt;&lt;BR /&gt;Takeshi Nishikawa.&lt;/NL_TYPES.H&gt;&lt;/VARARGS.H&gt;&lt;/STDARG.H&gt;&lt;/STDIO.H&gt;</description>
    <pubDate>Tue, 20 Aug 2002 00:04:26 GMT</pubDate>
    <dc:creator>Nishikawa Takeshi</dc:creator>
    <dc:date>2002-08-20T00:04:26Z</dc:date>
    <item>
      <title>Declaration Error -- nl_catd --</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/declaration-error-nl-catd/m-p/2788678#M834077</link>
      <description>Hi, Everyone.&lt;BR /&gt;&lt;BR /&gt;I'm trying to use message catalog.&lt;BR /&gt;While compiling my program, Error occured always the following part in my program.&lt;BR /&gt;&lt;BR /&gt;  static nl_catd catfile = NULL;&lt;BR /&gt;&lt;BR /&gt;Error message is the following.&lt;BR /&gt;&lt;BR /&gt;  cc: "test.c",  61:  1000: , line : error catfile: Unexpected symbol: "".&lt;BR /&gt;&lt;BR /&gt;Now, I use HP-UX 11.11.&lt;BR /&gt;I define nl_types.h to use catalog message.&lt;BR /&gt;&lt;BR /&gt;Tell me to resolve this error, please.&lt;BR /&gt; &lt;BR /&gt;Thanks for your helping.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Aug 2002 08:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/declaration-error-nl-catd/m-p/2788678#M834077</guid>
      <dc:creator>Nishikawa Takeshi</dc:creator>
      <dc:date>2002-08-19T08:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Declaration Error -- nl_catd --</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/declaration-error-nl-catd/m-p/2788679#M834078</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x547b37f45ef7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x547b37f45ef7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise please post&lt;BR /&gt;&lt;BR /&gt;1)COmpiler Details&lt;BR /&gt;&lt;BR /&gt;2)More of the source&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Mon, 19 Aug 2002 13:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/declaration-error-nl-catd/m-p/2788679#M834078</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-08-19T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Declaration Error -- nl_catd --</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/declaration-error-nl-catd/m-p/2788680#M834079</link>
      <description>Hi, Steve.&lt;BR /&gt;&lt;BR /&gt;I checked URL you telled to me.&lt;BR /&gt;In URL, it was advice to install ANSI-C.&lt;BR /&gt;But I have installed ANSI-C(HP-C) yet.&lt;BR /&gt;&lt;BR /&gt;I can't show all source, but at the following source same error occured.&lt;BR /&gt;&lt;BR /&gt;/*  include header files    */&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STDARG.H&gt;&lt;BR /&gt;#include &lt;VARARGS.H&gt;&lt;BR /&gt;#include &lt;NL_TYPES.H&gt;&lt;BR /&gt;&lt;BR /&gt;/*  initialize variable     */&lt;BR /&gt;static nl_catd catfile = NULL;&lt;BR /&gt;&lt;BR /&gt;Compile with the following option.&lt;BR /&gt;&lt;BR /&gt;cc -Aa -c test.c&lt;BR /&gt;cc:  487: warning : Possibly incorrect message catalog.&lt;BR /&gt;cc: "test.c",  8:  1000: , line : error catfile: Unexpected symbol: "".&lt;BR /&gt;cc:  2017: error : Cannot recover from earlier errors, terminating.&lt;BR /&gt;&lt;BR /&gt;I can't understand what happened.&lt;BR /&gt;&lt;BR /&gt;Takeshi Nishikawa.&lt;/NL_TYPES.H&gt;&lt;/VARARGS.H&gt;&lt;/STDARG.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Tue, 20 Aug 2002 00:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/declaration-error-nl-catd/m-p/2788680#M834079</guid>
      <dc:creator>Nishikawa Takeshi</dc:creator>
      <dc:date>2002-08-20T00:04:26Z</dc:date>
    </item>
  </channel>
</rss>

