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=2.8 required=5.0 tests=DNS_FROM_RFC_POST, HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 2A7C0BBAF for ; Thu, 25 Jun 2009 18:59:51 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhICALNJQ0rRVdrPkWdsb2JhbACCIzGVYj8BAQEBCQkMBxGnYIEZkDkBAwIEhAkF X-IronPort-AV: E=Sophos;i="4.42,291,1243807200"; d="scan'208";a="31938637" Received: from mail-bw0-f207.google.com ([209.85.218.207]) by mail1-smtp-roc.national.inria.fr with ESMTP; 25 Jun 2009 18:59:50 +0200 Received: by bwz3 with SMTP id 3so1634751bwz.27 for ; Thu, 25 Jun 2009 09:59:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=QrQrQ8EAGqfIISFiEsmJv5CTCky310kAZEDHp5xps+o=; b=qzyXoy4xoUeCoWbapus7Jq6yRF/t9GwbtCTS1F9GhEkpXLDb1WBH1h+676yz4ZOuyY vgJLNn8o3QAIF+cIIlXah/jwXI7f/e4NlAgndXVI52fbqGn+eqtQk81AX5Y6KUDDcnho K2LayOdbj/L+TExCbYfiJt+hp+DOeGTG65SoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kMPE89fYbPKcwb3wrCv6F2eyPNey5n0LSIxM/PbP+RWCrSHQ97/PhHSIrzpCEttcA6 5TeMwH1VcGs1FkPf4zk5aic1voCJSj4aLbWynCCqEeX6t+adsCqVEKzCXvIvJzyvt4B6 NzdhcZyMVrOGVqXgEaSL6aVDmsr1qMJ3xsQwQ= MIME-Version: 1.0 Received: by 10.239.156.2 with SMTP id k2mr236996hbc.51.1245949189226; Thu, 25 Jun 2009 09:59:49 -0700 (PDT) Date: Thu, 25 Jun 2009 17:59:49 +0100 Message-ID: <8401c38a0906250959r5c99eac1g55a77e002dbf7ac3@mail.gmail.com> Subject: ocamlgraph From: Ligia Nistor To: caml-list@yquem.inria.fr Content-Type: multipart/alternative; boundary=001485f80ef6d50315046d2f262b X-Spam: no; 0.00; lri:01 cmo:01 usr:01 lib:01 ocaml:01 usr:01 lib:01 ocaml:01 printf:01 lri:01 printf:01 unbound:01 unbound:01 graph:01 graph:01 --001485f80ef6d50315046d2f262b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I am trying to use ocamlgraph, but I am getting the error "Unbound module Graph". I have the file demo.ml(from the site http://ocamlgraph.lri.fr/) which contains the line "open Graph". I write in the interpreter "#load ocamlgraph/graph.cmo" and it finds it. But then when I write #use "demo.ml", I get the above error. I copied the content of the folder \usr\lib\ocaml\3.10.2\ocamlgraph (which includes the graph files) to \usr\lib\ocaml\3.10.2\ ,where all the other implemented modules are( such as List, Printf).After I did this, the error "unbound module Graph" disappeared. But I want to leave the graph files in the folder usr\lib\ocaml\3.10.2\ocamlgraph and show to the interpreter where to find Graph module. How can I do this? Thanks, Ligia --001485f80ef6d50315046d2f262b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I am trying to use ocamlgraph, but I am getting the=A0 error &qu= ot;Unbound module Graph". I have the file demo.ml(from the site http://oca= mlgraph.lri.fr/) which contains the line "open Graph". I writ= e in the interpreter "#load ocamlgraph/graph.cmo" and it finds it. But the= n when I write #use "demo.ml", I get the above error.

I copied the content of the folder \usr\lib\ocaml\3.10.2\ocamlgraph=A0 (which includes the graph files) to \usr\lib\ocaml\3.10.2\ ,where all the other implemented modules are( such as List, Printf).After I did this, = the error "unbound module Graph" disappeared. But I want to leave= the graph files in the folder usr\lib\ocaml\3.10.2\ocamlgraph=A0 and show = to the interpreter where to find Graph module.
How can I do this?

Thanks,
Ligia
--001485f80ef6d50315046d2f262b--