From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 927DBBBAF for ; Tue, 3 Feb 2009 13:28:34 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoCAFvHh0nRVdwKkGdsb2JhbACTZj8BAQEBCQkMBxEDqwuOdQEDAQOEEQaDeQ X-IronPort-AV: E=Sophos;i="4.37,372,1231110000"; d="scan'208";a="34667571" Received: from mail-fx0-f10.google.com ([209.85.220.10]) by mail4-smtp-sop.national.inria.fr with ESMTP; 03 Feb 2009 13:28:34 +0100 Received: by fxm3 with SMTP id 3so2080137fxm.3 for ; Tue, 03 Feb 2009 04:28:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=o1Xl+sbE1s0xGNAyL0X9KlOOTE0I4nVvzaNlf47UkcM=; b=J829oMs0ugoW79f4E/QFg253z7eiAc2Y40aYdn4QvRQty1l9Vqvs4fsJsokez7q15f U0/wbHl0h2aQdVI5kuelL8yBiEsUmnscUIczVIS7D1YG+fIXK+z8U8ot2YehGKCWLYoj 4Ji4OdJDaBAPeJwM/8kp5wwH9p2LFbbPr8Q+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=VZVmOV8/4rrZRG0ES8AKWp9U6LUWxs02eDeCGwLMexB7nahMVZpl2jKOuTbK0afu5+ MjJd8TReUncM52Nvg6tsITCSkjlZDR2quAWhlcyh7KeYJ9e5vA2KInMkWMVXwJ5ca8hp 3LviPdrNoBJgGYV9bovxUkuam0/y9t4lFp0XA= MIME-Version: 1.0 Sender: david.mentre@gmail.com Received: by 10.180.208.5 with SMTP id f5mr2060612bkg.211.1233664113681; Tue, 03 Feb 2009 04:28:33 -0800 (PST) In-Reply-To: <498833FF.5020700@lab.vectoris.fr> References: <498833FF.5020700@lab.vectoris.fr> Date: Tue, 3 Feb 2009 13:28:33 +0100 X-Google-Sender-Auth: c4fe2df8d68641da Message-ID: <3d13dcfc0902030428pf9e78e6t50137b8274110374@mail.gmail.com> Subject: Re: [Caml-list] Unbound module XHTML.M From: David MENTRE To: "Mihamina Rakotomandimby (R12y)" Cc: caml-list@yquem.inria.fr, ocsigen@sympa.mancoosi.univ-paris-diderot.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; ocamlc:01 usr:01 lib:01 usr:01 lib:01 ocaml:01 ocamlc:01 ocaml:01 2009:98 unbound:01 unbound:01 wrote:01 compile:01 caml-list:01 seems:03 Hello Mihamina, On Tue, Feb 3, 2009 at 13:09, Mihamina Rakotomandimby (R12y) wrote: > (already posted in OCsigen ML, but seems top be unresponsive list) Maybe you should wait more than 15 minutes... > when trying to compile: > ocamlc \ > -I /usr/lib/ocsigen/extensions/ \ > -I /usr/lib/ocaml/3.10.2/lwt/ \ > -c tutorial.ml > I got the error: > File "tutorial.ml", line 2, characters 0-12: > Unbound module XHTML.M I've you tried with: ocamlc \ -I /usr/lib/ocsigen/ \ # <-- without extensions/ -I /usr/lib/ocaml/3.10.2/lwt/ \ -c tutorial.ml ? Yours, d.