pth breaks gnome build

Norikatsu Shigemura nork at FreeBSD.org
Thu Apr 30 23:11:25 UTC 2009


On Thu, 30 Apr 2009 16:13:02 +0200
Gustau Pérez <gperez at 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__) & ....


More information about the freebsd-gnome mailing list