GithubHelp home page GithubHelp logo

yudi-matsuzake / onvif-mkmakefile Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 10 KB

Script to generate the onvif's Makefile to generate the c++ client proxies code modularized in folders and c++ namespaces with gsoap (wsdhl2h and soapcpp2) based on the wsdl urls listed in wsdl.txt file.

Shell 100.00%

onvif-mkmakefile's People

Contributors

yudi-matsuzake avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

onvif-mkmakefile's Issues

Compile Error

Hello Dear
I've used your library for device discovery of IP Cameras.
I've downloaded and installed gsoap and entered the following command:

$$ make secenv devicemgmt/devicemgmt.hpp ptz/ptz.hpp

it works fine, but when I want to compile devicemgmt c++ files with the follwoing command

$$ g++ -c -DWITH_NOIDREF *.cpp

I face these errors:

DevicemgmtC.cpp: In function ‘Devicemgmt::tt__ActionEngineEventPayload* Devicemgmt::soap_in_tt__ActionEngineEventPayload(soap*, const char*, Devicemgmt::tt__ActionEngineEventPayload*, const char*)’:
DevicemgmtC.cpp:51870:10: error: ‘soap_in_PointerToSOAP_ENV__Fault’ was not declared in this scope
{ if (soap_in_PointerToSOAP_ENV__Fault(soap, "tt:Fault", &a->tt__ActionEngineEventPayload::Fault, ""))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DevicemgmtC.cpp:51870:10: note: suggested alternative: ‘soap_in_PointerToSOAP_ENV__Header’
{ if (soap_in_PointerToSOAP_ENV__Fault(soap, "tt:Fault", &a->tt__ActionEngineEventPayload::Fault, ""))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
soap_in_PointerToSOAP_ENV__Header
DevicemgmtC.cpp: In function ‘void Devicemgmt::soap_serialize_SOAP_ENV__Envelope(soap*, const Devicemgmt::SOAP_ENV__Envelope*)’:
DevicemgmtC.cpp:149618:2: error: ‘soap_serialize_PointerToSOAP_ENV__Header’ was not declared in this scope
soap_serialize_PointerToSOAP_ENV__Header(soap, &a->SOAP_ENV__Header);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DevicemgmtC.cpp:149618:2: note: suggested alternative: ‘soap_serialize_PointerToSOAP_ENV__Envelope’
soap_serialize_PointerToSOAP_ENV__Header(soap, &a->SOAP_ENV__Header);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
soap_serialize_PointerToSOAP_ENV__Envelope
DevicemgmtC.cpp: In function ‘int Devicemgmt::soap_out_SOAP_ENV__Envelope(soap*, const char*, int, const Devicemgmt::SOAP_ENV__Envelope*, const char*)’:
DevicemgmtC.cpp:149628:6: error: ‘soap_out_PointerToSOAP_ENV__Header’ was not declared in this scope
if (soap_out_PointerToSOAP_ENV__Header(soap, "SOAP-ENV:Header", -1, &a->SOAP_ENV__Header, ""))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DevicemgmtC.cpp:149628:6: note: suggested alternative: ‘soap_in_PointerToSOAP_ENV__Header’
if (soap_out_PointerToSOAP_ENV__Header(soap, "SOAP-ENV:Header", -1, &a->SOAP_ENV__Header, ""))

I've provided the gsoap folder with -I flag, but it didn't do any better. what should I do ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.