Hello,

I've hit the following error when trying to compile the ocaml tools using 
clang 3.8.0 and ocaml 4.02.3:

gmake -C test all
gmake[2]: Entering directory '/root/src/xen/tools/ocaml/test'
 MLOPT    xtl.cmx
 MLBIN    xtl
File "_none_", line 1:
Error: Files xtl.cmx
       and /root/src/xen/tools/ocaml/test/../libs/xentoollog/xentoollog.cmxa
       make inconsistent assumptions over interface Xentoollog
/root/src/xen/tools/ocaml/test/../Makefile.rules:96: recipe for target 'xtl' 
failed
gmake[2]: *** [xtl] Error 2
gmake[2]: Leaving directory '/root/src/xen/tools/ocaml/test'
/root/src/xen/tools/ocaml/../../tools/Rules.mk:215: recipe for target 
'subdir-all-test' failed
gmake[1]: *** [subdir-all-test] Error 2
gmake[1]: Leaving directory '/root/src/xen/tools/ocaml'
/root/src/xen/tools/ocaml/../../tools/Rules.mk:210: recipe for target 
'subdirs-all' failed
gmake: *** [subdirs-all] Error 2
gmake: Leaving directory '/root/src/xen/tools/ocaml'

Sadly I have no idea what this means. I've tried to open both xtl.cmx 
xentoollog.cmxa but AFAICT they are in binary format. Any help in solving 
this is appreciated.

Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to