Date: Thu, 10 Oct 2002 20:03:00 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: kalts@estpak.ee Cc: freebsd-current@freebsd.org, anholt@freebsd.org Subject: Re: imake-4 build broken Message-ID: <20021010200300.S97120@espresso.q9media.com> In-Reply-To: <20021010192039.GA21880@myhakas.internal>; from vallo@estcard.ee on Thu, Oct 10, 2002 at 10:20:39PM %2B0300 References: <20021010192039.GA21880@myhakas.internal>
next in thread | previous in thread | raw e-mail | index | archive | help
Vallo Kallaste <vallo@estcard.ee> writes: > Hi > > imake-4 port building is broken. I guess that's because > xc/config/makedepend/main.c defines _POSIX_SOURCE before including > <signal.h>. Signal.h includes <sys/signal.h> which has conditional > #if !defined(_POSIX_SOURCE) and NSIG will be left undefined. Don't > know who is in fault here, imake sources or our headers, my > knowledge happens to end there. I don't really understand how this is happening. The uses of NSIG are also conditionalized. If _POSIX_SOURCE is defined, line 46 should not be visible. What rev is your /usr/include/sys/cdefs.h and /usr/include/signal.h? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021010200300.S97120>