Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

wsdl2h compile error in Linux

postaquestion
Beginner
1,159 Views

I am trying to compile up the sample code in Intel_AMT_Release2_0_124884_p.zip on Linux and am getting the following error regarding wsdl2h: dos2unix: converting file Makefile to UNIX format ... ../../ThirdParty/gSOAP/wsdl2h -e -y -t
../../ThirdParty/gSOAP/typemap.dat -o HardwareAssetInterface.h
../../Include/WSDL/HardwareAssetInterface.wsdl make:
../../ThirdParty/gSOAP/wsdl2h: Command not found make: ***
[soapClient.cpp] Error 127 [root@csfnfs65 AssetDisplay]# ls
../../ThirdParty/gSOAP/ digcalc.cpp httpDigest.cpp stdsoap2.cpp
stldeque.h stllist.h stlvector.h digcalc.h httpDigest.h stdsoap2.h stl.h
stlset.h typemap.dat

I've checked the Docs directory for info and the only info on wsd12h is Windows based: ./Readme.txt: 1) Run wsdl.exe using the -n option ./Readme.txt: e.g. wsdl2h.exe -e -t typemap.dat -o RemoteControlInterface.h -n

It is very likely that the development environment is not right in Linux. What RPMs are required?? I have C and C++ already loaded.

0 Kudos
2 Replies
Gael_H_Intel
Moderator
1,159 Views

Hello,

1) After looking into your problem, it appears that the linux folder was "zipped" rather than "tarred" which may have resulted in permission problems.

2) Another area where you may be experiencing problems is that you will need to download Gsoap and make sure the executables are in the ThirdParty Gsoap folder.

Note that the 2.1 Release of the Intel AMT SDKis scheduled to be uploaded to the sitein approximately 2 weeks and the issueresulting in item 1 abovewill be fixed.

--G. Holmes

0 Kudos
Steven_W_Intel
Employee
1,159 Views

Also,

To download gsoap you may want to visit URL's http://sourceforge.net/projects/gsoap2and http://gsoap2.sourceforge.net/

All the best!

Steve Williams

0 Kudos
Reply