<?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: compilation error on linux (fedora core 5) in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911943#M5207</link>
    <description>&lt;P&gt;I updated some packages. the error becomes:&lt;/P&gt;
&lt;P&gt;[root@localhost RemoteControl]# make&lt;BR /&gt;rm -f ../gSoapGeneratedCode/soapClient.o ../gSoapGeneratedCode/soapC.o ../../ThirdParty/gSOAP/stdsoap2.o ../../ThirdParty/gSOAP/httpDigest.o ../../ThirdParty/gSOAP/digcalc.o RemoteControlSample.o Utils.o remoteControl *~&lt;BR /&gt;rm -rf .libs&lt;BR /&gt;dos2unix *.h&lt;BR /&gt;dos2unix: converting file RemoteControlTypes.h to UNIX format ...&lt;BR /&gt;dos2unix *.cpp&lt;BR /&gt;dos2unix: converting file RemoteControlSample.cpp to UNIX format ...&lt;BR /&gt;dos2unix README&lt;BR /&gt;dos2unix: converting file README to UNIX format ...&lt;BR /&gt;dos2unix Makefile&lt;BR /&gt;dos2unix: converting file Makefile to UNIX format ...&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../gSoapGeneratedCode/soapClient.cpp -o ../gSoapGeneratedCode/soapClient.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../gSoapGeneratedCode/soapC.cpp -o ../gSoapGeneratedCode/soapC.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../../ThirdParty/gSOAP/stdsoap2.cpp -o ../../ThirdParty/gSOAP/stdsoap2.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../../ThirdParty/gSOAP/httpDigest.cpp -o ../../ThirdParty/gSOAP/httpDigest.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../../ThirdParty/gSOAP/digcalc.cpp -o ../../ThirdParty/gSOAP/digcalc.o&lt;BR /&gt;/usr/include/openssl/md5.h:108: error: size_t has not been declared&lt;BR /&gt;/usr/include/openssl/md5.h:110: error: size_t has not been declared&lt;BR /&gt;make: *** [../../ThirdParty/gSOAP/digcalc.o] Error 1&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2008 11:31:25 GMT</pubDate>
    <dc:creator>aclhkaclhk</dc:creator>
    <dc:date>2008-03-19T11:31:25Z</dc:date>
    <item>
      <title>compilation error on linux (fedora core 5)</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911942#M5206</link>
      <description>&lt;P&gt;I extracted the file (iamt_sdk.tar.gz)&lt;/P&gt;
&lt;P&gt;cd Samples/RemoteControl&lt;/P&gt;
&lt;P&gt;make all&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="postbody"&gt;[root@localhost RemoteControl]# make all &lt;BR /&gt;rm -f ../gSoapGeneratedCode/soapClient.o ../gSoapGeneratedCode/soapC.o ../../ThirdParty/gSOAP/stdsoap2.o ../../ThirdParty/gSOAP/httpDigest.o ../../ThirdParty/gSOAP/digcalc.o RemoteControlSample.o Utils.o remoteControl *~ &lt;BR /&gt;rm -rf .libs &lt;BR /&gt;dos2unix *.h &lt;BR /&gt;dos2unix: converting file RemoteControlTypes.h to UNIX format ... &lt;BR /&gt;dos2unix *.cpp &lt;BR /&gt;dos2unix: converting file RemoteControlSample.cpp to UNIX format ... &lt;BR /&gt;dos2unix README &lt;BR /&gt;dos2unix: converting file README to UNIX format ... &lt;BR /&gt;dos2unix Makefile &lt;BR /&gt;dos2unix: converting file Makefile to UNIX format ... &lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../gSoapGeneratedCode/soapClient.cpp -o ../gSoapGeneratedCode/soapClient.o &lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../gSoapGeneratedCode/soapC.cpp -o ../gSoapGeneratedCode/soapC.o &lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../../ThirdParty/gSOAP/stdsoap2.cpp -o ../../ThirdParty/gSOAP/stdsoap2.o &lt;BR /&gt;../../ThirdParty/gSOAP/stdsoap2.cpp: In function int tcp_connect(soap*, const char*, const char*, int): &lt;BR /&gt;../../ThirdParty/gSOAP/stdsoap2.cpp:3761: error: invalid conversion from unsigned char** to const unsigned char** &lt;BR /&gt;make: *** [../../ThirdParty/gSOAP/stdsoap2.o] Error 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="postbody"&gt;***** info ****&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="postbody"&gt;openssl-0.9.8a-5.4&lt;BR /&gt;mod_ssl-2.2.0-5.1.2&lt;BR /&gt;openssl097a-0.9.7a-4.2.1&lt;BR /&gt;docbook-style-dsssl-1.79-4&lt;BR /&gt;openssl-devel-0.9.8a-5.4&lt;BR /&gt;kernel: 2.6.20-1.2320.fc5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="postbody"&gt;PLs kindly advise.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2008 11:22:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911942#M5206</guid>
      <dc:creator>aclhkaclhk</dc:creator>
      <dc:date>2008-03-19T11:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: compilation error on linux (fedora core 5)</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911943#M5207</link>
      <description>&lt;P&gt;I updated some packages. the error becomes:&lt;/P&gt;
