-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I've adjusted the Makefile to point to my Ocaml installation... though I may
not have it quite right. And then I do a 'make' and get:
ocamlc.opt -g -c -I
/nfs/site/disks/sle_disk310/lrb2.users/patomson/godi/lib/ocaml/driver -I
/nfs/site/disks/sle_disk310/lrb2.users/patomson/godi/lib/ocaml/toplevel -I
/nfs/site/disks/sle_disk310/lrb2.users/patomson/godi/lib/ocaml/bytecomp -I
/nfs/site/disks/sle_disk310/lrb2.users/patomson/godi/lib/ocaml/parsing -I
/nfs/site/disks/sle_disk310/lrb2.users/patomson/godi/lib/ocaml/utils -I
/nfs/site/disks/sle_disk310/lrb2.users/patomson/godi/lib/ocaml/typing
mytoploop.ml
File "mytoploop.ml", line 17, characters 0-9:
Error: Unbound module Path
make: *** [mytoploop.cmo] Error 2
not sure where the Path module comes from...
Also, how complete is this parser?
Original issue reported on code.google.com by [email protected]
on 15 Mar 2012 at 8:41