I created an ebuild for the qxmlrpc library (http://code.google.com/p/qxmlrpc/). That is a Qt4 XML-RPC library, very convenient to use (or, at least, I like it). The ebuild can be found in my overlay https://patch-tag.com/r/brcha/brcha_overlay under dev-cpp/qxmlrpc. The ebuild includes several patches from Debian (http://packages.debian.org/source/squeeze/qxmlrpc). Ebuild and patches are also attached here, for convenience. Reproducible: Always
Created attachment 287691 [details] qxmlrpc ebuild
Created attachment 287693 [details, diff] fix for build targets (so that examples are not built)
Created attachment 287695 [details, diff] fix for unit tests (calls .a library with a _debug prefix)
Created attachment 287697 [details, diff] remove staticlib config var from .pro file
Created attachment 287699 [details, diff] fix for the client.h include file
Created attachment 287701 [details, diff] exclude qtgui from the library as it isn't needed
Please add static-libs use and add: use static-libs && dolib.a libqxmlrpc.a
Created attachment 287713 [details] qxmlrpc ebuild (In reply to comment #7) > Please add static-libs use and add: > use static-libs && dolib.a libqxmlrpc.a Thank you for the suggestion. I added the static-libs use flag.