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 LAA22069; Mon, 27 Sep 2004 11:16:42 +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 LAA17737 for ; Mon, 27 Sep 2004 11:16:40 +0200 (MET DST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id i8R9GbdR007335 for ; Mon, 27 Sep 2004 11:16:39 +0200 Received: from [192.168.1.200] (ppp202-133.lns1.syd3.internode.on.net [203.122.202.133]) by smtp3.adl2.internode.on.net (8.12.9/8.12.9) with ESMTP id i8R9GaOU095728; Mon, 27 Sep 2004 18:46:36 +0930 (CST) Subject: Re: [Caml-list] Can't compile on Cygwin From: skaller Reply-To: skaller@users.sourceforge.net To: overbored Cc: caml-list In-Reply-To: <4157CAFC.8010707@overbored.net> References: <4157B909.3080705@overbored.net> <1096271713.28613.454.camel@pelican.wigram> <4157CAFC.8010707@overbored.net> Content-Type: text/plain Message-Id: <1096276595.28613.534.camel@pelican.wigram> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 27 Sep 2004 19:16:35 +1000 Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 4157DA75.002 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 cygwin:01 sourceforge:01 2004:99 pertained:01 unison:01 unison:01 clashes:01 prepend:01 9660:01 glebe:01 ocaml:01 ocaml:01 caml:01 int:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, 2004-09-27 at 18:10, overbored wrote: > What the...wow, sorry about that! LOL .. Why are you sorry? > That question actually pertained to > unison, not Ocaml. Sure -- Ocaml changed. Your version of Unison hasn't been upgraded to match. This particular problem was expected -- the change in Ocaml breaks compatibility. However, it also removes problems with name clashes when linking/compiling with other C stuff. So some pain is expected in the transition but it considered worthwhile. I actually ran into this problem myself a while back and didn't know what was going on either. > external format_int: string -> int -> string = "format_int" > external format_float: string -> float -> string = "format_float" > So should I prepend "caml_" to both the stuff in quotes and the stuff on > the left? Probably just the stuff in quotes .. that's the C name of the function. The LHS is the Ocaml name. However if you changed the :HS names and all references to them, it should be OK. -- 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