From: Michel Mauny <Michel.Mauny@inria.fr>
To: Daniel Marre <Daniel.Marre@insa-toulouse.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] ocamllex -ocamlyacc pb
Date: Tue, 26 Oct 2004 18:32:30 +0200 [thread overview]
Message-ID: <20041026163230.GA21964@quincy.inria.fr> (raw)
In-Reply-To: <417E7326.6060206@insa-toulouse.fr>
Daniel Marre wrote/écrivait (Tue, Oct 26, 2004 at 05:54:14PM +0200):
> Si quelqu'un peut m'apporter un peu de lumière, je le remercie par avance.
C'est parce qu'il reste un peu de CamlLight dans parser.mly. Il te
faut changer
%type <plftypes__plf> debut
en
%type <Plftypes.plf> debut
et compiler plftypes.ml avant de compiler parser.ml (pour créer
l'interface de Plftypes). (Je n'ai pas testé plus que cela.)
Cordialement,
-- Michel Mauny
next prev parent reply other threads:[~2004-10-26 16:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-26 15:54 Daniel Marre
2004-10-26 16:26 ` [Caml-list] " Jean-Christophe Filliatre
2004-10-26 16:32 ` Michel Mauny [this message]
2004-10-26 16:36 ` Olivier Pérès
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=20041026163230.GA21964@quincy.inria.fr \
--to=michel.mauny@inria.fr \
--cc=Daniel.Marre@insa-toulouse.fr \
--cc=caml-list@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