Hi
I was trying to get the
r1q2 mac os x source code compiled. It even worked well, but one of the problems I encountered was, that the os x r1q2 tryed loading r1gl graphics library and failed:
vid_ref = ref_r1gl.so
------- PWD: /Applications/Quake 2 -------
------- Loading ref_r1gl.so from ./ref_r1gl.so -------
LoadLibrary("ref_r1gl.so") failed: No such file or directory
Failed to initialize video!
Error: Failed to initialize video!
I started looking for ref_r1gl.so in the source code, but it doesn't seem to be included. All I can find is ref_gl, the standard graphics library. Even in the latest source distribution by r1ch I can't find it. Where is it?