Installation problems of root-v5.18 on SUSE Linux

Hi,
I got some error messages when compiling the root-v5.18 source code on SUSE Linux:

[quote]clarens/src/TClProxy.cxx:23:27: error: xmlrpc_client.h: No such file or directory
In file included from clarens/src/TClProxy.cxx:28:
include/TXmlRpc.h:24:27: error: xmlrpc_client.h: No such file or directory
include/TClSession.h:46: error: ISO C++ forbids declaration of ‘xmlrpc_server_info’ with no type
include/TClSession.h:46: error: expected ‘;’ before ‘’ token
include/TClSession.h:56: error: ‘xmlrpc_server_info’ has not been declared
include/TClSession.h:63: error: ISO C++ forbids declaration of ‘xmlrpc_server_info’ with no type
include/TClSession.h:63: error: expected ‘;’ before '
’ token
include/TClSession.h:64: error: expected ;' before 'const' include/TXmlRpc.h:55: error: ISO C++ forbids declaration of 'xmlrpc_server_info' with no type include/TXmlRpc.h:55: error: expected ';' before '*' token include/TXmlRpc.h:56: error: expected;’ before ‘const’[/quote]

Can anybody tell me where I can find xmlrpc_client.h and why we need it?
We have already installed root-v5.08 without this header file. Is it a new feature of v5.18? Any help will be greatly appreciated.

Regards,
Jerry

Please disable clarens support by doing:

./configure --disable-clarens

Cheers, Fons.