<?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: Getuai on Itanium in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050955#M42110</link>
    <description>&amp;gt; It works with the linking/compiling errors.&lt;BR /&gt;&lt;BR /&gt;It works without them, too.</description>
    <pubDate>Thu, 09 Aug 2007 11:02:00 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-08-09T11:02:00Z</dc:date>
    <item>
      <title>Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050949#M42104</link>
      <description>I pulled the getuai from the freeware CD and am getting errors doing a compile.&lt;BR /&gt;&lt;BR /&gt;HP C V7.2-001 on OpenVMS IA64 V8.3&lt;BR /&gt;&lt;BR /&gt;Anyone compiled this on 8.3 yet?</description>
      <pubDate>Mon, 04 Jun 2007 16:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050949#M42104</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2007-06-04T16:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050950#M42105</link>
      <description>hi Peter,&lt;BR /&gt;       from our port, I remember C was much&lt;BR /&gt;fussier. stuff with syntax, type casting,&lt;BR /&gt;alignment etc. Not knowing C, I asked our&lt;BR /&gt;gurus and monkey see monkey do fixed our&lt;BR /&gt;errors.. I'm sure theres C experts in here!</description>
      <pubDate>Mon, 04 Jun 2007 16:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050950#M42105</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-06-04T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050951#M42106</link>
      <description>&lt;!--!*#--&gt;Looks like sloppy code to me.  I see similar&lt;BR /&gt;complaints on Alpha with:&lt;BR /&gt;&lt;BR /&gt;   HP C V7.1-015 on OpenVMS Alpha V7.3-2&lt;BR /&gt;&lt;BR /&gt;DESCRIP.MMS uses CC/STANDARD=VAXC, which may&lt;BR /&gt;help.&lt;BR /&gt;&lt;BR /&gt;I never trust anything which uses&lt;BR /&gt;/STANDARD = VAXC.</description>
      <pubDate>Mon, 04 Jun 2007 16:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050951#M42106</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-04T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050952#M42107</link>
      <description>Not all the stuff on OpenVMS Freeware V8.0 is new or updated; some truly old or obscure code was rolled up during a dragnet of existing OpenVMS source code repositories.&lt;BR /&gt;&lt;BR /&gt;This GETUAI code appears to be from 1990; those look like fairly standard errors from old-style VAX C syntax, and from old-style C coding constructs.&lt;BR /&gt;&lt;BR /&gt;You could choose any of various courses of action here: suppress the errors with /STANDARD=VAXC, or update the code, or catch up with somebody that has already ported and updated it, or (as you're trying here :-)  convince somebody to port it (and mayhap update it) for you.  &lt;BR /&gt;&lt;BR /&gt;There will likely be a few (probably minor) changes desired, as there have been a few (minor) changes in this area of OpenVMS since 1990 or so.  This beyond the changes involving C itself.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs.com&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2007 17:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050952#M42107</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-06-04T17:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050953#M42108</link>
      <description>It's still pretty ragged, but you could try:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/ftp/misc/getuai_mod.zip" target="_blank"&gt;http://antinode.org/ftp/misc/getuai_mod.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;ALP $ mms&lt;BR /&gt;&lt;BR /&gt;  MACROS = "/MACRO=(__DECC__=1,__ALPHA__=1)"&lt;BR /&gt;MMS'macros' default&lt;BR /&gt;CC /NOLIST/OBJECT=GETUAI.OBJ GETUAI.C&lt;BR /&gt;SET COMMAND /OBJECT=GETUAI_TABLES.OBJ  GETUAI_TABLES.CLD&lt;BR /&gt;LINK/TRACE/NOMAP/EXEC=GETUAI.EXE/NOTRACEBACK GETUAI.OBJ,GETUAI_TABLES.OBJ&lt;BR /&gt;!GETUAI built&lt;BR /&gt;&lt;BR /&gt;ALP $ exec getuai sms /uic = fred&lt;BR /&gt;ALP $ show symb fred&lt;BR /&gt;  FRED = "[50,1]"&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2007 17:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050953#M42108</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-04T17:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050954#M42109</link>
      <description>It works with the linking/compiling errors.</description>
      <pubDate>Thu, 09 Aug 2007 10:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050954#M42109</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2007-08-09T10:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050955#M42110</link>
      <description>&amp;gt; It works with the linking/compiling errors.&lt;BR /&gt;&lt;BR /&gt;It works without them, too.</description>
      <pubDate>Thu, 09 Aug 2007 11:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050955#M42110</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-08-09T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getuai on Itanium</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050956#M42111</link>
      <description>GETUAI with various qualifier updates for "recent" SYSUAF changes, and with one known bug.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1205" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1205&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 11:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getuai-on-itanium/m-p/5050956#M42111</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-04-17T11:17:52Z</dc:date>
    </item>
  </channel>
</rss>

