I try to compile xen-api and get some errors.
[root@ xen-api]# make
omake -j 8 phase1
*** omake: reading OMakefiles
*** omake: finished reading OMakefiles (0.14 sec)
- build ocaml/idl datamodel_values.cmx
+ ocamlfind ocamlopt -package
xml-light2,sexpr,log,http-svr -g -dtypes -thread -warn-error
+a-4-6-9-27-28-29 -ccopt -fPIC -I ocaml_backend -I
../database -I .. -c
datamodel_values.ml
Error: Unbound module XMLRPC
*** omake: 323/353 targets are up to date
*** omake: failed (0.37 sec, 33/38 scans, 1/85 rules,
1/458 digests)
*** omake: targets were not rebuilt because of errors:
 Âocaml/idl/datamodel_values.cmi
 Âocaml/idl/datamodel_values.cmx
 Âocaml/idl/datamodel_values.o
make: *** [all] Error 2
Does anyone can help me to resolve this problem or tell me
where the module XMLRPC exists?