Hey! 2012/1/20 Brandon Olivares <[email protected]>: > OK, after disabling camlp4, I get this: > > Error: /usr/local/lib/ocaml/site-lib/pcre/pcre.cmi is not a compiled interface > > I did install ocaml-pcre, so I'm not sure if it is some error with that or > what it might mean. I've cleaned it and reinstalled it several times to see > if it would help.
Man, I'm sorry, it seems that you get all possible issues.. This indicates that the binary module you have for ocaml pcre is not compatible with your current ocaml compiler. Most likely, this indicates that your ocaml compiler is not running the same version that was used to compile pcre-ocaml. For instance, pcre-ocaml was compiled with ocaml 3.11 and you are now running ocaml 3.12. The solution is at the same time simple and complicated. Simple because you only need to recompile pcre-ocaml using your current ocaml compiler. However, it may get complicated b/c pcre-ocaml was not compiled by you and also b/c this is likely to happen for other modules.. I guess, it is probably a good time now to tell us more about your distribution :-) * What distribution do you run? * How have you installed OCaml and its modules (pcre, etc..) With this information, we should be able to help you fix this.. Romain ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
