From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 283C9BCA2 for ; Thu, 18 Aug 2005 22:42:01 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j7IKg0q7015363 for ; Thu, 18 Aug 2005 22:42:00 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA10597 for ; Thu, 18 Aug 2005 22:41:59 +0200 (MET DST) Received: from smtp5.wanadoo.fr (smtp5.wanadoo.fr [193.252.22.26]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j7IKfxo4022288 for ; Thu, 18 Aug 2005 22:41:59 +0200 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0506.wanadoo.fr (SMTP Server) with ESMTP id 067041C0025A for ; Thu, 18 Aug 2005 22:41:59 +0200 (CEST) Received: from pegasos (AStrasbourg-251-1-16-183.w82-126.abo.wanadoo.fr [82.126.206.183]) by mwinf0506.wanadoo.fr (SMTP Server) with ESMTP id CCB0D1C00258; Thu, 18 Aug 2005 22:41:58 +0200 (CEST) X-ME-UUID: 20050818204158838.CCB0D1C00258@mwinf0506.wanadoo.fr Received: from sven by pegasos with local (Exim 4.50) id 1E5rAV-0004W2-3y; Thu, 18 Aug 2005 22:39:19 +0200 Date: Thu, 18 Aug 2005 22:39:14 +0200 To: skaller Cc: Matt Gushee , caml-list@inria.fr Subject: Re: Build errors (was Re: [Caml-list] Neko 1.0) Message-ID: <20050818203913.GA17324@localhost.localdomain> References: <013101c5a3d4$3100d6e0$ef01a8c0@warp> <4304AC1A.70307@havenrock.com> <1124389375.8402.50.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1124389375.8402.50.camel@localhost.localdomain> User-Agent: Mutt/1.5.9i From: Sven Luther X-Miltered: at nez-perce with ID 4304F298.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 4304F297.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 sven:01 luther:01 sven:01 luther:01 alloc:01 pointer:01 gcc:01 pointer:01 boehm:01 gpl:01 wrappers:01 1.0:98 wrote:01 wrote:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 On Fri, Aug 19, 2005 at 04:22:55AM +1000, skaller wrote: > On Thu, 2005-08-18 at 09:41 -0600, Matt Gushee wrote: > > > mod_neko/cgi.c:206: warning: passing arg 1 of `neko_alloc_string' makes > > pointer from integer without a cast > > BTW1: best not to do this, not even with a cast .. > AMD64/gcc has 32 bit int and 64 bit pointer. > > BTW2: the Boehm collector for Ubuntu is called libgc1, > the headers are libgc-dev, I guess Debian is the same. > > BTW3: Is there any chance of making the header files > for the VM BSD rather than GPL? (So generated wrappers > aren't contaminated) Notice that header files, provided they don't contain comments, don't contaminate other works. At least that is what some FSF guy told me about code i contributed to parted, which is a GNU project. Friendly, Sven Luther