caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Thomas Gazagnaire <thomas.gazagnaire@gmail.com>
To: "Jérémie Dimino" <jeremie@dimino.org>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] compiling static preprocessors
Date: Thu, 1 Mar 2012 23:25:25 +0100	[thread overview]
Message-ID: <D0364741-7C37-4E9A-B33D-056DD1883B3B@gmail.com> (raw)
In-Reply-To: <20120301225258.3cb2618b@locris.home>

> Camlp4Bin.cmo must be the last file on the command line.

Thanks Jérémie, this indeed fixes part of the problem. Now, I get a new error message:

Fatal error: exception Not_found
Raised at file "camlp4/Camlp4/Struct/Grammar/Delete.ml", line 131, characters 16-25
Called from file "camlp4/Camlp4/Struct/Grammar/Delete.ml", line 146, characters 17-56
Called from file "lib/pa_type_conv.ml", line 421, characters 12-62

where pa_type_conv.ml:421 is:

    DELETE_RULE Gram str_item: "module"; a_UIDENT; module_binding0 END;

So I suppose the OCaml grammar is not yet registered when type-conv tries to remove the rule. Oh dear... Any thoughts on this one?

--
Thomas



  reply	other threads:[~2012-03-01 22:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01 19:58 Thomas Gazagnaire
2012-03-01 20:14 ` Wojciech Meyer
2012-03-01 21:52 ` Jérémie Dimino
2012-03-01 22:25   ` Thomas Gazagnaire [this message]
2012-03-01 22:32     ` Jérémie Dimino
2012-03-01 22:43       ` Thomas Gazagnaire

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=D0364741-7C37-4E9A-B33D-056DD1883B3B@gmail.com \
    --to=thomas.gazagnaire@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=jeremie@dimino.org \
    /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).