issue regarding g_local.h in rogue...

Wesley Bear stratusfearx13 at earthlink.net
Thu Apr 25 01:28:28 EDT 2002


I encountered another problem when compiling the rogue gamei386.so...  On line 25 of id's g_local.h rogue src, it's:

#include <nan.h>

but this wouldn't work, it couldn't find the file.  I had to change it to:

#include <bits/nan.h>

Do you know if this is just an issue with my distribution (mandrake 8.2, perhaps a missing file?) or is this just a difference with the current glibc release?



More information about the quake2 mailing list