[KLUG Programming] XML-RPC, C, & RH9
Adam Williams
programming@kalamazoolinux.org
Sun, 08 Feb 2004 14:07:19 -0500
On Sat, 2004-02-07 at 16:19, Adam Williams wrote:
> In trying to build xmlrpc-c-0.9.9 I get -
>
> make[3]: Leaving directory
> `/home/awilliam/Documents/SubSystems/oGo/mogo/test/c/xmlrpc-c-0.9.9/lib/abyss'
> make[3]: Entering directory
> `/home/awilliam/Documents/SubSystems/oGo/mogo/test/c/xmlrpc-c-0.9.9/lib'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory
> `/home/awilliam/Documents/SubSystems/oGo/mogo/test/c/xmlrpc-c-0.9.9/lib'
> make[2]: Leaving directory
> `/home/awilliam/Documents/SubSystems/oGo/mogo/test/c/xmlrpc-c-0.9.9/lib'
> Making all in src
> make[2]: Entering directory
> `/home/awilliam/Documents/SubSystems/oGo/mogo/test/c/xmlrpc-c-0.9.9/src'
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./../lib/expat/xmlparse
> -I./../lib/abyss/src -g -O2 -c XmlRpcCpp.cc
> In file included from XmlRpcCpp.cc:27:
> XmlRpcCpp.h:73: parse error before `)' token
Still stumped why the C++ crap won't compile, but I've got enough
working to make a successful RPC call from C to OGo and get legible
results back!