<?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: gSOAP installation issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gsoap-installation-issue/m-p/5724543#M638348</link>
    <description>&lt;P&gt;&amp;gt;WARNING: `aclocal-1.10' is needed, and you do not seem to have it handy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you installed it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&lt;/EM&gt;../stdsoap2.cpp:928: error: invalid conversion from 'socklen_t*' to 'int*'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These all seem to be due to the assumption that socklen_t is the same as int.&amp;nbsp; You need to check the headers and see that its definition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;./stdsoap2.cpp:11855: error: 'isinf' was not declared in this scope&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you including &amp;lt;math.h&amp;gt;?&amp;nbsp; isinf(3) should be a macro there.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jul 2012 06:38:24 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-07-16T06:38:24Z</dc:date>
    <item>
      <title>gSOAP installation issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gsoap-installation-issue/m-p/5724505#M638347</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to&amp;nbsp;install / configure gSOAP 2.8 with Apache server in HP-UX B11.23 U ia64, following pre-requisites are installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;M4 1.4.16&lt;/LI&gt;&lt;LI&gt;Bison 2.5&lt;/LI&gt;&lt;LI&gt;Libiconv 1.14&lt;/LI&gt;&lt;LI&gt;Gettext 0.18.1.1&lt;/LI&gt;&lt;LI&gt;Flex 2.5.35&lt;/LI&gt;&lt;LI&gt;gcc 4.2.3&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We are getting the following errors when trying to run 'make'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{root}# make -f Makefile&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;No suffix list.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd . &amp;amp;&amp;amp; /bin/sh /home/mjo317/gsoap_2.8.8/gsoap-2.8/missing --run aclocal-1.10&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/home/gsoap_2.8.8/gsoap-2.8/missing[46]: aclocal-1.10:&amp;nbsp; not found.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WARNING: `aclocal-1.10' is needed, and you do not seem to have it handy on your&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system.&amp;nbsp; You might have modified some files without having the&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proper tools for further handling them.&amp;nbsp; Check the `README' file,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it often tells you about the needed prerequirements for installing&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this package.&amp;nbsp; You may also peek at any GNU archive site, in case&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; some other package would contain this missing `aclocal-1.10' program.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*** Error exit code 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Stop.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{root}# make -f MakefileManual&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g++ -Wall -O1 -I.. -DHP_UX -o wsdl2h wsdl2h.cpp wsdlC.o wsdl.o schema.o soap.o mime.o wsp.o types.o service.o ../stdsoap2.cpp -lm&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp: In function 'size_t frecv(soap*, char*, size_t)':&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:928: error: invalid conversion from 'socklen_t*' to 'int*'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:928: error:&amp;nbsp;&amp;nbsp; initializing argument 6 of 'int recvfrom(int, void*, int, int, void*, int*)'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp: In function 'int tcp_connect(soap*, const char*, const char*, int)':&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:3982: error: invalid conversion from 'socklen_t*' to 'int*'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:3982: error:&amp;nbsp;&amp;nbsp; initializing argument 5 of 'int getsockopt(int, int, int, void*, int*)'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp: In function 'int tcp_accept(soap*, int, sockaddr*, int*)':&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:4432: error: invalid conversion from 'socklen_t*' to 'int*'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:4432: error:&amp;nbsp;&amp;nbsp; initializing argument 3 of 'int accept(int, void*, int*)'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp: In function 'const char* soap_float2s(soap*, float)':&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:11855: error: 'isinf' was not declared in this scope&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:11857: error: 'isinf' was not declared in this scope&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp: In function 'const char* soap_double2s(soap*, double)':&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:12009: error: 'isinf' was not declared in this scope&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;../stdsoap2.cpp:12011: error: 'isinf' was not declared in this scope&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;*** Error exit code 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Stop.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are new to HP UX/gSOAP, any help in this regard is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ARPL&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 06:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gsoap-installation-issue/m-p/5724505#M638347</guid>
      <dc:creator>ARPL</dc:creator>
      <dc:date>2012-07-16T06:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: gSOAP installation issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gsoap-installation-issue/m-p/5724543#M638348</link>
      <description>&lt;P&gt;&amp;gt;WARNING: `aclocal-1.10' is needed, and you do not seem to have it handy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you installed it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&lt;/EM&gt;../stdsoap2.cpp:928: error: invalid conversion from 'socklen_t*' to 'int*'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These all seem to be due to the assumption that socklen_t is the same as int.&amp;nbsp; You need to check the headers and see that its definition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;./stdsoap2.cpp:11855: error: 'isinf' was not declared in this scope&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you including &amp;lt;math.h&amp;gt;?&amp;nbsp; isinf(3) should be a macro there.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 06:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gsoap-installation-issue/m-p/5724543#M638348</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-07-16T06:38:24Z</dc:date>
    </item>
  </channel>
</rss>

