<?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: fpp error in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206559#M151614</link>
    <description>&lt;P&gt;Hi Steve and Ian,&lt;/P&gt;
&lt;P&gt;Thanks for the reply. This is performed by a "configure" script, and I have no idea why it wants to do this. But since this test doesn't pass, the "configure" won't allow me to install this application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hai&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 21:43:14 GMT</pubDate>
    <dc:creator>nrelhpc</dc:creator>
    <dc:date>2020-09-03T21:43:14Z</dc:date>
    <item>
      <title>fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206516#M151607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to use Intel Fortran compiler to compile an application, which produce &amp;nbsp;an error during configure when running the following command:&lt;/P&gt;
&lt;P&gt;fpp -P conftest.c&lt;/P&gt;
&lt;P&gt;And the conftest.c is the following:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# include &amp;lt;assert.h&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The error message is&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;assert.h(106): #error: #if: syntax error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried both intel 2018 and 2020 compiler, and the same thing&amp;nbsp;&lt;/SPAN&gt;happened. Does anybody happen to know what may cause this and how to solve it? Many thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hai&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 18:53:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206516#M151607</guid>
      <dc:creator>nrelhpc</dc:creator>
      <dc:date>2020-09-03T18:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206523#M151608</link>
      <description>&lt;P&gt;There should be no space between # and include. All fpp directives are # followed immediately by the keyword.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 19:12:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206523#M151608</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-03T19:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206525#M151609</link>
      <description>&lt;P&gt;Thank you Steve for the suggestion. I deleted that space but got the same error message.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 19:15:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206525#M151609</guid>
      <dc:creator>nrelhpc</dc:creator>
      <dc:date>2020-09-03T19:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206531#M151610</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I found the problem is caused by the following line:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#if defined __STDC_VERSION__ &amp;amp;&amp;amp; __STDC_VERSION__ &amp;gt;= 201112L&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fpp doesn't like the long integer 201112 expressed with a suffix “L”. If I deleted that "L", it then passes the test. But this is a system file and I should not change it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hai&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 19:40:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206531#M151610</guid>
      <dc:creator>nrelhpc</dc:creator>
      <dc:date>2020-09-03T19:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206537#M151612</link>
      <description>&lt;P&gt;Why are you pre-processing C source code (the file has a .c extension) with a Fortran preprocessor?&lt;/P&gt;
&lt;P&gt;If that file actually contains Fortran source code, why is it trying to include a C standard library header?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:05:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206537#M151612</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2020-09-03T20:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206552#M151613</link>
      <description>&lt;P&gt;To add to what Ian said, you aren't using a Fortran compiler at all, just a Fortran-oriented preprocessor.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 21:20:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206552#M151613</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-03T21:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206559#M151614</link>
      <description>&lt;P&gt;Hi Steve and Ian,&lt;/P&gt;
&lt;P&gt;Thanks for the reply. This is performed by a "configure" script, and I have no idea why it wants to do this. But since this test doesn't pass, the "configure" won't allow me to install this application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hai&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 21:43:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206559#M151614</guid>
      <dc:creator>nrelhpc</dc:creator>
      <dc:date>2020-09-03T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: fpp error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206579#M151615</link>
      <description>&lt;P&gt;There's an error in the configure script, then. It should not be trying to use fpp on C sources.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 23:33:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/fpp-error/m-p/1206579#M151615</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2020-09-03T23:33:51Z</dc:date>
    </item>
  </channel>
</rss>

