From: Gerd Stolpmann <info@gerd-stolpmann.de>
To: Pietro Abate <Pietro.Abate@anu.edu.au>
Cc: ocaml ml <caml-list@inria.fr>
Subject: Re: [Caml-list] ocamlfind syntax problem
Date: Mon, 31 Oct 2005 10:26:43 +0100 [thread overview]
Message-ID: <1130750803.5348.34.camel@localhost.localdomain> (raw)
In-Reply-To: <20051031030150.GA601@pulp.anu.edu.au>
Am Montag, den 31.10.2005, 14:01 +1100 schrieb Pietro Abate:
> Hi all,
>
> I'm trying to learn how to use ocamlfind with camlp4 syntax files.
>
> The problem is that my syntax file uses extlib and I get an undefined
> reference to ExtLib when I try to compile everything with ocamlfind.
>
> Since now I've compiled it following these steps:
>
> 1) I generate the ocaml code from my example using my syntax (with str
> and extlib)
> # camlp4o $STDLIB/str.cma $DESTDIR/extlib/extLib.cma syntaxfile.cma pr_o.cmo myex.ml > myex-pp.ml
> 2) I compile the result using other packages and ocamlfind.
> # ocamlfind ocamlc -package mypackages myex-pp.ml
>
> now I'm trying to skip the intermediate step. Therefore I've created
> my meta file that looks like this:
>
> version = "0.1"
> description = "syn file"
> requires = "camlp4 extlib"
> archive(syntax,preprocessor) = "syntaxfile.cma"
>
> and I'm trying to link everything together with:
> #ocamlfind ocamlc -package mypackages,syntaxfile -syntax syntaxfile myex.ml
>
> but it complains that syntaxfile.cma has a Reference to undefined global `ExtLib'.
That's a known bug. Use -syntax camlp4o,byte as workaround.
The problem is that without "byte" all the archive(byte)="..." settings
are ignored.
Gerd
> adding extlib to mypackages doesn't help...
> how can I pass $STDLIB/str.cma $DESTDIR/extlib/extLib.cma to the preprocessor
> via ocamlfind ?
>
> :)
> p
>
> ps: my compilation infrastructure is more complex, but I think the
> problem boils down to what I've described above.
>
--
------------------------------------------------------------
Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany
gerd@gerd-stolpmann.de http://www.gerd-stolpmann.de
Telefon: 06151/153855 Telefax: 06151/997714
------------------------------------------------------------
prev parent reply other threads:[~2005-10-31 9:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-31 3:01 Pietro Abate
2005-10-31 7:55 ` [Caml-list] " Alain Frisch
2005-10-31 9:26 ` Gerd Stolpmann [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=1130750803.5348.34.camel@localhost.localdomain \
--to=info@gerd-stolpmann.de \
--cc=Pietro.Abate@anu.edu.au \
--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