caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Edgar Friendly <thelema314@gmail.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] No implementations provided for the following modules: Batteries
Date: Sun, 15 May 2011 15:07:19 -0400	[thread overview]
Message-ID: <4DD02467.3040100@gmail.com> (raw)
In-Reply-To: <BANLkTikKsVcAzx3si8O=scNons2=f7cGoA@mail.gmail.com>

On 05/15/2011 01:59 PM, Martin DeMello wrote:
> $ make
> make[1]: Entering directory `/home/martin/code/ocaml/nrepl-client'
> ocamlfind ocamlopt \
> 				-package unix,bigarray,str,mikmatch_pcre,pcre,batteries -linkpkg \
> 				 -I /home/martin/opt/godi/lib/ocaml/std-lib/camlp4 -I ledit/  -I
> /home/martin/opt/godi/lib/ocaml/pkg-lib/batteries -I
> /home/martin/opt/godi/lib/ocaml/std-lib/camlp5 -I
> /home/martin/opt/godi/lib/ocaml/pkg-lib/pcre -I
> /home/martin/opt/godi/lib/ocaml/pkg-lib/mikmatch_pcre    -ccopt
> -Lledit/        -o nrepl-client \
> 				ledit/cursor.cmx ledit/ledit.cmx nrepl_client.cmx
> File "_none_", line 1, characters 0-1:
> Error: No implementations provided for the following modules:
>           Batteries referenced from nrepl_client.cmx
Batteries is a bit wierd - if you're not linking using threads, only 
Batteries_uni (uni-threaded) is available.  If you link with threads, 
the full Batteries module is available, including additional threading 
primitives.

Sometime, we'll have to modify our build system to produce two Batteries 
modules, one for multi-threads and one for single-thread, but for the 
moment there's some oddities like this.

E.

  reply	other threads:[~2011-05-15 19:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-15 17:59 Martin DeMello
2011-05-15 19:07 ` Edgar Friendly [this message]
2011-05-15 19:33   ` Martin DeMello

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=4DD02467.3040100@gmail.com \
    --to=thelema314@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).