<?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: error in include_std/limit and include_std/rw/iterator in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718242#M660385</link>
    <description>Made changes as suggested by you...still I get same error.&lt;BR /&gt; &lt;BR /&gt;I tried adding following in the compile line:&lt;BR /&gt;-D_PROTOTYPES -D_XOPEN_SOURCE_EXTENDED _D_STDC -D_INCLUDE_HPUX_SOURCE -D_INCLUDE_POSIX4_SOURCE.&lt;BR /&gt;I got different error that some APIs such as _iqconnect, _iqstmt that are part of INFORMIX are undefined&lt;BR /&gt;&lt;BR /&gt;error message: &lt;BR /&gt;"CFunc.ecpp", line 112: error # 2020: identifier "_iqconnect" is undefined&lt;BR /&gt;_iqconnect(0, dName, (char *) 0, (char *) 0, 0);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have included informix lib path in the compile line...still it is not able to find these APIs...&lt;BR /&gt;I'not sure whether previous error is resolved or this error comes before that....</description>
    <pubDate>Fri, 26 Nov 2010 14:56:22 GMT</pubDate>
    <dc:creator>dodo_ind</dc:creator>
    <dc:date>2010-11-26T14:56:22Z</dc:date>
    <item>
      <title>error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718238#M660381</link>
      <description>I get following compile time errors on HP ITANIUM machine&lt;BR /&gt;"/opt/include_std/limit", line 268: error # 2321: data member initializer is not allowed&lt;BR /&gt;_RWSTD_STATIC_CONST (bool, is_specialized = false);&lt;BR /&gt;&lt;BR /&gt;"/opt/include_std/rw/iterator", line 119: error # 2247: class template "std::iterator_traits" has already been defined&lt;BR /&gt;struct iterator_traits&lt;CONST_TYPET&gt;&lt;BR /&gt;&lt;BR /&gt;aCC version: HP C/aCC B3910B A.06.12 and OS version is 11.23&lt;BR /&gt;&lt;BR /&gt;I'm compiling using -Aa option along with -D__HP__, -D_TEMPLATE, -D_RUNTIME&lt;BR /&gt;Missing any compiler flags or include path? Application uses INFORMIX version 2.9. &lt;BR /&gt;&lt;BR /&gt;Any help highly appreciated&lt;/CONST_TYPET&gt;</description>
      <pubDate>Thu, 25 Nov 2010 13:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718238#M660381</guid>
      <dc:creator>dodo_ind</dc:creator>
      <dc:date>2010-11-25T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718239#M660382</link>
      <description>What does your compile line look like?&lt;BR /&gt;What does your source look like?&lt;BR /&gt;Are you using any evil macros.&lt;BR /&gt;&lt;BR /&gt;The latest version is A.06.25.01.</description>
      <pubDate>Thu, 25 Nov 2010 15:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718239#M660382</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-25T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718240#M660383</link>
      <description>Thanks Dennis for your response&lt;BR /&gt;compile line is:&lt;BR /&gt;&lt;BR /&gt;aCC -I/opt/informix/incl/esql/ -I/home/test/SERVICE/src/../../incl -I. +DAportable +p -g +Z -Aa -D__HP__ -D_DEBUG -D_TEMPLATE_ -D_RUNTIME_ +inst_implicit_include -D_SERVICE_VER_=\"434D.12\" -L/home/test/service/src/../../lib -D_TEMPLATE_ -o /home/test/SERVICE/src/../exe/ser_bin service_chg.c -lservice -l servicezip /opt/informix/lib/esql/libifos.a /opt/informix/lib/esql/libifgen.a /opt/informix/lib/esql/libifgls.a -ldl -lm -lsec -lelf /opt/informix/lib/esql/libifglx.a&lt;BR /&gt;&lt;BR /&gt;I'm not able to find out which source file is including limit file. -lservice and -l serviceziplibs  are two libs provided by other developers for ITANIUM version&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Nov 2010 04:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718240#M660383</guid>
      <dc:creator>dodo_ind</dc:creator>
      <dc:date>2010-11-26T04:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718241#M660384</link>
      <description>&amp;gt;aCC +DAportable -Aa +inst_implicit_include&lt;BR /&gt;&lt;BR /&gt;+DAportable isn't valid, remove it.&lt;BR /&gt;Replace -Aa by -AA.&lt;BR /&gt;Remove the obsolete template style option: +inst_implicit_include&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I'm not able to find out which source file is including limit file.&lt;BR /&gt;&lt;BR /&gt;You might try -H but I'm not sure your old aCC6 supports it.</description>
      <pubDate>Fri, 26 Nov 2010 12:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718241#M660384</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-26T12:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718242#M660385</link>
      <description>Made changes as suggested by you...still I get same error.&lt;BR /&gt; &lt;BR /&gt;I tried adding following in the compile line:&lt;BR /&gt;-D_PROTOTYPES -D_XOPEN_SOURCE_EXTENDED _D_STDC -D_INCLUDE_HPUX_SOURCE -D_INCLUDE_POSIX4_SOURCE.&lt;BR /&gt;I got different error that some APIs such as _iqconnect, _iqstmt that are part of INFORMIX are undefined&lt;BR /&gt;&lt;BR /&gt;error message: &lt;BR /&gt;"CFunc.ecpp", line 112: error # 2020: identifier "_iqconnect" is undefined&lt;BR /&gt;_iqconnect(0, dName, (char *) 0, (char *) 0, 0);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have included informix lib path in the compile line...still it is not able to find these APIs...&lt;BR /&gt;I'not sure whether previous error is resolved or this error comes before that....</description>
      <pubDate>Fri, 26 Nov 2010 14:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718242#M660385</guid>
      <dc:creator>dodo_ind</dc:creator>
      <dc:date>2010-11-26T14:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718243#M660386</link>
      <description>&amp;gt;Made changes as suggested by you. still I get same error.&lt;BR /&gt;&lt;BR /&gt;(These were only to clean up things.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I tried adding following in the compile line:&lt;BR /&gt;-D_INCLUDE_HPUX_SOURCE -D_INCLUDE_POSIX4_SOURCE&lt;BR /&gt;&lt;BR /&gt;You are not allowed to use these internal defines.  Use: -D_HPUX_SOURCE -D_POSIX4_SOURCE&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I got different error that some APIs such as _iqconnect, _iqstmt that are part of INFORMIX are undefined&lt;BR /&gt;&lt;BR /&gt;Which header should they be defined in?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I have included informix lib path in the compile line. still it is not able to find these APIs.&lt;BR /&gt;&lt;BR /&gt;You need use -I not -L/-l for header files.  You have two, do you need to add more?</description>
      <pubDate>Fri, 26 Nov 2010 15:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718243#M660386</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-26T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718244#M660387</link>
      <description>I resolved the error by including correct header file. &lt;BR /&gt;But I got unsatisfied symbol error. When I added -c flag, this error disappeared. &lt;BR /&gt;The binary also got generated but it is of very small size than its normal size&lt;BR /&gt;I get error when I try to execute this binary:&lt;BR /&gt;/usr/bin/sh: service: Execute permission denied&lt;BR /&gt;&lt;BR /&gt;I tried chmod 777. still it doesn't works...&lt;BR /&gt;&lt;BR /&gt;I also used -lstd and -lstream to resolve some unsatisfied symbol error.&lt;BR /&gt;The code was written for HP-UX machine and I'm trying to make it work in ITANIUM&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2010 14:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718244#M660387</guid>
      <dc:creator>dodo_ind</dc:creator>
      <dc:date>2010-11-30T14:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718245#M660388</link>
      <description>&amp;gt;When I added -c flag, this error disappeared.&lt;BR /&gt;&lt;BR /&gt;It also doesn't link, don't add -c.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I also used -lstd and -lstream to resolve some unsatisfied symbol error.  I'm trying to make it work in Integrity.&lt;BR /&gt;&lt;BR /&gt;The default on Integrity is -AA.  You should NOT be using -lstd nor -lstream.&lt;BR /&gt;&lt;BR /&gt;What are your unsats?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2010 14:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718245#M660388</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-30T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718246#M660389</link>
      <description>Thanks Dennis. Will remove -c&lt;BR /&gt;&lt;BR /&gt;&amp;gt;What are your unsats? &lt;BR /&gt;I don't understand your question. Could you please explain 'unsats'</description>
      <pubDate>Tue, 30 Nov 2010 15:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718246#M660389</guid>
      <dc:creator>dodo_ind</dc:creator>
      <dc:date>2010-11-30T15:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718247#M660390</link>
      <description>&amp;gt;Could you please explain 'unsats'?&lt;BR /&gt;&lt;BR /&gt;Short for "unsatisfied symbol".</description>
      <pubDate>Tue, 30 Nov 2010 15:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718247#M660390</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-11-30T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: error in include_std/limit and include_std/rw/iterator</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718248#M660391</link>
      <description>Resolved by compiling third party code first and compiled my code.Added -AA flags. unstats problem disappeared. Thanks for your help dennis</description>
      <pubDate>Thu, 02 Dec 2010 13:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-include-std-limit-and-include-std-rw-iterator/m-p/4718248#M660391</guid>
      <dc:creator>dodo_ind</dc:creator>
      <dc:date>2010-12-02T13:38:23Z</dc:date>
    </item>
  </channel>
</rss>

