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 GAA23233; Sat, 8 May 2004 06:07:36 +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 GAA22454 for ; Sat, 8 May 2004 06:07:35 +0200 (MET DST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i4847WEV016872 for ; Sat, 8 May 2004 06:07:33 +0200 Received: from [192.168.1.200] (ppp116-155.lns1.syd2.internode.on.net [150.101.116.155]) by smtp1.adl2.internode.on.net (8.12.9/8.12.9) with ESMTP id i4847RZq060361 for ; Sat, 8 May 2004 13:37:28 +0930 (CST) Subject: [Caml-list] link error From: skaller Reply-To: skaller@users.sourceforge.net To: caml-list Content-Type: text/plain Message-Id: <1083989246.2557.373.camel@pelican.wigram> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 08 May 2004 14:07:27 +1000 Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 409C5D04.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; sourceforge:01 arggg:01 flx:01 flx:01 9660:01 glebe:01 cmxa:01 cmxa:01 nightmare:01 literate:01 nsw:01 snail:02 referenced:02 referenced:02 modules:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Arggg: No implementations provided for the following modules: Flx_cil_machdep_type referenced from src/flxlib.cmxa(Flx_cil_cil) Flx_cil_cabs referenced from src/flxlib.cmxa(Flx_cil_cabs2cil) Both the LHS files mentioned do not HAVE an implementation quite deliberately, they consist exclusively of type definitions. What's new here: I say module X = Flx_cil_machdep_type ... let x = m.X.field_name instead of just open Flx_cil_machdep_type If I change it to module type X = Flx_cil_machdep_type I get an unbound module error. The 'open' option is NOT available to me, it causes a conflict. I'm now forced to copy my type definition files to useless *.ml files -- maintenance nightmare. [Luckily I have a literate programming tool which can handle it .. :[ -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- 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