Date: Fri, 1 May 2009 07:28:16 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Gustau =?UTF-8?B?UMOpcmV6?= <gperez@entel.upc.edu> Cc: Norikatsu Shigemura <nork@FreeBSD.org>, freebsd-gnome@FreeBSD.org Subject: Re: pth breaks gnome build Message-ID: <20090501072816.3ccdb514.nork@FreeBSD.org> In-Reply-To: <49F9B1EE.5000801@entel.upc.edu> References: <49272.80.177.154.53.1241099181.squirrel@sqmail.gn.apc.org> <49F9B1EE.5000801@entel.upc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 Apr 2009 16:13:02 +0200 Gustau PĂ©rez <gperez@entel.upc.edu> wrote: > > In file included from pth_p.h.in:37, > > from pthread.c:43: > > /usr/include/signal.h:75: error: conflicting types for 'pthread_kill' > I had this problem when gnome-2.26 was released. I think it was > related to pth_p.h including signal.h. > Removing the offending include fixed the problem. > Looking at devel/pth/files I see a patch added 28/04 that fixes the > problem. Are your ports up to date ? I can reproduce it, becase pth_p.h doesn't include <sys/param.h> before evatuate __FreeBSD_version. So pth_p.h's patch doesn't enable #if defined(__FreeBSD__) & ....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090501072816.3ccdb514.nork>