From owner-freebsd-current Wed Jan 5 20:58:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from public.xfree86.org (xf86.isc.org [204.152.184.37]) by hub.freebsd.org (Postfix) with ESMTP id 9D73B15561 for ; Wed, 5 Jan 2000 20:58:27 -0800 (PST) (envelope-from dawes@public.xfree86.org) Received: (from dawes@localhost) by public.xfree86.org (8.9.1/8.9.1) id UAA21333; Wed, 5 Jan 2000 20:54:29 -0800 (PST) Date: Wed, 5 Jan 2000 20:54:29 -0800 From: David Dawes To: devel@XFree86.Org Cc: current@freebsd.org Subject: Re: problem building XFree86 (pre-3.3.6) on a recent Freebsd 4.0-current Message-ID: <20000105205429.B14003@xfree86.org> References: <20000105204707.A14003@XFree86.Org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000105204707.A14003@XFree86.Org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 05, 2000 at 08:47:07PM -0800, David Dawes wrote: >I've just been doing a build test of the pre-3.3.6 version of >XFree86 on a recent FreeBSD 4.0-current, and I've noticed that >/usr/libexec/cpp doesn't predefine the symbol __FreeBSD__. imake >uses /usr/libexec/cpp. Is it intentional that /usr/libexec/cpp >not predefine any symbols like this? I've changed imake to use >/usr/bin/cpp instead, and it seems to work on 3.4 and 4.0. Should >this be OK on all FreeBSD versions? I posted too soon. This is already dealt with in the pre-4.0 XFree86 code by using 'cc -E'. I'll fold that change in for 3.3.6. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message