Hello, I am trying to compile xmlrpc++ 0.7, but when I launch the make command I get the following errors. Please help me. Thanks
D:\Downloads\xmlrpc++0.7 (1)\xmlrpc++0.7>mingw32-make
g++ -g -Wall -Wstrict-prototypes -O2 -I./src -c -o src/XmlRpcClient.o src/XmlR
pcClient.cpp
cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada
/C/ObjC but not for C++
src/XmlRpcClient.cpp: In member function 'virtual bool XmlRpc::XmlRpcClient::rea
dHeader()':
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::par
seResponse(XmlRpc::XmlRpcValue&)':
src/XmlRpcClient.cpp:397: warning: suggest parentheses around '&&' within '||'
mingw32-make: *** Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I am trying to compile xmlrpc++ 0.7, but when I launch the make command I get the following errors. Please help me. Thanks
D:\Downloads\xmlrpc++0.7 (1)\xmlrpc++0.7>mingw32-make
g++ -g -Wall -Wstrict-prototypes -O2 -I./src -c -o src/XmlRpcClient.o src/XmlR
pcClient.cpp
cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada
/C/ObjC but not for C++
src/XmlRpcClient.cpp: In member function 'virtual bool XmlRpc::XmlRpcClient::rea
dHeader()':
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::par
seResponse(XmlRpc::XmlRpcValue&)':
src/XmlRpcClient.cpp:397: warning: suggest parentheses around '&&' within '||'
mingw32-make: *** Error 1