hi,
when I compiled the megam (Maximum entropy model), errors , seems like this
:
ocamldep *.mli *.ml > .depend
ocamlc -g -custom -o megam str.cma -cclib -lstr bigarray.cma -cclib -lbigarray
unix.cma -cclib -lunix -I /usr/lib/ocaml/caml fastdot_c.c fastdot.cmo
intHashtbl.cmo arry.cmo util.cmo data.cmo bitvec.cmo cg.cmo wsemlm.cmo bfgs.cmo
pa.cmo perceptron.cmo radapt.cmo kernelmap.cmo abffs.cmo main.cmo
fastdot_c.c:4:19: error: alloc.h: No such file or directory
fastdot_c.c:5:22: error: bigarray.h: No such file or directory
fastdot_c.c:6:20: error: custom.h: No such file or directory
fastdot_c.c:7:18: error: fail.h: No such file or directory
fastdot_c.c:8:20: error: intext.h: No such file or directory
fastdot_c.c:10:22: error: mlvalues.h: No such file or directory
fastdot_c.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_mult_dense_sparse'
fastdot_c.c:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_mult_dense_sparse_val'
fastdot_c.c:67: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_norm_dense'
fastdot_c.c:82: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_mult_dense_dense'
fastdot_c.c:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_mult_dense'
fastdot_c.c:114: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_add_dense_dense'
fastdot_c.c:135: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_add_dense_sparse'
fastdot_c.c:155: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'c_add_dense_sparse_val'
make: *** [megam] Error 2
Could somebody help me ? thank you !
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support