Date: Tue, 23 Aug 2005 10:42:43 -0700 From: Eric Anholt <eta@lclark.edu> To: Markus Trippelsdorf <markus@trippelsdorf.de> Cc: ports@freebsd.org Subject: Re: Quake 3 Arena port avilable! Message-ID: <1124818963.18576.30.camel@leguin> In-Reply-To: <20050823094637.GA645@bsd.trippelsdorf.de> References: <20050823024402.GG1186@k7.mavetju> <20050823094637.GA645@bsd.trippelsdorf.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2005-08-23 at 11:46 +0200, Markus Trippelsdorf wrote: > On Tue, Aug 23, 2005 at 12:44:03PM +1000, Edwin Groothuis wrote: > > Alejandro Pulver has available a working version of Quake 3 Arena > > and is looking for testers. > > > Any chance to get this working on a 64bit AMD64 system? > (This is the error I get: > Install release-x86-FreeBSD-/Q3/q3_ui/q3_ui/ui.qvm as install/baseq3/vm/ui.qvm > gcc -pipe -fsigned-char -I/usr/X11R6/include -DNDEBUG -DDEDICATED -DC_ONLY -c release-x86-FreeBSD-/core/dedicated/qcommon/vm_x86.c -o release-x86-FreeBSD-/core/dedicated/qcommon/vm_x86.o > release-x86-FreeBSD-/core/dedicated/qcommon/vm_x86.c:79: error: initializer element is not constant > release-x86-FreeBSD-/core/dedicated/qcommon/vm_x86.c:83: error: initializer element is not constant There's a lot of i386-specific code in the port. That stuff you see failing there there is a JIT (or maybe AOT -- haven't looked) compiler for the scripts for i386. You might be able to dike it out without losing too much functionality (dropping back to interpreted) but I haven't looked hard. When I get some time I'll try to do an amd64 version, but my plate is at its usual level of fullness. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1124818963.18576.30.camel>