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 160D5BCA2 for ; Thu, 18 Aug 2005 20:34:57 +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 j7IIYuvt003378 for ; Thu, 18 Aug 2005 20:34:56 +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 UAA09127 for ; Thu, 18 Aug 2005 20:34:55 +0200 (MET DST) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j7IIYtxg009267 for ; Thu, 18 Aug 2005 20:34:55 +0200 Received: from warp (che33-2-82-225-176-25.fbx.proxad.net [82.225.176.25]) by postfix4-1.free.fr (Postfix) with SMTP id 454D8319DCA; Thu, 18 Aug 2005 20:34:55 +0200 (CEST) Message-ID: <008d01c5a424$74e9bb60$0100a8c0@warp> From: "Nicolas Cannasse" To: "skaller" , "Matt Gushee" Cc: References: <013101c5a3d4$3100d6e0$ef01a8c0@warp><4304AC1A.70307@havenrock.com> <1124389375.8402.50.camel@localhost.localdomain> Subject: Re: Build errors (was Re: [Caml-list] Neko 1.0) Date: Thu, 18 Aug 2005 20:41:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Miltered: at nez-perce with ID 4304D4D0.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 4304D4CF.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; cannasse:01 warplayer:01 caml-list:01 alloc:01 pointer:01 gcc:01 pointer:01 boehm:01 gpl:01 wrappers:01 1.0:98 integer:01 passing:01 int:01 btw:02 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 > > 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. There is 64bit support right now. Expect crashes if you try to run Neko after compiling in 64-bit mode. > BTW2: the Boehm collector for Ubuntu is called libgc1, > the headers are libgc-dev, I guess Debian is the same. Thanks I'll fix the guide. > BTW3: Is there any chance of making the header files > for the VM BSD rather than GPL? (So generated wrappers > aren't contaminated) That seems pretty reasonable and a good idea. Nicolas