On 10/17/07, Frank Cox <theatre@xxxxxxxxxxx> wrote: > On Wed, 17 Oct 2007 19:42:11 -0400 > Michael Wiktowy <michael.wiktowy@xxxxxxxxx> wrote: > > I tried downloading Alien Arena but the binary does not run in F7 due > > to needing older libcurl and libssl and the source doesn't build due > > to some mystery devel requirements. > > Sure it does -- I compiled it and was playing it two or three days ago on this > F7 machine. You must have the mystery build requirements installed then. Are there legal issues preventing someone from packaging this up and submitting it to the regular repository so people can just yum it? Or is it just a size issue for the mirrors since the download of the birnary+source package was quite large? > Any specific problems that you have when attempting to compile it? These are the messages output (I culled it so that it wouldn't be huge) after it has compiled a few things after a make in the source directory of the alienarena download: In file included from client/cl_fx.c:24: client/../ref_gl/qgl.h:31:19: error: GL/gl.h: No such file or directory client/../ref_gl/qgl.h:35:20: error: GL/glx.h: No such file or directory In file included from client/cl_fx.c:24: client/../ref_gl/qgl.h:45: error: expected ')' before 'op' ... chopped about 500 similar lines ... client/../ref_gl/qgl.h:574: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'qglProgramLocalParameter4fARB' client/cl_fx.c: In function 'CL_ParticleEffect': client/cl_fx.c:518: error: 'GL_SRC_ALPHA' undeclared (first use in this function) client/cl_fx.c:518: error: (Each undeclared identifier is reported only once client/cl_fx.c:518: error: for each function it appears in.) client/cl_fx.c:519: error: 'GL_ONE_MINUS_SRC_ALPHA' undeclared (first use in this function) ... client/cl_fx.c:2718: error: 'GL_ONE_MINUS_SRC_ALPHA' undeclared (first use in this function) client/cl_fx.c: In function 'CL_BFGExplosionParticles': client/cl_fx.c:2759: error: 'GL_SRC_ALPHA' undeclared (first use in this function) client/cl_fx.c:2760: error: 'GL_ONE' undeclared (first use in this function) client/cl_fx.c: In function 'CL_TeleportParticles': client/cl_fx.c:2810: error: 'GL_ONE' undeclared (first use in this function) make[1]: *** [release/client/cl_fx.o] Error 1 make[1]: Leaving directory `/home/mwiktowy/Download/alienarena2007/source' make: *** [build-release] Error 2 [mwiktowy@localhost source]$