No rule to make target gsoap/extras
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
Hi Rob,
All the latest versions of gsoap when downloaded from source do not have gsoap/extras and this is leading to make failures.
The Makefile.am and Makefile.in have the directive as:
nobase_pkgdata_DATA = $(top_srcdir)/gsoap/import/ $(top_srcdir)/gsoap/plugin/ $(top_srcdir)/gsoap/WS/ $(top_srcdir)/gsoap/custom/ $(top_srcdir)/gsoap/extras/*
The bold text in the above directive is leading to issues as it the directory gsoap/extras is missing in the tar.gz distro. I had to explicitly patch this file and remove the highlighted text to get the make sorted.
Is this expected and users explicitly need to patch the Makefile after configure or you are going to patch it.
Please let me know.
Thanks
Umar