<?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 gcc error? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-error/m-p/3549794#M702029</link>
    <description>Whatever I try to compile with gcc, I get:&lt;BR /&gt;&lt;BR /&gt;usr/include/sys/sem.h:91: error: field `sem_perm' has incomplete type&lt;BR /&gt;&lt;BR /&gt;What is meant by incomplete type?</description>
    <pubDate>Mon, 23 May 2005 05:05:41 GMT</pubDate>
    <dc:creator>Kalin Evtimov</dc:creator>
    <dc:date>2005-05-23T05:05:41Z</dc:date>
    <item>
      <title>gcc error?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-error/m-p/3549794#M702029</link>
      <description>Whatever I try to compile with gcc, I get:&lt;BR /&gt;&lt;BR /&gt;usr/include/sys/sem.h:91: error: field `sem_perm' has incomplete type&lt;BR /&gt;&lt;BR /&gt;What is meant by incomplete type?</description>
      <pubDate>Mon, 23 May 2005 05:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-error/m-p/3549794#M702029</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2005-05-23T05:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: gcc error?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-error/m-p/3549795#M702030</link>
      <description>In this case it probably means your source code needs to include&lt;BR /&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;&lt;BR /&gt;before it includes&lt;BR /&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;&lt;BR /&gt;The type isn't fully defined by the time the compiler needs to know what it is.&lt;/SYS&gt;&lt;/SYS&gt;</description>
      <pubDate>Mon, 23 May 2005 05:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-error/m-p/3549795#M702030</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-23T05:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: gcc error?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc-error/m-p/3549796#M702031</link>
      <description>If adding the header file didn't fix things it may be an issue with the GCC header files being out of synch with the system header files.  GCC makes some private copies of header files and if the system GCC was built on is different than the system GCC is installed on you could get this type of problem.  If GCC is installed in /usr/local/bin then you should also have a command called something like /usr/local/libexec/gcc/hppa1.1-hp-hpux11.00/4.1.0/install-tools/mkheaders&lt;BR /&gt;where the system triplet (hppa1.1...) and GCC version number may be different.  Running this command will re-process the system headers and update GCC's headers and may fix the problem.</description>
      <pubDate>Thu, 26 May 2005 10:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc-error/m-p/3549796#M702031</guid>
      <dc:creator>Steve Ellcey</dc:creator>
      <dc:date>2005-05-26T10:34:21Z</dc:date>
    </item>
  </channel>
</rss>

