From: "Jun P.FURUSE" <Jun.Furuse@inria.fr>
To: christophe.roquebert@emi.u-bordeaux.fr
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] installing problem (MMM)
Date: Thu, 07 Mar 2002 14:20:37 +0100 (CET) [thread overview]
Message-ID: <20020307.142037.846935735.Jun.Furuse@inria.fr> (raw)
In-Reply-To: <3C875E05.8E6094B8@emi.u-bordeaux.fr>
From: Christophe Roquebert <christophe.roquebert@emi.u-bordeaux.fr>
Subject: [Caml-list] installing problem (MMM)
Date: Thu, 07 Mar 2002 13:33:10 +0100
Message-ID: <3C875E05.8E6094B8@emi.u-bordeaux.fr>
> After installing locally O'caml 418, and camltk, on my Linux system , I
> try to install mmm418, I get the following error at step three of
> installation :
>
> -ocamlc -I /net/dessccsi/risse/MMM/lib/ocaml/camltk -I japan -I misc -I
> www -I http -I html -I protos -I retrieve -I viewers -I htdisp -I appsys
>
> -I browser -I safe -g -c appsys/pgp.ml
> File "appsys/pgp.ml", line 47, characters 12-20:
> This function is applied to too many arguments
> make: *** [appsys/pgp.cmo] Error 2
>
> any idea how this should be fixed?
Sorry, please apply the following patch to shared/appsys/pgp.ml.
The source archive will be replaced by the fixed version soon.
---------------------------------------------------------------------------
Jun
Index: shared/appsys/pgp.ml
===================================================================
RCS file: /net/pauillac/caml/repository/mmm/ocaml/shared/appsys/pgp.ml,v
retrieving revision 1.2
diff -c -r1.2 pgp.ml
*** shared/appsys/pgp.ml 1999/12/10 10:31:15 1.2
--- shared/appsys/pgp.ml 2002/03/07 13:18:28
***************
*** 10,19 ****
(***********************************************************************)
(* A PGP decoder *)
- open Unix
open Msys
open Mstring
open Tk
(*
decoding goes as follows:
pgp -f +batchmode < signed > unsigned 2> log
--- 10,19 ----
(***********************************************************************)
(* A PGP decoder *)
open Msys
open Mstring
open Tk
+ open Unix
(*
decoding goes as follows:
pgp -f +batchmode < signed > unsigned 2> log
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
prev parent reply other threads:[~2002-03-07 13:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-07 12:33 Christophe Roquebert
2002-03-07 13:20 ` Jun P.FURUSE [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=20020307.142037.846935735.Jun.Furuse@inria.fr \
--to=jun.furuse@inria.fr \
--cc=caml-list@inria.fr \
--cc=christophe.roquebert@emi.u-bordeaux.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