Date: Sun, 23 Jul 2000 20:37:04 -0400 From: Mark Abene <phiber@radicalmedia.com> To: freebsd-alpha@FreeBSD.ORG Subject: Re: problem building XFree86-4 port Message-ID: <20000723203704.B27360@radicalmedia.com> In-Reply-To: <20000723200016.A27360@radicalmedia.com>; from Mark Abene on Sun, Jul 23, 2000 at 08:00:16PM -0400 References: <20000723200016.A27360@radicalmedia.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000723203704.B27360>