[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jun P.FURUSE <Jun.Furuse@i...> |
| Subject: | Re: [Caml-list] installing problem (MMM) |
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