[MacGLQuake] Trouble compiling MacGlQuake 0.5

David Caldwell david_caldwell@indigita.com
Mon, 6 Mar 2000 19:24:01 -0800


>That worked for OpenGL, but it created some problems with GUSI
>In the unistd.h, these .h files (and a few others) can't be seen now.
>#include <sys/cdefs.h>
>#include <sys/types.h>
>#include <sys/unistd.h>
>
>I tried instead to create a folder in the OpenGLSDK:Headers folder called GL
>and dumped the GL/*.h files there.  That worked for the most part, except
>now I get that stupid
>
>"Error   : illegal name overloading
>common.h line 30   typedef enum {false, true} qboolean;"
>
>error.

Augh! I know your pain. I got that when I was adding that GUSI stuff 
too. I sadly can't remember exactly what I did to fix it though... 
I'll have to check the diffs. Most of the time I spent on networking 
was spent getting all the GUSI access paths and link orders right... 
If you notice I didn't have to write ANY network code at all...

-David