From owner-freebsd-ports@FreeBSD.ORG Fri Apr 2 11:32:39 2004 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 E764B16A4CE; Fri, 2 Apr 2004 11:32:39 -0800 (PST) Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC4843D2D; Fri, 2 Apr 2004 11:32:39 -0800 (PST) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] (eamc.ahze.net [192.168.1.5]) by ahze.ahze.net (Postfix) with ESMTP id C522D466; Fri, 2 Apr 2004 14:33:04 -0500 (EST) In-Reply-To: <1080928858.797.6.camel@gyros> References: <20040401143456.GA34900@sifira.dk> <1080928858.797.6.camel@gyros> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <80255278-84DC-11D8-8C1C-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: michael johnson Date: Fri, 2 Apr 2004 14:32:38 -0500 To: Joe Marcus Clarke X-Mailer: Apple Mail (2.613) cc: FreeBSD GNOME Users cc: ports@freebsd.org cc: Sven Esbjerg Subject: Re: swfdec broken 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, 02 Apr 2004 19:32:40 -0000 On Apr 2, 2004, at 1:00 PM, Joe Marcus Clarke wrote: > On Thu, 2004-04-01 at 09:34, Sven Esbjerg wrote: >> cc gnome@freebsd.org >> - it breaks the gnome media stuff >> >> On a FreeBSD 4.9p4 box I get the following when trying to build >> swfdec-0.2.2_4: > > What version of glib20 do you have installed? I am having the exact same problem on FreeBSD 5.2-CURRENT and I have glib-2.2.3_1 installed. <--snip--> .0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/SDL11 -I/usr/local/include -D_REENTRANT -O -pipe -O -march=athlon-xp -pipe -march=athlon-xp -c -o swf_play-swf_play.o `test -f 'swf_play.c' || echo './'`swf_play.c distcc[40121] ERROR: compile on localhost failed swf_play.c: In function `input': swf_play.c:398: warning: passing arg 4 of `g_io_channel_read_chars' from incompatible pointer type *** Error code 1 <--snip--> michael