The failure mode is: ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ast.ml File "odoc_ast.ml", line 335, characters 38-3043: Error: Syntax error make[2]: *** [odoc_ast.cmo] Error 2
It appears that ocamlcomp.sh as generated on 10.5/x86_64 isn't the same as it is on the other 10.5 platforms. $ diff /sw/src/fink.build/ocaml-3.11.0-1/ocaml-3.11.0/ocamlcomp.sh /sw64/src/fink.build/ocaml-3.11.0-1/ocaml-3.11.0/ocamlcomp.sh 5c5 < exec $topdir/ocamlc.opt -nostdlib -I $topdir/stdlib "$@" --- > exec $topdir/boot/ocamlrun $topdir/ocamlc -nostdlib -I $topdir/stdlib "$@" -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
