caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: Alessandro Baretta <a.baretta@barettadeit.com>
Cc: Damien Doligez <damien.doligez@inria.fr>,
	caml users <caml-list@inria.fr>
Subject: Re: [Caml-list] Fatal error: exception Ctype.Unify(_, _)
Date: Tue, 13 Dec 2005 09:47:20 +0000	[thread overview]
Message-ID: <20051213094719.GA32083@furbychan.cocan.org> (raw)
In-Reply-To: <439E8267.6010905@barettadeit.com>

On Tue, Dec 13, 2005 at 09:12:23AM +0100, Alessandro Baretta wrote:
> ocamlc -I +equeue -I +netstring -I +netclient -I +pxp-lex-iso88591 -I 
> +pxp-engine -c oCSoap.mli
> File "oCSoap.mli", line 26, characters 4-73:
> Unbound type constructor Pxp_document.node
> ocamlc -I +equeue -I +netstring -I +netclient -I +pxp-lex-iso88591 -I 
> +pxp-engine -c oCSoap.ml
> File "oCSoap.ml", line 10, characters 4-73:
> Unbound type constructor Pxp_document.node
> ocamlc -c product_types.ml
> File "product_types.ml", line 3, characters 0-11:
> Unbound module OCSoap
> 
> Does this mean anything to you? However, let me add the following:

It looks like you have PXP installed in a non-standard place.  I was
trying to avoid extra dependencies (ie. findlib), but I guess that
once you've installed the whole of ocamlnet + PXP, you might as well
have findlib installed too ..

> alex@alex:~/dl/product_types$ ocamlfind ocamlc -package 
> equeue,netstring,netclient,pxp-lex-iso88591,pxp-engine -c oCSoap.mli
> alex@alex:~/dl/product_types$ ocamlfind ocamlc -package 
> equeue,netstring,netclient,pxp-lex-iso88591,pxp-engine -c oCSoap.ml
> alex@alex:~/dl/product_types$ ocamlc -c product_types.ml
> Fatal error: exception Ctype.Unify(_, _)
> (Program not linked with -g, cannot print stack backtrace)
> 
> I've added this message as a note to the bug report in Mantis.

Good -- looks like it's not just my imagination then :-)

Which version of OCaml are you using?

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


  reply	other threads:[~2005-12-13  9:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-11 14:29 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 [this message]
2005-12-13  9:36         ` Alessandro Baretta
2005-12-13  9:59         ` Richard Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051213094719.GA32083@furbychan.cocan.org \
    --to=rich@annexia.org \
    --cc=a.baretta@barettadeit.com \
    --cc=caml-list@inria.fr \
    --cc=damien.doligez@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).