From owner-freebsd-alpha Sun Jul 23 17:37:11 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from eel.radicalmedia.com (eel.radicalmedia.com [204.254.246.9]) by hub.freebsd.org (Postfix) with ESMTP id 8D21237BBBF for ; Sun, 23 Jul 2000 17:37:07 -0700 (PDT) (envelope-from phiber@eel.radicalmedia.com) Received: (from phiber@localhost) by eel.radicalmedia.com (8.9.3/8.9.3) id UAA27485 for freebsd-alpha@FreeBSD.ORG; Sun, 23 Jul 2000 20:37:04 -0400 (EDT) Date: Sun, 23 Jul 2000 20:37:04 -0400 From: Mark Abene To: freebsd-alpha@FreeBSD.ORG Subject: Re: problem building XFree86-4 port Message-ID: <20000723203704.B27360@radicalmedia.com> References: <20000723200016.A27360@radicalmedia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <20000723200016.A27360@radicalmedia.com>; from Mark Abene on Sun, Jul 23, 2000 at 08:00:16PM -0400 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Actually, I've found that "Offset" is being defined as 0x13 in sis_regs.h and sis_regs2.h, giving us "unsigned long 0x13" which causes the syntax error. Bogus. -Mark On Sun, Jul 23, 2000 at 08:00:16PM -0400, Mark Abene wrote: > I'm having a weird problem installing the XFree86-4 port. It bombs with the > following... > > In file included from sis.h:36, > from sis_accel.c:13: > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1628: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1629: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1630: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1631: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1632: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1633: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1634: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1635: syntax error before `0x13' > ../../../../../../programs/Xserver/hw/xfree86/common/compiler.h:1636: syntax error before `0x13' > > And there isn't any 0x13 on those lines, nor any obvious macro substitution > being done. Has anyone else seen this??? > > -Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message