<?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: make error on 11i in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919828#M104232</link>
    <description>Thanks for the quick response, theses are the first 14 lines of code:&lt;BR /&gt;&lt;BR /&gt;#define SQLCA_INCL /* I4GLC4 */&lt;BR /&gt;#include &lt;SQLHDR.H&gt;&lt;BR /&gt;#include &lt;SQLCA.H&gt;&lt;BR /&gt;extern _SQCURSOR *_iqnprep();&lt;BR /&gt;&lt;BR /&gt;#if !defined(__STDC__)&lt;BR /&gt;#define const&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;static const char *_Cn1 = "i0000713d_0cd57f0d";&lt;BR /&gt;#include &lt;SQLFM.H&gt;&lt;BR /&gt;&lt;BR /&gt;#include &lt;DECIMAL.H&gt;&lt;BR /&gt;#include &lt;LOCATOR.H&gt;&lt;BR /&gt;#include &lt;DATETIME.H&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;FGLREP.H&gt;&lt;BR /&gt;#define I4GL_SQLCA /* I4GLC1 */&lt;BR /&gt;&lt;/FGLREP.H&gt;&lt;/STDIO.H&gt;&lt;/DATETIME.H&gt;&lt;/LOCATOR.H&gt;&lt;/DECIMAL.H&gt;&lt;/SQLFM.H&gt;&lt;/SQLCA.H&gt;&lt;/SQLHDR.H&gt;</description>
    <pubDate>Mon, 22 Aug 2005 04:29:55 GMT</pubDate>
    <dc:creator>Dave Adams_1</dc:creator>
    <dc:date>2005-08-22T04:29:55Z</dc:date>
    <item>
      <title>make error on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919826#M104230</link>
      <description>Hi there, one of my user's has a problem running make on an 11i server I'm trying to migrate them to. The code run's OK on 10.20, I have installed B3901BA B.11.11.06 HP C/ANSI C Developer's Bundle along with PHSS_28706 ANSI C compiler B.11.11.06 cumulative patch.&lt;BR /&gt;&lt;BR /&gt;The error is below, I would be grateful for any help on this problem.&lt;BR /&gt;&lt;BR /&gt;# make comp_all z9Mdutyext.c&lt;BR /&gt;cc: "/appl/local/rimgtw/src/z90/obj/z90arcday.c", line 4: error 1000: Unexpected symbol: "*".&lt;BR /&gt;cc: panic 2017: Cannot recover from earlier errors, terminating.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 04:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919826#M104230</guid>
      <dc:creator>Dave Adams_1</dc:creator>
      <dc:date>2005-08-22T04:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: make error on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919827#M104231</link>
      <description>Can you show us line 4 of /appl/local/rimgtw/src/z90/obj/z90arcday.c? Few lines above and below would be nice too.</description>
      <pubDate>Mon, 22 Aug 2005 04:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919827#M104231</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-08-22T04:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: make error on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919828#M104232</link>
      <description>Thanks for the quick response, theses are the first 14 lines of code:&lt;BR /&gt;&lt;BR /&gt;#define SQLCA_INCL /* I4GLC4 */&lt;BR /&gt;#include &lt;SQLHDR.H&gt;&lt;BR /&gt;#include &lt;SQLCA.H&gt;&lt;BR /&gt;extern _SQCURSOR *_iqnprep();&lt;BR /&gt;&lt;BR /&gt;#if !defined(__STDC__)&lt;BR /&gt;#define const&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;static const char *_Cn1 = "i0000713d_0cd57f0d";&lt;BR /&gt;#include &lt;SQLFM.H&gt;&lt;BR /&gt;&lt;BR /&gt;#include &lt;DECIMAL.H&gt;&lt;BR /&gt;#include &lt;LOCATOR.H&gt;&lt;BR /&gt;#include &lt;DATETIME.H&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;FGLREP.H&gt;&lt;BR /&gt;#define I4GL_SQLCA /* I4GLC1 */&lt;BR /&gt;&lt;/FGLREP.H&gt;&lt;/STDIO.H&gt;&lt;/DATETIME.H&gt;&lt;/LOCATOR.H&gt;&lt;/DECIMAL.H&gt;&lt;/SQLFM.H&gt;&lt;/SQLCA.H&gt;&lt;/SQLHDR.H&gt;</description>
      <pubDate>Mon, 22 Aug 2005 04:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919828#M104232</guid>
      <dc:creator>Dave Adams_1</dc:creator>
      <dc:date>2005-08-22T04:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: make error on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919829#M104233</link>
      <description>&amp;gt;&amp;gt;&amp;gt; extern _SQCURSOR *_iqnprep();&lt;BR /&gt;&lt;BR /&gt;Compiler doesn't have a definition for _SQCURSOR type.&lt;BR /&gt;&lt;BR /&gt;_SQCURSOR should be defined in sqlhdr.h.&lt;BR /&gt;&lt;BR /&gt;Have a look in your sqlhdr.h and make sure it contains definition for _SQCURSOR.</description>
      <pubDate>Mon, 22 Aug 2005 05:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919829#M104233</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-08-22T05:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: make error on 11i</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919830#M104234</link>
      <description>Thanks for your help, this has indeed solved the problem.</description>
      <pubDate>Mon, 22 Aug 2005 09:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-error-on-11i/m-p/4919830#M104234</guid>
      <dc:creator>Dave Adams_1</dc:creator>
      <dc:date>2005-08-22T09:07:33Z</dc:date>
    </item>
  </channel>
</rss>

