caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Nicolas Pouillard" <nicolas.pouillard@gmail.com>
To: "Andrew Warshaver" <awarshaver@janestcapital.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Re: extraneous -pp options with myocamlbuild
Date: Tue, 26 Jun 2007 08:55:15 +0200	[thread overview]
Message-ID: <cd67f63a0706252355g3609526cr22e5fc69ef0c14e@mail.gmail.com> (raw)
In-Reply-To: <467FE1E1.1030502@janestcapital.com>

On 6/25/07, Andrew Warshaver <awarshaver@janestcapital.com> wrote:
> Oops, I meant also to add, it does not matter if it is a -pp option, for
> examlpe if I have
>
> flag ["ocaml"] (A "foobar");;

Be more precisce on your flags

flag ["compile"; "ocaml"] (A"-onlyoncompilation")

there is also link, pp, ocamldep.

For the pp flag the -pp option is automatically added when there is at
least one argument to pass.

>
> then I get
>
> $ ./make.sh
> + /usr/local/home/godi310/godi/bin/ocamldep.opt foobar -pp foobar
> -modules live_query.ml > live_query.ml.depends
> sh: foobar: command not found
>
> Thanks!
>
> Andrew Warshaver wrote:
> > Hi Folks,
> >
> > I'm trying to use a myocamlbuild file with ocamlbuild.  It appears to me
> > that by my specifying a -pp option, an extra -pp option gets thrown in
> > and I'm not sure why.  Here is my myocamlbuild.ml (which I stole mostly
> > from another email):
> >
> > $ cat myocamlbuild.ml
> > open Ocamlbuild_plugin;;
> > open Command;;
> >
> > let packages = "pcre,netstring,jane,lbm"
> >
> > let pp = "camlp4o /home/awarshaver/multi-oc/lib/pa_type_conv.cmo
> > /home/awarshaver/multi-oc/lib/pa_sexp_conv.cmo";;
> >
> > let ocamlfind cmd =
> > S [A "ocamlfind"; A cmd; A "-thread"; A "-package"; A packages];;
> >
> > flag ["ocaml"] (S[A "-pp"; A pp]);;
> > flag ["ocaml"; "link"] (A"-linkpkg");;
> >
> > dispatch begin function
> >   | After_options ->
> >       Options.ocamlc := ocamlfind "c";
> >       Options.ocamlopt := ocamlfind "opt";
> >   | _ -> ()
> > end
> >
> > And here is what happens at the terminal...
> >
> > $ ./make.sh
> > + /usr/local/home/godi310/godi/bin/ocamldep.opt -pp 'camlp4o
> > /home/awarshaver/multi-oc/lib/pa_type_conv.cmo
> > /home/awarshaver/multi-oc/lib/pa_sexp_conv.cmo' -pp '-pp '\''camlp4o
> > /home/awarshaver/multi-oc/lib/pa_type_conv.cmo
> > /home/awarshaver/multi-oc/lib/pa_sexp_conv.cmo'\''' -modules
> > live_query.ml > live_query.ml.depends
> > sh: - : invalid option
> >
> > As you can see, after the first -pp '..' there is another -pp, and then
> > another '-pp ...', completely unexpected.
> >
> > Thanks,
> > Andrew
> >
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>


-- 
Nicolas Pouillard


      reply	other threads:[~2007-06-26  6:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-25 15:36 Andrew Warshaver
2007-06-25 15:40 ` Andrew Warshaver
2007-06-26  6:55   ` Nicolas Pouillard [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=cd67f63a0706252355g3609526cr22e5fc69ef0c14e@mail.gmail.com \
    --to=nicolas.pouillard@gmail.com \
    --cc=awarshaver@janestcapital.com \
    --cc=caml-list@yquem.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).