From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id MAA08386; Mon, 27 Aug 2001 12:11:35 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id MAA08847 for ; Mon, 27 Aug 2001 12:11:34 +0200 (MET DST) Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f7RABXn27076 for ; Mon, 27 Aug 2001 12:11:33 +0200 (MET DST) Received: from ip178.usw22.rb1.bel.nwlink.com (ip178.usw22.rb1.bel.nwlink.com [207.202.195.178]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id DAA06665 for ; Mon, 27 Aug 2001 03:09:47 -0700 (PDT) Received: (qmail 9806 invoked by uid 500); 27 Aug 2001 10:11:24 -0000 Date: Mon, 27 Aug 2001 03:11:24 -0700 From: Michael Leary To: caml Subject: Re: [Caml-list] OcamlMakefile not working for me... Message-ID: <20010827031124.A9799@jean.nwlink.com> References: <20010826213923.A3112@jean.nwlink.com> <20010827011635.A8827@jean.nwlink.com> <20010827025906.A9673@jean.nwlink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010827025906.A9673@jean.nwlink.com>; from leary@nwlink.com on Mon, Aug 27, 2001 at 02:59:06AM -0700 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, Aug 27, 2001 at 02:59:06AM -0700, Michael Leary wrote: > $> ./nineteen_one > Fatal error: uncaught exception Failure("Cgi.parse_arguments: unknown method") from cgi.mli: val parse_arguments : config -> unit val arguments : unit -> (string * argument) list (* - let () = parse_arguments config: * Decodes the CGI arguments. 'config' specifies limits and processing * hints; you can simply pass default_config (see below). val default_config : config (* maximum_content_length = maxint * how_to_process_arguments = "use always Memory" * tmp_directory = "/var/tmp" * tmp_prefix = "cgi" * workarounds = [ Work_around_MSIE_content_type_bug; * Work_around_backslash_bug; ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr