i tried to make  xmlrpc2di module by uncommenting all commented
statements in the Makefile.

then i executed

make install-xmlrpcpp

which went fine, but when i try to make the module, i get

make[1]: Entering directory `/usr/src/sems/apps/examples/xmlrpc2di'
g++ -Wall -Wno-reorder -fPIC -g -O2  -Ixmlrpc++0.7/src  -D_DEBUG -D_THREAD_SAFE 
-D_REENTRANT -DVERSION='"1.0.0-pre-r895M"' -DARCH='"i386"' -DOS='"linux"' 
-DOpenSER  -I ../../../core -Ixmlrpc++0.7/src  -c XMLRPC2DI.cpp -o XMLRPC2DI.o
XMLRPC2DI.cpp: In member function 'void XMLRPC2DI::sendRequest(const AmArg&, 
AmArg&)':
XMLRPC2DI.cpp:187: error: no matching function for call to 
'XmlRpc::XmlRpcClient::XmlRpcClient(const char*, int&, const char*, bool)'
xmlrpc++0.7/src/XmlRpcClient.h:43: note: candidates are: 
XmlRpc::XmlRpcClient::XmlRpcClient(const char*, int, const char*)
xmlrpc++0.7/src/XmlRpcClient.h:25: note:                 
XmlRpc::XmlRpcClient::XmlRpcClient(const XmlRpc::XmlRpcClient&)
make[1]: *** [XMLRPC2DI.o] Error 1

any ideas why this error occurs?

-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to