<?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: aCC error codes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258456#M659150</link>
    <description>Thanks Dennis,&lt;BR /&gt;   The cadvise will probably help when I get to that soon. Still trying to port my "c" application. Just for grins, can you lead me further on this example from my build.&lt;BR /&gt;&lt;BR /&gt;"../include/navfns.h", line 57: error #2018: expected a ")"&lt;BR /&gt;  extern double   magnetic(double true, double variation);&lt;BR /&gt;                                  ^&lt;BR /&gt;The ecc.msgs only tells me the same as the error above. I suspect that's where they got the message in the make.</description>
    <pubDate>Mon, 11 Oct 2010 15:05:12 GMT</pubDate>
    <dc:creator>Dee Jacobs</dc:creator>
    <dc:date>2010-10-11T15:05:12Z</dc:date>
    <item>
      <title>aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258453#M659147</link>
      <description>Is there a link to the manual of error codes for aCC? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2010 14:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258453#M659147</guid>
      <dc:creator>Dee Jacobs</dc:creator>
      <dc:date>2010-10-11T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258454#M659148</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In there somewhere.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02019762/c02019762.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02019762/c02019762.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Oct 2010 14:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258454#M659148</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-10-11T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258455#M659149</link>
      <description>&amp;gt;Is there a link to the manual of error codes for aCC?&lt;BR /&gt;&lt;BR /&gt;Error messages?  What version of aC++ are you using?&lt;BR /&gt;For aCC6 there is "+Wv####" for select messages.&lt;BR /&gt;You can also look at /opt/aCC/lib/nls/msg/C/ecc.cat &amp;amp; ecc.msgs&lt;BR /&gt;And from HP Code Advisor:&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/portal/download/files/unprot/codeadvisor/Diagnosticdocumentation.pdf" target="_blank"&gt;http://h21007.www2.hp.com/portal/download/files/unprot/codeadvisor/Diagnosticdocumentation.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: In there somewhere.&lt;BR /&gt;&lt;BR /&gt;That's ACC, not aC++.  We tried to make them give up on the TLA but they were first.  :-(</description>
      <pubDate>Mon, 11 Oct 2010 14:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258455#M659149</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-11T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258456#M659150</link>
      <description>Thanks Dennis,&lt;BR /&gt;   The cadvise will probably help when I get to that soon. Still trying to port my "c" application. Just for grins, can you lead me further on this example from my build.&lt;BR /&gt;&lt;BR /&gt;"../include/navfns.h", line 57: error #2018: expected a ")"&lt;BR /&gt;  extern double   magnetic(double true, double variation);&lt;BR /&gt;                                  ^&lt;BR /&gt;The ecc.msgs only tells me the same as the error above. I suspect that's where they got the message in the make.</description>
      <pubDate>Mon, 11 Oct 2010 15:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258456#M659150</guid>
      <dc:creator>Dee Jacobs</dc:creator>
      <dc:date>2010-10-11T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258457#M659151</link>
      <description>&amp;gt;The cadvise will probably help when I get to that soon.&lt;BR /&gt;&lt;BR /&gt;They have the same messages and have cause text.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;navfns.h, line 57: error #2018: expected a ")"&lt;BR /&gt;extern double magnetic(double true, double variation);&lt;BR /&gt;&lt;BR /&gt;You need to provide some lines before and after line 57 in navfns.h.  It could be some evil macro that causing the problem.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The ecc.msgs only tells me the same as the error above.&lt;BR /&gt;&lt;BR /&gt;Unfortunately.  Only aCC3 had some cause and action text.</description>
      <pubDate>Mon, 11 Oct 2010 18:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258457#M659151</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-11T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258458#M659152</link>
      <description>The error occurs in a list of externs in the .h file. They all seem to work except this one. This uses the word "true" which is indicated in the error message with the "^" character. &lt;BR /&gt;&lt;BR /&gt;This compiles OK with cc_bundled.&lt;BR /&gt;&lt;BR /&gt;Did I tread upon a reserved word list here? Something different in aCC?&lt;BR /&gt;&lt;BR /&gt;Some surrounding code here (line four is the problem line):&lt;BR /&gt;&lt;BR /&gt;extern double   heading(xcoord * from, xcoord * to);&lt;BR /&gt;extern double   kias_to_ktas(double kias, double altitude, double celsius);&lt;BR /&gt;extern double   mach_to_ktas(double mach, double celsius);&lt;BR /&gt;extern double   magnetic(double true, double variation);&lt;BR /&gt;extern double   magnitude(xcoord * a);&lt;BR /&gt;extern double   quickdist(double lat1, double lon1, double lat2, double lon2);&lt;BR /&gt;extern void     radial_distance(xcoord * from, double heading, double dist, xcoo&lt;BR /&gt;rd * result);&lt;BR /&gt;&lt;BR /&gt;Thanks for your assistance.</description>
      <pubDate>Tue, 12 Oct 2010 05:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258458#M659152</guid>
      <dc:creator>Dee Jacobs</dc:creator>
      <dc:date>2010-10-12T05:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258459#M659153</link>
      <description>&amp;gt;This uses the word "true" which is indicated in the error message with the "^" character.&lt;BR /&gt;&lt;BR /&gt;Ah, we can't see that in the forums.  You need to use words to describe that.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;This compiles OK with cc_bundled.  Did I tread upon a reserved word list here? &lt;BR /&gt;&lt;BR /&gt;Yes, true is a C++ keyword but not in C.&lt;BR /&gt;Why don't you use cc vs aCC to compile?  Otherwise you'll have to port your C application to C++.</description>
      <pubDate>Tue, 12 Oct 2010 13:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258459#M659153</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-12T13:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258460#M659154</link>
      <description>Dennis,&lt;BR /&gt;   Thanks again for your reply.&lt;BR /&gt;&lt;BR /&gt;   We got aCC because cc does not permit the -g switch: therefore no debug. We will need the debug to complete this port, so we joined AllianceOne to get aCC.&lt;BR /&gt;&lt;BR /&gt;   I am in process of removing the compile bugs. aCC seems to be much pickier that cc. I'll just proceed through the list.&lt;BR /&gt;&lt;BR /&gt;   I was able to avoid the problem we were discussing. There was an unnecessary .h file inclusion there.&lt;BR /&gt;&lt;BR /&gt;   Good day,and thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2010 13:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258460#M659154</guid>
      <dc:creator>Dee Jacobs</dc:creator>
      <dc:date>2010-10-12T13:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258461#M659155</link>
      <description>See previous message.</description>
      <pubDate>Tue, 12 Oct 2010 13:34:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258461#M659155</guid>
      <dc:creator>Dee Jacobs</dc:creator>
      <dc:date>2010-10-12T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: aCC error codes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258462#M659156</link>
      <description>&amp;gt;We got aCC because cc does not permit the -g switch: therefore no debug. We will need the debug to complete this port, so we joined AllianceOne to get aCC.&lt;BR /&gt;&lt;BR /&gt;If you get aC++, you should get both a C and C++ compiler.  It should be in /opt/aCC/bin/cc.  What version do you have installed? The latest patch is A.06.25.01.&lt;BR /&gt;&lt;BR /&gt;If you have the latter, then you should invoke that or make sure the link in /usr/bin/cc points to it.&lt;BR /&gt;&lt;BR /&gt;You can always use "aCC -AC99" to switch to C99 mode.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;aCC seems to be much pickier that cc.&lt;BR /&gt;&lt;BR /&gt;Of course.</description>
      <pubDate>Tue, 12 Oct 2010 13:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-codes/m-p/5258462#M659156</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-12T13:40:30Z</dc:date>
    </item>
  </channel>
</rss>

