<?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: stdcomp: declaration does not declare anything in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021728#M19741</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's a *long* time since I've done anything with C, let alone C++, however I would have one comment.&lt;BR /&gt;&lt;BR /&gt;If you've got the HP C++ compiler installed, why are you trying to compile with the GNU compiler...?&lt;BR /&gt;&lt;BR /&gt;I'd have thought that would cause some conflicts...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
    <pubDate>Fri, 12 Jan 2007 06:42:37 GMT</pubDate>
    <dc:creator>Rob Leadbeater</dc:creator>
    <dc:date>2007-01-12T06:42:37Z</dc:date>
    <item>
      <title>stdcomp: declaration does not declare anything</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021727#M19740</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Env: DS10 Alpha, Tru64 Unix, C++ V7.1.&lt;BR /&gt;&lt;BR /&gt;Compiling c++ program using g++ 2.9-GnuPro-99r1. I get the following error from "stdcomp" line#:1638 - declaration does not declare anything.&lt;BR /&gt;&lt;BR /&gt;It is a existing program written on Tru64 V4.x, now I compile on Tru64 V5.1B&lt;BR /&gt;&lt;BR /&gt;The line 1638 in "stdcomp" contains...&lt;BR /&gt;&lt;BR /&gt;1631 // CXXL -- make unsupported flag -Wf,--no_bool work&lt;BR /&gt;1632 #if !defined(_BOOL_EXISTS) &lt;BR /&gt;1633 # ifdef _RWSTD_MSVC_BOOL_WARNING&lt;BR /&gt;1634 #  pragma warning ( disable : 4237 )&lt;BR /&gt;1635 # endif&lt;BR /&gt;1636 #define _BOOL_EXISTS // we'll use workaround&lt;BR /&gt;1637 #define _RW_STD_NO_BOOL 1&lt;BR /&gt;1638 typedef int     bool;&lt;BR /&gt;1639 #ifndef true&lt;BR /&gt;1640 # define true    1&lt;BR /&gt;1641 endif&lt;BR /&gt;1642 #ifndef false&lt;BR /&gt;1643 # define false   0&lt;BR /&gt;1644 #endif&lt;BR /&gt;1645 #endif // bool exists&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea,please?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Archunan</description>
      <pubDate>Mon, 08 Jan 2007 14:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021727#M19740</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2007-01-08T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: stdcomp: declaration does not declare anything</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021728#M19741</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's a *long* time since I've done anything with C, let alone C++, however I would have one comment.&lt;BR /&gt;&lt;BR /&gt;If you've got the HP C++ compiler installed, why are you trying to compile with the GNU compiler...?&lt;BR /&gt;&lt;BR /&gt;I'd have thought that would cause some conflicts...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Fri, 12 Jan 2007 06:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021728#M19741</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-01-12T06:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: stdcomp: declaration does not declare anything</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021729#M19742</link>
      <description>&amp;gt; I'd have thought that would cause some conflicts...&lt;BR /&gt;&lt;BR /&gt;I wouldn't.  It certainly doesn't cause&lt;BR /&gt;problems with plain-old C.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Have you considered posting a small test&lt;BR /&gt;program?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; using g++ 2.9-GnuPro-99r1&lt;BR /&gt;&lt;BR /&gt;Can't you find anything older?  Around here:&lt;BR /&gt;&lt;BR /&gt;urtx# g++ -v&lt;BR /&gt;Reading specs from /usr/local/lib/gcc/alphaev6-dec-osf5.1/3.4.6/specs&lt;BR /&gt;Configured with: /usr/local/gnu/gcc-3.4.6/configure&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 3.4.6&lt;BR /&gt;&lt;BR /&gt;urtx# g++ --version&lt;BR /&gt;g++ (GCC) 3.4.6&lt;BR /&gt;&lt;BR /&gt;and I thought that _that_ was old.&lt;BR /&gt;&lt;BR /&gt;My non-commercial Tru64 license did not&lt;BR /&gt;include a CXXOSF PAK, so I'm _forced_ to use&lt;BR /&gt;GCC for C++ (or else spend real money).&lt;BR /&gt;What's your excuse?&lt;BR /&gt;&lt;BR /&gt;Did you build your GCC kit on the current&lt;BR /&gt;Tru64 OS, or was it bult on some older&lt;BR /&gt;version?  OS upgrades (or new header files)&lt;BR /&gt;can break GCC.</description>
      <pubDate>Fri, 12 Jan 2007 15:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021729#M19742</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-01-12T15:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: stdcomp: declaration does not declare anything</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021730#M19743</link>
      <description>Rob,&lt;BR /&gt;I can use HP compilers, but I don't want to change the make files.&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;I hope I have installed this version of gcc, g++ from the V5.1B media. I upgraded v5.1b to v5.b-3. I got the same error, so I again re-installed just v5.1B only, no upgrade. I will try to find the latest gcc, g++ and build on this os itself.&lt;BR /&gt;&lt;BR /&gt;Resolution: As i don't have enough time to resolve the issue (finding the proper libraries), I decided to build the code on my old tru64 v4.0 system. It went through without any problems.&lt;BR /&gt;&lt;BR /&gt;Thanks for both of your timings.&lt;BR /&gt;&lt;BR /&gt;Archie &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2007 18:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/stdcomp-declaration-does-not-declare-anything/m-p/5021730#M19743</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2007-01-29T18:31:49Z</dc:date>
    </item>
  </channel>
</rss>

