<?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: HP C Preprocessor in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-c-preprocessor/m-p/2648525#M45502</link>
    <description>I doubt that the cpp is the culprit; the problem is&lt;BR /&gt;more likely in your systems' C or math libraries.&lt;BR /&gt;&lt;BR /&gt;But to see what cpp is up to, simply add the -E&lt;BR /&gt;option to the cc command line: "cc -E *.c &amp;gt; logfile".&lt;BR /&gt;Then "logfile" will contain the processed version&lt;BR /&gt;of your source code (i.e. with all #define, #include,&lt;BR /&gt;etc. directives evaluated).  Then you can compare&lt;BR /&gt;the results from your two machines to see if there's&lt;BR /&gt;a difference.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Jan 2002 18:55:06 GMT</pubDate>
    <dc:creator>Gregory Fruth</dc:creator>
    <dc:date>2002-01-18T18:55:06Z</dc:date>
    <item>
      <title>HP C Preprocessor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-c-preprocessor/m-p/2648524#M45501</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;We moved some of the sources from one machine to another.On new machine the preprocessor is HP92453-01 B.11.11.02 HP C Preprocessor and on the old one it is HP92453-01 A.11.00.13 HP C Preprocessor. While compiling it gives problem due to version difference.&lt;BR /&gt;Is there any way to overcome it? (with some options)&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Srini</description>
      <pubDate>Fri, 18 Jan 2002 17:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-c-preprocessor/m-p/2648524#M45501</guid>
      <dc:creator>Srinivas Sreekumar</dc:creator>
      <dc:date>2002-01-18T17:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP C Preprocessor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-c-preprocessor/m-p/2648525#M45502</link>
      <description>I doubt that the cpp is the culprit; the problem is&lt;BR /&gt;more likely in your systems' C or math libraries.&lt;BR /&gt;&lt;BR /&gt;But to see what cpp is up to, simply add the -E&lt;BR /&gt;option to the cc command line: "cc -E *.c &amp;gt; logfile".&lt;BR /&gt;Then "logfile" will contain the processed version&lt;BR /&gt;of your source code (i.e. with all #define, #include,&lt;BR /&gt;etc. directives evaluated).  Then you can compare&lt;BR /&gt;the results from your two machines to see if there's&lt;BR /&gt;a difference.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 18:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-c-preprocessor/m-p/2648525#M45502</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-01-18T18:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: HP C Preprocessor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-c-preprocessor/m-p/2648526#M45503</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I suspect it is because some environemnt variables are defined differently on the two boxes. This is impossible to diagnose without data. You will need to list a snippet of code and the error messages.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 19:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-c-preprocessor/m-p/2648526#M45503</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-01-18T19:04:27Z</dc:date>
    </item>
  </channel>
</rss>

