Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Yoriyuki Yamagata <yoriyuki.y@gmail.com>
To: Caml List <caml-list@inria.fr>
Subject: [Caml-list] findlib on MinGW
Date: Tue, 22 Mar 2011 17:22:21 +0900	[thread overview]
Message-ID: <AANLkTimxiKY1+tm3H_c_Q6YEuMP8rwS5uKCYZ0rGDxdb@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2567 bytes --]

Hi,

I know that it is a bad habit asking a help to the list so easily, but I
stuck and cannot come up with any idea.  Googling does not show up any
information.

Now, I am trying to compile Camomile on MinGW port.  After some twiddling
compiler options, I can compile Camomile, but unfortunately findlib emits
the error during installation.

$ make install
files= &&\
        if [ -f camomileLibrary.cmx ]; then files=camomileLibrary.cmx; fi &&
\
        if [ -f camomileLibrary.cma ]; then files="camomileLibrary.cma
$files";
fi && \
        if [ -f camomileLibrary.cmxa ]; then files="camomileLibrary.cmxa
$files"
; fi && \
        if [ -f camomileLibraryDefault.cmx ]; then
files="camomileLibraryDefault
.cmx $files"; fi && \
        if [ -f camomileLibraryDyn.cmx ]; then files="camomileLibraryDyn.cmx
$fi
les"; fi && \
        if [ -f camomile.cma ]; then files="camomile.cma $files"; fi&& \
        if [ -f camomile.cmxa ]; then files="camomile.cmxa $files"; fi&& \
        if [ -f camomile.a ]; then files="camomile.a $files"; fi && \
        ocamlfind install camomile $files META camomileLibrary.mli
camomileLibra
ryDefault.mli camomileLibraryDyn.mli camomileLibrary.cmi
camomileLibraryDefault.
cmi camomileLibraryDyn.cmi
Installed C:\OCaml\lib/site-lib\camomile\camomileLibraryDyn.cmi
Installed C:\OCaml\lib/site-lib\camomile\camomileLibraryDefault.cmi
Installed C:\OCaml\lib/site-lib\camomile\camomileLibrary.cmi
Installed C:\OCaml\lib/site-lib\camomile\camomileLibraryDyn.mli
Installed C:\OCaml\lib/site-lib\camomile\camomileLibraryDefault.mli
Installed C:\OCaml\lib/site-lib\camomile\camomileLibrary.mli
Installed C:\OCaml\lib/site-lib\camomile\camomileLibrary.cmx
Installed C:\OCaml\lib/site-lib\camomile\camomileLibrary.cma
Installed C:\OCaml\lib/site-lib\camomile\camomileLibrary.cmxa
Installed C:\OCaml\lib/site-lib\camomile\camomileLibraryDefault.cmx
Installed C:\OCaml\lib/site-lib\camomile\camomileLibraryDyn.cmx
Installed C:\OCaml\lib/site-lib\camomile\camomile.cma
Installed C:\OCaml\lib/site-lib\camomile\camomile.cmxa
Installed C:\OCaml\lib/site-lib\camomile\camomile.a
Uncaught exception: Unix.Unix_error(1, "utimes",
"C:\\OCaml\\lib/site-lib\\camom
ile\\META")
make: *** [install-with-ocamlfind] Error 3

Any idea?  *I think* I am the root.  The version of findlib is 1.2.6 and I
installed it by default options (no options to configure).
-- 
Yoriyuki Yamagata (Research Scientist)
National Institute of Advanced Industrial Science and Technology
E-mail: yoriyuki.yamagata@aist.go.jp
http://staff.aist.go.jp/yoriyuki.yamagata/index.html.en

[-- Attachment #2: Type: text/html, Size: 3043 bytes --]

             reply	other threads:[~2011-03-22  8:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-22  8:22 Yoriyuki Yamagata [this message]
2011-03-22  8:32 ` dmitry grebeniuk
2011-03-24  5:50   ` Yoriyuki Yamagata

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=AANLkTimxiKY1+tm3H_c_Q6YEuMP8rwS5uKCYZ0rGDxdb@mail.gmail.com \
    --to=yoriyuki.y@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