caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Matej Košík" <5764c029b688c1c0d24a2e97cd764f@gmail.com>
To: Caml List <caml-list@inria.fr>
Subject: Re: [Caml-list] ocamlfind + sexplib + bin_io
Date: Fri, 27 Apr 2012 19:37:24 +0100	[thread overview]
Message-ID: <4F9AE764.4060409@gmail.com> (raw)
In-Reply-To: <CE03BFB3-8F84-4AA4-A536-48E8DAC0DF22@metastack.com>

On 04/27/2012 07:24 PM, David Allsopp wrote:
> Try adding -verbose to the call - ocamlfind will display the commands it is executing which may help refine the problem.

With this:

ocamlfind ocamlc -verbose -linkpkg -package
sexplib,sexplib.syntax,bin_prot,bin_prot.syntax -syntax camlp4o main.ml

I get the following output:

Effective set of preprocessor predicates: preprocessor,syntax,camlp4o
Effective set of compiler predicates:
pkg_unix,pkg_bigarray,pkg_num.core,pkg_num,pkg_sexplib,pkg_camlp4,pkg_type_conv,pkg_sexplib.syntax,pkg_bin_prot,pkg_type-conv,pkg_bin_prot.syntax,syntax,autolink,byte
+ ocamlc.opt -verbose -I /home/mkosik/lib/godi/lib/ocaml/pkg-lib/num -I
/home/mkosik/lib/godi/lib/ocaml/std-lib/camlp4 -I
/home/mkosik/lib/godi/lib/ocaml/pkg-lib/type_conv -I
/home/mkosik/lib/godi/lib/ocaml/pkg-lib/sexplib -I
/home/mkosik/lib/godi/lib/ocaml/pkg-lib/type-conv -I
/home/mkosik/lib/godi/lib/ocaml/pkg-lib/bin_prot -pp "camlp4 '-I'
'/home/mkosik/lib/godi/lib/ocaml/std-lib/camlp4' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/type_conv' '-I'
'/home/mkosik/lib/godi/lib/ocaml/std-lib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/std-lib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/std-lib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/num' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/sexplib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/sexplib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/type-conv' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/bin_prot' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/bin_prot' '-parser' 'o'
'-parser' 'op' '-printer' 'p' 'pa_type_conv.cma' 'unix.cma'
'bigarray.cma' 'nums.cma' 'sexplib.cma' 'pa_sexp_conv.cma'
'pa_type_conv.cma' 'bin_prot.cma' 'pa_bin_prot.cma' "
/home/mkosik/lib/godi/lib/ocaml/std-lib/unix.cma
/home/mkosik/lib/godi/lib/ocaml/std-lib/bigarray.cma
/home/mkosik/lib/godi/lib/ocaml/std-lib/nums.cma
/home/mkosik/lib/godi/lib/ocaml/pkg-lib/sexplib/sexplib.cma
/home/mkosik/lib/godi/lib/ocaml/pkg-lib/bin_prot/bin_prot.cma main.ml
+ camlp4 '-I' '/home/mkosik/lib/godi/lib/ocaml/std-lib/camlp4' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/type_conv' '-I'
'/home/mkosik/lib/godi/lib/ocaml/std-lib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/std-lib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/std-lib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/num' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/sexplib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/sexplib' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/type-conv' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/bin_prot' '-I'
'/home/mkosik/lib/godi/lib/ocaml/pkg-lib/bin_prot' '-parser' 'o'
'-parser' 'op' '-printer' 'p' 'pa_type_conv.cma' 'unix.cma'
'bigarray.cma' 'nums.cma' 'sexplib.cma' 'pa_sexp_conv.cma'
'pa_type_conv.cma' 'bin_prot.cma' 'pa_bin_prot.cma'  'main.ml' >
/tmp/camlpp99eefa
Camlp4: Uncaught exception: Not_found

  parent reply	other threads:[~2012-04-27 18:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27 18:21 Matej Košík
     [not found] ` <CE03BFB3-8F84-4AA4-A536-48E8DAC0DF22@metastack.com>
2012-04-27 18:37   ` Matej Košík [this message]
2012-04-27 19:29     ` Markus Mottl
2012-04-28 18:12       ` Matej Košík
2012-04-28 18:46         ` Markus Mottl

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=4F9AE764.4060409@gmail.com \
    --to=5764c029b688c1c0d24a2e97cd764f@gmail.com \
    --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;
as well as URLs for NNTP newsgroup(s).