<?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: Problem with system header file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873976#M773635</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Can you post a version number? There may be a patch and nothing wrong with your code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 03 Oct 2006 17:00:02 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-10-03T17:00:02Z</dc:date>
    <item>
      <title>Problem with system header file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873975#M773634</link>
      <description>Hi all,&lt;BR /&gt;I'm trying to compile with aCC on HP-UX 11.11 and I'm getting a strange error.  The error is as follows:&lt;BR /&gt;&lt;BR /&gt;Error 136: Exact position unknown; near ["/usr/include/sys/_inttypes.h", line 86]. # Constant expression expected following '#if' or '#elif'; no tokens left after macro expansion.&lt;BR /&gt;&lt;BR /&gt;The header file looks ok.  Since this is a standard header file I won't include the text (and I've verified that it has the same file content as on other 11.11 machines).  &lt;BR /&gt;&lt;BR /&gt;None of my own header files are including this file so it must be coming from some other system file but I'm going in circles trying to trace it!&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what Error 136 refers to?  Do I need something specific in my compile line?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;B</description>
      <pubDate>Tue, 03 Oct 2006 15:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873975#M773634</guid>
      <dc:creator>Bill Calver</dc:creator>
      <dc:date>2006-10-03T15:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with system header file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873976#M773635</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Can you post a version number? There may be a patch and nothing wrong with your code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 Oct 2006 17:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873976#M773635</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-03T17:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with system header file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873977#M773636</link>
      <description>In one "/usr/include/sys/_inttypes.h",&lt;BR /&gt;line 86, I see:&lt;BR /&gt;&lt;BR /&gt;#ifdef _INTEL_SDK&lt;BR /&gt;&lt;BR /&gt;Any chance that this macro has some strange&lt;BR /&gt;definition?  (Or what's on _your_ line 86?)&lt;BR /&gt;&lt;BR /&gt;"aCC -E" might reveal something about what's&lt;BR /&gt;happening.</description>
      <pubDate>Tue, 03 Oct 2006 19:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873977#M773636</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-03T19:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with system header file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873978#M773637</link>
      <description>Thanks for the replies,&lt;BR /&gt;&lt;BR /&gt;SEP: aCC -V gives: &lt;BR /&gt;HP ANSI C++ B3910B A.03.60&lt;BR /&gt;&lt;BR /&gt;SS: aCC -E gives:&lt;BR /&gt;#line 1 "Main.cpp"&lt;BR /&gt;#line 1 "/opt/aCC/include/iostream/iostream.h"&lt;BR /&gt;&lt;BR /&gt;#line 1 "/usr/include/memory.h"&lt;BR /&gt;&lt;BR /&gt;#line 1 "/usr/include/sys/stdsyms.h"&lt;BR /&gt;&lt;BR /&gt;#line 7 "/usr/include/memory.h"&lt;BR /&gt;&lt;BR /&gt;#line 1 "/opt/aCC/include/string.h"&lt;BR /&gt;&lt;BR /&gt;#line 1 "/opt/aCC/include/cstring"&lt;BR /&gt;&lt;BR /&gt;#line 1 "/usr/include/string.h"&lt;BR /&gt;&lt;BR /&gt;#line 1 "/usr/include/sys/_inttypes.h"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#line 86&lt;BR /&gt;typedef char int8_t;&lt;BR /&gt;&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;Line 86 is right after an #ifdef __LP64__&lt;BR /&gt;&lt;BR /&gt;Thanks for the help,&lt;BR /&gt;B</description>
      <pubDate>Wed, 04 Oct 2006 08:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-system-header-file/m-p/3873978#M773637</guid>
      <dc:creator>Bill Calver</dc:creator>
      <dc:date>2006-10-04T08:43:28Z</dc:date>
    </item>
  </channel>
</rss>

