o Dan-Cristian Bogos [11/14/08 13:50]: > Stefan, > > unfortunatelly I have no C++ knoledge not much I can do about patching > anything there. > > I can however do the tests you need and let you know about the results, > just let me know what you want me to check. can you add #include <string.h> #include <strings.h> at the top of XmlRpcClient.cpp and try again?
thanks Stefan > > DanB > > On Fri, 2008-11-14 at 13:45 +0100, Stefan Sayer wrote: >> o Dan-Cristian Bogos [11/14/08 13:10]: >>> Stefan, >>> >>> I understand your point regarding libxmlrpc++-dev being removed from >>> lenny. However, should the local download and installation directly with >>> your script in Makefile not work on lenny? >> yes. can you send me a patch? >> >> probably its only >> >> #include <string.h> >> #include <strings.h> >> >> missing. >> >> Stefan >> >>> The errors I have sent before were during local installation. >>> >>> Cheers, >>> DanB >>> >>> On Fri, 2008-11-14 at 13:01 +0100, Stefan Sayer wrote: >>>> o Dan-Cristian Bogos [11/14/08 12:01]: >>>>> Hey Stefan, >>>>> >>>>> disabling the -lxmlrpc++ worked, therefore I coudl successfully install >>>>> the local version. >>>>> Now from your point of view, do I need to run the cvs version, or should >>>>> do also the xmlrpc++0.7? >>>> if you don't need SSL, 0.7 is ok. >>>> >>>>> The successfull install was done on etch, however when I try to do it on >>>>> lenny (on another host I run lenny, and this is why I initially could >>>>> not find the libxmlrpc++-dev package) I got the bellow errors. Not >>>>> really the end of the world for me that it does not work, but I thought >>>>> I get them to you in the eventuality of expanding support for more >>>>> distros >>>> (newer) cvs version should compile/work better. >>>> >>>> Unfortunately xmlrpc++ got removed from debian >>>> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481326), there was no >>>> release in a few years. Recently there has been some activity (MT >>>> support), so maybe some time we will see a release again. >>>> >>>> Stefan >>>>> Ta, >>>>> Dan >>>>> >>>>> On lenny, local install, I got the following: >>>>> >>>>> [EMAIL PROTECTED]:~/src/sems/trunk/apps/xmlrpc2di$ sudo make >>>>> make[1]: Entering directory `/home/dan/src/sems/trunk/apps/xmlrpc2di' >>>>> make[1]: Nothing to be done for `deps'. >>>>> make[1]: Leaving directory `/home/dan/src/sems/trunk/apps/xmlrpc2di' >>>>> make[1]: Entering directory `/home/dan/src/sems/trunk/apps/xmlrpc2di' >>>>> make -C xmlrpc++0.7 libXmlRpc.a >>>>> make[2]: Entering directory >>>>> `/home/dan/src/sems/trunk/apps/xmlrpc2di/xmlrpc++0.7' >>>>> g++ -g -Wall -O2 -I./src -fPIC -c -o src/XmlRpcClient.o >>>>> src/XmlRpcClient.cpp >>>>> src/XmlRpcClient.cpp: In member function ‘virtual bool >>>>> XmlRpc::XmlRpcClient::readHeader()’: >>>>> src/XmlRpcClient.cpp:312: error: ‘strncasecmp’ was not declared in this >>>>> scope >>>>> src/XmlRpcClient.cpp:314: error: ‘strncmp’ was not declared in this >>>>> scope >>>>> src/XmlRpcClient.cpp: In member function ‘virtual bool >>>>> XmlRpc::XmlRpcClient::parseResponse(XmlRpc::XmlRpcValue&)’: >>>>> src/XmlRpcClient.cpp:397: warning: suggest parentheses around && within >>>>> || >>>>> make[2]: *** [src/XmlRpcClient.o] Error 1 >>>>> make[2]: Leaving directory >>>>> `/home/dan/src/sems/trunk/apps/xmlrpc2di/xmlrpc++0.7' >>>>> make[1]: *** [xmlrpc++0.7/libXmlRpc.a] Error 2 >>>>> make[1]: Leaving directory `/home/dan/src/sems/trunk/apps/xmlrpc2di' >>>>> make: [all] Error 2 (ignored) >>>>> >>>>> > -- Stefan Sayer VoIP Services [EMAIL PROTECTED] www.iptego.com IPTEGO GmbH Am Borsigturm 40 13507 Berlin Germany Amtsgericht Charlottenburg, HRB 101010 Geschaeftsfuehrer: Alexander Hoffmann _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
