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 MAA16618; Wed, 9 Oct 2002 12:53:25 +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 MAA16775 for ; Wed, 9 Oct 2002 12:53:24 +0200 (MET DST) Received: from mxintern.kundenserver.de (mxintern.kundenserver.de [212.227.126.201]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g99ArND24021 for ; Wed, 9 Oct 2002 12:53:23 +0200 (MET DST) Received: from [172.17.0.208] (helo=schluck) by mxintern.kundenserver.de with esmtp (Exim 3.35 #1) id 17zESw-0007mN-00 for caml-list@inria.fr; Wed, 09 Oct 2002 12:53:22 +0200 Content-Type: text/plain; charset="us-ascii" From: Michael Wohlwend Reply-To: mwohlwend@web.de To: caml-list@inria.fr Subject: [Caml-list] cameleon compiling problem... Date: Wed, 9 Oct 2002 12:53:21 +0200 User-Agent: KMail/1.4.2 Organization: - MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210091253.21689.mwohlwend@web.de> Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, I get the following compiler error (see below) and don't know how to correct it. Can someone help please? thanks for answering Michael /usr/local/lib/ocaml -I /home/micha/xl/cameleon-1.1/ioxml -I /home/micha/xl/cameleon-1.1/options -I /home/micha/xl/cameleon-1.1/okey -I /home/micha/xl/cameleon-1.1/configwin -I /home/micha/xl/cameleon-1.1/gpattern -I /home/micha/xl/cameleon-1.1/dbforge -I /home/micha/xl/cameleon-1.1/dbforge/ocamlsql -I /home/micha/xl/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I /home/micha/xl/cameleon-1.1/zoggy -I /home/micha/xl/cameleon-1.1/mlchat -I /home/micha/xl/cameleon-1.1/ocamlcvs -I /home/micha/xl/cameleon-1.1/cameleon -I /home/micha/xl/cameleon-1.1/camtop -I /home/micha/xl/cameleon-1.1/omom -a -o omom_plugin.cma omom.cma -c omom_plugin.ml File "omom_plugin.ml", line 14, characters 0-13: Unbound module Cam_plug make[3]: *** [omom_plugin.cma] Error 2 make[3]: Leaving directory `/home/micha/xl/cameleon-1.1/omom' make[3]: Entering directory `/home/micha/xl/cameleon-1.1/plugins' /usr/local/bin/ocamlc.opt -pp 'grep -v DEBUG' -I /usr/local/lib/ocaml/lablgtk -I /usr/local/lib/ocaml -I /home/micha/xl/cameleon-1.1/ioxml -I /home/micha/xl/cameleon-1.1/options -I /home/micha/xl/cameleon-1.1/okey -I /home/micha/xl/cameleon-1.1/configwin -I /home/micha/xl/cameleon-1.1/gpattern -I /home/micha/xl/cameleon-1.1/dbforge -I /home/micha/xl/cameleon-1.1/dbforge/ocamlsql -I /home/micha/xl/cameleon-1.1/report -I +ocamldoc -I +camlp4 -I /home/micha/xl/cameleon-1.1/zoggy -I /home/micha/xl/cameleon-1.1/mlchat -I /home/micha/xl/cameleon-1.1/ocamlcvs -I /home/micha/xl/cameleon-1.1/cameleon -I /home/micha/xl/cameleon-1.1/camtop -I /home/micha/xl/cameleon-1.1/omom -c utils.ml File "/tmp/camlpp0e7ed0", line 15, characters 0-13: Unbound module Cam_plug make[3]: *** [utils.cmo] Error 2 make[3]: Leaving directory `/home/micha/xl/cameleon-1.1/plugins' make[2]: *** [iter] Error 2 make[2]: Leaving directory `/home/micha/xl/cameleon-1.1' make[1]: *** [byte] Error 2 make[1]: Leaving directory `/home/micha/xl/cameleon-1.1' make: *** [all] Error 2 ------------------- 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