From owner-freebsd-ports@FreeBSD.ORG Fri Apr 22 19:52:12 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3151916A4CE for ; Fri, 22 Apr 2005 19:52:12 +0000 (GMT) Received: from mail.struchtrup.de (mail.struchtrup.com [80.190.247.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF2743D1F for ; Fri, 22 Apr 2005 19:52:11 +0000 (GMT) (envelope-from seb@struchtrup.com) Received: from www by mail.struchtrup.com with local (Exim 4.50 (FreeBSD)) id 1DP4A3-0002WI-TR; Fri, 22 Apr 2005 19:49:59 +0000 Received: from 146.232.65.6 (SquirrelMail authenticated user sebastian@struchtrup.de) by mail.struchtrup.com with HTTP; Fri, 22 Apr 2005 21:49:59 +0200 (SAST) Message-ID: <8742.146.232.65.6.1114199399.squirrel@mail.struchtrup.com> In-Reply-To: <17001.4818.589089.94780@devzero.bogus.domain> References: <20050420175047.GB29990@grummit.biaix.org> <42674D94.7070108@gmail.com> <20050421155406.GB86490@grummit.biaix.org> <16999.53351.603626.223836@devzero.bogus.domain> <20050421191441.GB9754@grummit.biaix.org> <16999.65302.366221.91861@devzero.bogus.domain> <20050422130841.GB40624@grummit.biaix.org> <42691073.6070106@struchtrup.com> <17001.4818.589089.94780@devzero.bogus.domain> Date: Fri, 22 Apr 2005 21:49:59 +0200 (SAST) From: "Sebastian Schulze Struchtrup" To: "John W. Eaton" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Struchtrup-MailScanner: Found to be clean X-Struchtrup-MailScanner-SpamCheck: notspam (whitelisted), spamassassin (satimedout) X-MailScanner-From: seb@struchtrup.com cc: help@octave.org cc: Joan Picanyol i Puig cc: freebsd-ports@freebsd.org cc: Sebastian Schulze Struchtrup Subject: Re: issues compiling octave-2.1.69 on FreeBSD 5.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 19:52:12 -0000 > On 22-Apr-2005, Sebastian Schulze Struchtrup wrote: > > | I don't know if it's relevant and I don't know why, but octave compiles > | and runs without problems on a recent 6.0-CURRENT. > | Tested a few days ago with the latest port (just removed the BROKEN > line) > > Does that system have the extern "C" wrapper around the contents of > the system fnmatch.h and glob.h files? It has, but it's the same as on 5.4 All declarations are wrapped by __BEGIN_DECLS/__END_DECLS which will expand to extern "C" { } in case of C++ or to nothing in case of C I also have a 5.3 box available, I can test the build there during the weekend. I assume it should be the same issue on 5.3 and 5.4. Sebastian