Hello, I have some problems with compilation of Links. After typing make I get 'Unbound module Camlp4.PreCast.Ast'. I think it's due to wrong path to my library. That is Makefile try to use the following command to compile my code:' ocamlc.opt -c -dtypes -dtypes -w Ae -I /usr/local/lib/camlp4 -I deriving-310/lib utils.ml' but camlp4 is located in '/usr/lib/camlp4' directory. The question is how I can change this path? I tried to look at the Makefile but I couldn't figure out which line should be changed.
Best, M.M. _______________________________________________ links-users mailing list [email protected] http://lists.inf.ed.ac.uk/mailman/listinfo/links-users
