From: Richard J. <ri...@an...> - 2006-08-18 17:56:01
|
On Wed, Aug 16, 2006 at 09:24:21PM +0100, Peter Jolly wrote: > I don't think there's any need to rename it, with all the consequent > breakage of existing code; there's no namespace clash since (by default) > Camomile's module is called Camomile.UTF8, not just UTF8, and it _is_ > supposed to emulate Camomile's module! :) Do I need to do something special to get this "packed" version of Camomile? Here is the error I'm experiencing: $ ocaml -I +camomile -I +extlib Objective Caml version 3.09.1 # #load "unix.cma";; # #load "bigarray.cma";; # #load "extLib.cma";; # #load "camomile.cma";; # UTF8.first;; The files /usr/lib/ocaml/3.09.1/extlib/extLib.cma and /usr/lib/ocaml/3.09.1/camomile/uTF8.cmi make inconsistent assumptions over interface UTF8 Rich. -- Richard Jones, CTO Merjis Ltd. Merjis - web marketing and technology - http://merjis.com Team Notepad - intranets and extranets for business - http://team-notepad.com |