caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] installing problem (MMM)
@ 2002-03-07 12:33 Christophe Roquebert
  2002-03-07 13:20 ` Jun P.FURUSE
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Roquebert @ 2002-03-07 12:33 UTC (permalink / raw)
  To: caml-list

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?

-------------------
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] installing problem (MMM)
  2002-03-07 12:33 [Caml-list] installing problem (MMM) Christophe Roquebert
@ 2002-03-07 13:20 ` Jun P.FURUSE
  0 siblings, 0 replies; 2+ messages in thread
From: Jun P.FURUSE @ 2002-03-07 13:20 UTC (permalink / raw)
  To: christophe.roquebert; +Cc: caml-list

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-07 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-07 12:33 [Caml-list] installing problem (MMM) Christophe Roquebert
2002-03-07 13:20 ` Jun P.FURUSE

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).