Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    gsoap build error

    Kopano Groupware Core
    1
    1
    169
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Vogi
      Vogi last edited by Vogi

      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

      1 Reply Last reply Reply Quote 0
      • First post
        Last post