gsoap build error
-
Hello!
With this commit I am getting build errors.I could solve it by adding the gsoap path to the Makefile.am:
--- kopanocore-8.7.90/Makefile.am 2018-12-24 10:51:00.000000000 +0100 +++ kopanocore-8.7.90.gsoap/Makefile.am 2018-12-24 11:38:51.000000000 +0100 @@ -786,13 +786,13 @@ provider/soap/soapKCmdService.cpp provider/soap/soapKCmdService.h \ provider/soap/soapStub.h ${SOAP_OUT}: provider/soap/KCmd.nsmap provider/soap/KCmd.nsmap: ${SOAPHEADER} ${MKDIR_P} provider/soap - soapcpp2 -jxw -Iinclude/ -d provider/soap/ $< + soapcpp2 -jxw -Iinclude/:/usr/share/gsoap/import -d provider/soap/ $< BUILT_SOURCES += provider/soap/KCmd.nsmap ${SOAP_OUT} CLEANFILES += ${SOAP_OUT} provider/soap/* #
Is there a better way to solve this behaviour?
Or is it a local problem on my system (Gentoo)?Grretings
Vogi