Michael Wiktowy wrote: > 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? Good question. I'm quite certain that the size issue is irrelevant, since we have many other huge packages (OpenOffice.org, Tremulous/Nexuiz data, etc.) in the repository as well. I quickly took a peek at the source tarball and the files all seem to be GPL. Maybe it's the data/artwork? > 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' > [mwiktowy@localhost source]$ Looks like missing OpenGL headers. A `yum install mesa-libGL-devel` as root should (hopefully) solve that issue. -- Peter Gordon (codergeek42) This message was sent through a webmail interface, and thus not signed.