<?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: codelib for aC++? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279052#M688501</link>
    <description>Where should aCC be? I've looked and can't find it!</description>
    <pubDate>Wed, 01 Oct 2008 15:10:14 GMT</pubDate>
    <dc:creator>Kevin (Gonzo) Bushman</dc:creator>
    <dc:date>2008-10-01T15:10:14Z</dc:date>
    <item>
      <title>codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279043#M688492</link>
      <description>I've got a programmer that has just started using aC++ on our development system (he's also the first to use it). He's trying to compile "OpenTop", an application we've already purchased from a company in the UK that does XML validation. During the compiles it is trying to reference a library called "codelib". Now, to be honest, I'm not a C/C++ programmer. Never have been. So I'm not fluent on what's needed here. &lt;BR /&gt;&lt;BR /&gt;I have a very recent version of aC++ on the system (A.03.76, I think on an 11.11 system.) I've done a search on the system and this package (codelib) is not on the system. I've also tried doing a web search with very no helpful results. &lt;BR /&gt;&lt;BR /&gt;I will also say that the doc's that come with OpenTop state that it must be compiled under GNU C++, which we don't have and can't install. That's why he's trying to compile it under our HP aC++. So codelib MAY be part of GNU's compiler. I just don't know.&lt;BR /&gt;&lt;BR /&gt;Does anyone know anything about this library or what it would may take to find and possibly install it?&lt;BR /&gt;&lt;BR /&gt;TIA - Points will be given where warranted.&lt;BR /&gt;&lt;BR /&gt;-Gonzo</description>
      <pubDate>Wed, 01 Oct 2008 12:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279043#M688492</guid>
      <dc:creator>Kevin (Gonzo) Bushman</dc:creator>
      <dc:date>2008-10-01T12:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279044#M688493</link>
      <description>&amp;gt; [...] I'm not fluent on what's needed here.&lt;BR /&gt;&lt;BR /&gt;One more reason that an actual error message&lt;BR /&gt;might be more helpful than a vague&lt;BR /&gt;description.</description>
      <pubDate>Wed, 01 Oct 2008 12:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279044#M688493</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-01T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279045#M688494</link>
      <description>Thanks, Steven. I should have known I would need error messages...&lt;BR /&gt;&lt;BR /&gt;When I asked the programmer for it, here's what he sent me. Hope it helps.&lt;BR /&gt;&lt;BR /&gt;-------------------------&lt;BR /&gt;&lt;BR /&gt;This is the output of the compile.  The include files 'string', 'functional', 'list', 'vector', &amp;amp; 'map', that can't be located are 'C' classes that, per the documentation, are located in the 'codelibs' library.&lt;BR /&gt;&lt;BR /&gt;----Starting compile and link----&lt;BR /&gt;(Bundled) cc: NLSPATH is /usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/C/%N.cat:&lt;BR /&gt;(Bundled) cc: CCOPTS is not set.&lt;BR /&gt;(Bundled) cc: INCLUDIR is INCLUDIR=/usr/include /usr/ccs/lbin/cpp /eset/tessu/opentop//samples/inetcopy/main.cpp main.i -$ -D__hp9000s800 -D__hppa -D__hpux -D__unix -P -I/usr/include/open&lt;BR /&gt;(Bundled) cc: Entering Preprocessor.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/base/compdefs.h", line 22: error 4036: Can't open include file 'string'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/base/defs.h", line 26: error 4036: Can't open include file 'string'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/base/String.h", line 24: error 4036: Can't open include file 'string'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/base/StringUtils.h", line 33: error 4036: Can't open include file 'functional'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/base/System.h", line 29: error 4036: Can't open include file 'list'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/io/FileSystem.h", line 27: error 4036: Can't open include file 'list'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/io/File.h", line 29: error 4036: Can't open include file 'list'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/net/URLConnection.h", line 28: error 4036: Can't open include file 'vector'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/ssl/SSLInitParameters.h", line 26: error 4036: Can't open include file 'list'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/ssl/SSLContext.h", line 31: error 4036: Can't open include file 'list'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/auxil/CommandLineParser.h", line 26: error 4036: Can't open include file 'list'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/auxil/MessageSet.h", line 25: error 4036: Can't open include file 'map'.&lt;BR /&gt;cpp: "/usr/include/opentop/ot/auxil/MessageFactoryImpl.h", line 27: error 4036: Can't open include file 'list'. &lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279045#M688494</guid>
      <dc:creator>Kevin (Gonzo) Bushman</dc:creator>
      <dc:date>2008-10-01T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279046#M688495</link>
      <description>I should have also stated that the include files it's referencing, /usr/include/opentop/ot/base/compdefs.h for example, are there. I put them in the directory structure given to us by OpenTop.&lt;BR /&gt;&lt;BR /&gt;-Gonzo&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2008 12:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279046#M688495</guid>
      <dc:creator>Kevin (Gonzo) Bushman</dc:creator>
      <dc:date>2008-10-01T12:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279047#M688496</link>
      <description>&amp;gt; (Bundled) cc: [...]&lt;BR /&gt;&lt;BR /&gt;The bundled C compiler is barely a C&lt;BR /&gt;compiler.  It's certainly not a C++ compiler.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] it must be compiled under GNU C++,&lt;BR /&gt;&amp;gt; which we don't have and can't install.&lt;BR /&gt;&lt;BR /&gt;Well, I'd guess that you'll need _some_ C++&lt;BR /&gt;compiler.  HP sells one.&lt;BR /&gt;&lt;BR /&gt;I'd also guess that if you look at one of the&lt;BR /&gt;complaint-generating header files, like:&lt;BR /&gt;"/usr/include/opentop/ot/base/compdefs.h", line 22:&lt;BR /&gt;you'll see a non-C-like "#include" directive.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I've got a programmer [...]&lt;BR /&gt;&lt;BR /&gt;Are you sure?</description>
      <pubDate>Wed, 01 Oct 2008 12:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279047#M688496</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-01T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279048#M688497</link>
      <description>&amp;gt; (Bundled) cc: [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have a very recent version of aC++ on&lt;BR /&gt;&amp;gt; the system [...]&lt;BR /&gt;&lt;BR /&gt;Perhaps so, but you don't seem to be using&lt;BR /&gt;it.  I know nothing, but "cc" is probably not&lt;BR /&gt;the name to use.</description>
      <pubDate>Wed, 01 Oct 2008 13:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279048#M688497</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-01T13:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279049#M688498</link>
      <description>The cfront compiler used to have a "codelibs" component.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The include files string, functional, list, vector, &amp;amp; map, that can't be located are 'C' classes that, per the documentation, are located in the 'codelibs' library.&lt;BR /&gt;&lt;BR /&gt;These are part of the Standard C++ library.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;(Bundled) cc:&lt;BR /&gt;&lt;BR /&gt;Why are you using the bundled C compiler for a C++ application?</description>
      <pubDate>Wed, 01 Oct 2008 13:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279049#M688498</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-01T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279050#M688499</link>
      <description>So what you guys are saying is that he is trying to use the bundled C compiler (not the C++, or aC++) using C++ components that certainly won't work with the C compiler and that the root cause of his issues is that he is not calling C++ compiler correctly? Am I getting this right? &lt;BR /&gt;&lt;BR /&gt;So if I've got this right, how SHOULD he be calling the aC++ compiler? (Remember, I'm certainly not a C/C++ programmer by ANY definition!)&lt;BR /&gt;&lt;BR /&gt;-Gonzo</description>
      <pubDate>Wed, 01 Oct 2008 14:33:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279050#M688499</guid>
      <dc:creator>Kevin (Gonzo) Bushman</dc:creator>
      <dc:date>2008-10-01T14:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279051#M688500</link>
      <description>&amp;gt;how SHOULD he be calling the aC++ compiler?&lt;BR /&gt;&lt;BR /&gt;The aC++ driver is: aCC&lt;BR /&gt;He probably needs to set this makefile macro: CXX=aCC</description>
      <pubDate>Wed, 01 Oct 2008 14:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279051#M688500</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-01T14:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279052#M688501</link>
      <description>Where should aCC be? I've looked and can't find it!</description>
      <pubDate>Wed, 01 Oct 2008 15:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279052#M688501</guid>
      <dc:creator>Kevin (Gonzo) Bushman</dc:creator>
      <dc:date>2008-10-01T15:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279053#M688502</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;not 11i but at my 11iv2:&lt;BR /&gt;uname -a&lt;BR /&gt;HP-UX hp1 B.11.23 U ia64 2944899503 unlimited-user license&lt;BR /&gt;root@hp1[630] type aCC&lt;BR /&gt;aCC is /opt/aCC/bin/aCC&lt;BR /&gt;root@hp1[631] &lt;BR /&gt;root@hp1[631] aCC -V&lt;BR /&gt;aCC: HP C/aC++ B3910B A.06.14 [Feb 22 2007]&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 01 Oct 2008 16:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279053#M688502</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2008-10-01T16:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279054#M688503</link>
      <description>Thanks, to all. Points have been awarded (or will be shortly).&lt;BR /&gt;&lt;BR /&gt;Turns out all we had was the runtime libraries patch. So now I'll be off to download/install the evaluation copy of the compiler. &lt;BR /&gt;&lt;BR /&gt;This programmer will then see if he can get OpenTop to compile under aC++. If it does, we'll have to look at the option of buying the compiler.&lt;BR /&gt;&lt;BR /&gt;-Gonzo&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2008 16:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279054#M688503</guid>
      <dc:creator>Kevin (Gonzo) Bushman</dc:creator>
      <dc:date>2008-10-01T16:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: codelib for aC++?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279055#M688504</link>
      <description>&amp;gt; So what you guys are saying [...]&lt;BR /&gt;&lt;BR /&gt;It's what the _compiler_ is saying.&lt;BR /&gt;&lt;BR /&gt;One might question the talent of a so-called&lt;BR /&gt;programmer who can't tell if he's using a C++&lt;BR /&gt;compiler or not.  I know nearly nothing about&lt;BR /&gt;C++, and even I can do that much.</description>
      <pubDate>Wed, 01 Oct 2008 18:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/codelib-for-ac/m-p/4279055#M688504</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-01T18:20:55Z</dc:date>
    </item>
  </channel>
</rss>

