The package contains all files installed by "make install" in upstream's build script (except for a few that were removed for license reasons). Upstream's build script does not install the stdsoap2.c and stdsoap2.cpp source files.
The package includes the gsoap library compiled from the source for both C and C++, each in three different flavours. Make sure to use the compiler flags from pkg-config for the flavour of the library you use when compiling code that includes stdsoap2.h header. This way you use the same compiler options as the library you link to, even though they all use the same header file. Not using the right flags will cause problems. $ pkg-config --cflags gsoap -DWITH_IPV6 -DWITH_DOM $ pkg-config --cflags gsoapck -DWITH_IPV6 -DWITH_COOKIES -DWITH_DOM $ pkg-config --cflags gsoapssl -DWITH_IPV6 -DWITH_OPENSSL -DWITH_DOM -DWITH_COOKIES -DWITH_GZIP -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/902307 Title: stdsoap2.cpp missing? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/902307/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
