Talk:XCP Building Instructions

From Xen
Revision as of 22:12, 19 August 2012 by GarveyPatrickD (talk | contribs) (Pointer to documented source of help.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I try to compile XCP and get some errors. Does anyone can help me to resolve this problem?

omake -j 8 phase1

      • omake: reading OMakefiles
      • omake: finished reading OMakefiles (0.16 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 File "datamodel_values.ml", line 28, characters 17-33: Error: Unbound module XMLRPC

      • omake: 323/353 targets are up to date
      • omake: failed (0.23 sec, 0/38 scans, 1/85 rules, 1/454 digests)
      • omake: targets were not rebuilt because of errors:
  ocaml/idl/datamodel_values.cmi
     depends on: ocaml/idl/datamodel_values.ml
  ocaml/idl/datamodel_values.cmx
     depends on: ocaml/idl/datamodel_values.ml
  ocaml/idl/datamodel_values.o
     depends on: ocaml/idl/datamodel_values.ml

Try following the instructions on http://www.xen.org/products/xcp/community_and_support.html
GarveyPatrickD 22:12, 19 August 2012 (UTC)