&lt;P&gt;[root@localhost RemoteControl]# make&lt;BR /&gt;rm -f ../gSoapGeneratedCode/soapClient.o ../gSoapGeneratedCode/soapC.o ../../ThirdParty/gSOAP/stdsoap2.o ../../ThirdParty/gSOAP/httpDigest.o ../../ThirdParty/gSOAP/digcalc.o RemoteControlSample.o Utils.o remoteControl *~&lt;BR /&gt;rm -rf .libs&lt;BR /&gt;dos2unix *.h&lt;BR /&gt;dos2unix: converting file RemoteControlTypes.h to UNIX format ...&lt;BR /&gt;dos2unix *.cpp&lt;BR /&gt;dos2unix: converting file RemoteControlSample.cpp to UNIX format ...&lt;BR /&gt;dos2unix README&lt;BR /&gt;dos2unix: converting file README to UNIX format ...&lt;BR /&gt;dos2unix Makefile&lt;BR /&gt;dos2unix: converting file Makefile to UNIX format ...&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../gSoapGeneratedCode/soapClient.cpp -o ../gSoapGeneratedCode/soapClient.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../gSoapGeneratedCode/soapC.cpp -o ../gSoapGeneratedCode/soapC.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../../ThirdParty/gSOAP/stdsoap2.cpp -o ../../ThirdParty/gSOAP/stdsoap2.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../../ThirdParty/gSOAP/httpDigest.cpp -o ../../ThirdParty/gSOAP/httpDigest.o&lt;BR /&gt;g++ -Dlinux -Wall -Wno-deprecated -DWITH_OPENSSL -DWITH_OPENSSL -I../../ThirdParty/gSOAP -I../../Include -I../gSoapGeneratedCode -c ../../ThirdParty/gSOAP/digcalc.cpp -o ../../ThirdParty/gSOAP/digcalc.o&lt;BR /&gt;/usr/include/openssl/md5.h:108: error: size_t has not been declared&lt;BR /&gt;/usr/include/openssl/md5.h:110: error: size_t has not been declared&lt;BR /&gt;make: *** [../../ThirdParty/gSOAP/digcalc.o] Error 1&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2008 11:31:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911943#M5207</guid>
      <dc:creator>aclhkaclhk</dc:creator>
      <dc:date>2008-03-19T11:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: compilation error on linux (fedora core 5)</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911944#M5208</link>
      <description>version: release 3.0</description>
      <pubDate>Wed, 19 Mar 2008 11:35:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911944#M5208</guid>
      <dc:creator>aclhkaclhk</dc:creator>
      <dc:date>2008-03-19T11:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: compilation error on linux (fedora core 5)</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911945#M5209</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;AMT SDK is supported on RedHat EL3.0 and 4.0; unfortunately i am not sure which version of fedora core it corresponds to; you might want to check that. Also, here is a site where you can post the Linux AMT questions - &lt;A href="http://www.openamt.org/"&gt;http://www.openamt.org/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2008 21:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/compilation-error-on-linux-fedora-core-5/m-p/911945#M5209</guid>
      <dc:creator>Sreelekshm_S_Intel</dc:creator>
      <dc:date>2008-03-19T21:15:00Z</dc:date>
    </item>
  </channel>
</rss>

