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 UAA25214; Fri, 14 Jun 2002 20:48:25 +0200 (MET DST) 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 UAA25245 for ; Fri, 14 Jun 2002 20:48:24 +0200 (MET DST) Received: from cs.bu.edu (cs.bu.edu [128.197.12.2]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g5EImN505292 for ; Fri, 14 Jun 2002 20:48:24 +0200 (MET DST) Received: from csa.bu.edu (zhudp@csa [128.197.12.3]) by cs.bu.edu (8.12.2/8.12.2) with ESMTP id g5EImMF2003632; Fri, 14 Jun 2002 14:48:22 -0400 (EDT) Received: from localhost (zhudp@localhost) by csa.bu.edu (8.10.1/8.10.1) with ESMTP id g5EImIc07640; Fri, 14 Jun 2002 14:48:19 -0400 (EDT) X-Authentication-Warning: csa.bu.edu: zhudp owned process doing -bs Date: Fri, 14 Jun 2002 14:48:18 -0400 (EDT) From: dengping zhu X-Sender: zhudp@csa.bu.edu To: Markus Mottl cc: caml-list@inria.fr Subject: Re: [Caml-list] compile problem In-Reply-To: <20020614153018.GB10973@kiefer.ai.univie.ac.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Thanks. I tried it, but I still have problems with the *.mli files. How should I put all the *.mli files into the Makefile? I did as follows: Source: a.mli a.ml b.mli b.ml But every time the error messages show that it could not find the module type which I defined in the mli file. On Fri, 14 Jun 2002, Markus Mottl wrote: >On Fri, 14 Jun 2002, dengping zhu wrote: >> Thanks. After changing the permission, it works now. >> >> By the way, can somebody send a template of Makefile to me? I need to >> compile camlp4 and ocaml files together. > >You could use OCamlMakefile for this purpose, which you can find here: > > http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html > >Besides many other things, it also supports camlp4 as demonstrated in >an example shipped with the distribution. > >Regards, >Markus Mottl > >-- >Markus Mottl markus@oefai.at >Austrian Research Institute >for Artificial Intelligence http://www.oefai.at/~markus >------------------- >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 > ------------------- 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