From: Julien Signoles <julien.signoles@gmail.com>
To: Rabea Ameur-Boulifa <Rabea.Ameur-Boulifa@telecom-paristech.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Help Utilisation de modules avec Ocamlyacc...
Date: Mon, 14 Jun 2010 18:52:52 +0200 [thread overview]
Message-ID: <AANLkTimviyw0gGkX-Z7MK6miFN39V4A9couUpJUwFvPG@mail.gmail.com> (raw)
In-Reply-To: <4C164B80.2080202@telecom-paristech.fr>
[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]
Hello,
For caml-list readers who do not speak French, the initial question is about
the compilation of an ocamlyacc parser which uses the OcamlGraph library.
Le 14 juin 2010 17:32, Rabea Ameur-Boulifa <
Rabea.Ameur-Boulifa@telecom-paristech.fr> a écrit :
> J'utilise la librairie ocamlgraph pour la génération d'automates (LTS)...
> Je vous explique mon problème qui n'est pas un problème de Ocamlgraph mais
> d'utilisation avec Ocamlyacc.
>
> *La compilation donne ceci*
> ocamlc -c parser.mli
> File "parser.mli", line 41, characters 48-72:
> Unbound type constructor Graph.Builder.I(LTS).G.t
>
I don't know which build system (make, ocamlbuild, OcamlMakefile, etc) you
are using but you must add the directory where OcamlGraph is installed to
the list of directories searched for compiled files:
ocamlc -c -I +ocamlgraph parser.mli
The above line assumes a standard OcamlGraph installation.
Hope this helps,
Julien
PS: this kind of question should be posted on the beginner's list (
http://tech.groups.yahoo.com/group/ocaml_beginners)
[-- Attachment #2: Type: text/html, Size: 1847 bytes --]
prev parent reply other threads:[~2010-06-14 16:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 15:32 Rabea Ameur-Boulifa
2010-06-14 16:52 ` Julien Signoles [this message]
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=AANLkTimviyw0gGkX-Z7MK6miFN39V4A9couUpJUwFvPG@mail.gmail.com \
--to=julien.signoles@gmail.com \
--cc=Rabea.Ameur-Boulifa@telecom-paristech.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