caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Fatal error: exception Ctype.Unify(_, _)
@ 2005-12-11 14:29 Richard Jones
  2005-12-12 15:44 ` [Caml-list] " Damien Doligez
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Jones @ 2005-12-11 14:29 UTC (permalink / raw)
  To: caml-list

Is this error ever supposed to be seen:

Fatal error: exception Ctype.Unify(_, _)

I can reproduce it using the code at
http://www.annexia.org/tmp/product_types.ml
but only when I accidentally compiled it without the right libraries.

ie: with OC-SOAP, but without PXP:

rich@oirase:~/d/merjis/freeware/ocsoap/interop$ ocamlfind ocamlc -I .. -c product_types.ml
Fatal error: exception Ctype.Unify(_, _)

but specifying PXP correctly:

rich@oirase:~/d/merjis/freeware/ocsoap/interop$ ocamlfind ocamlc -package pxp-lex-iso88591,pxp-engine -I .. -c product_types.ml

(it compiles fine).

This affects 3.08.3 and 3.09.0.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-12-13  9:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-11 14:29 Fatal error: exception Ctype.Unify(_, _) Richard Jones
2005-12-12 15:44 ` [Caml-list] " Damien Doligez
2005-12-12 18:58   ` Richard Jones
2005-12-13  8:12     ` Alessandro Baretta
2005-12-13  9:47       ` Richard Jones
2005-12-13  9:36         ` Alessandro Baretta
2005-12-13  9:59         ` Richard Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).