私はUbuntuにXMLRPC_Cをインストールしようとしています。XMLRPC_Cのインストール中にエラーが発生しました
私は、HTMLラッパーの前提条件としてcurlをインストールしました。
私はsourceforgeからXMLRPCの安定版をチェックアウトしました。
私は./configureをした後、makeを実行すると、それは言って終了します。
registry.cpp: In member function ‘virtual void xmlrpc_c::method2::execute(const xmlrpc_c::paramList&, xmlrpc_c::value*)’:
registry.cpp:73:20: error: uninitialized const ‘nullCallInfo’ [-fpermissive]
blddir/include/xmlrpc-c/registry.hpp:17:24: note: ‘const class xmlrpc_c::callInfo’ has no >user-provided default constructor
make[2]: * [registry.o] Error 1
make[2]: Leaving directory `/home/sridutt/Downloads/xmlrpc-c/src/cpp'
make[1]: * [cpp/all] Error 2
make[1]: Leaving directory `/home/sridutt/Downloads/xmlrpc-c/src'
make: * [src/all] Error 2
私は、フォーラムでチェックすると、それがFedoraのRC15のバグ修正を提供します。
これを修正するにはどうすればよいですか?