Eh... well I decided that I'd rather compile the source code to Q3 with Dev-C++ rather than the .bat files that don't even work without some tweaking which come with the source.
I got quite a few errors at first because I included a file I wasnt supposed to and such and some variable was being redeclared so I fixed those.
Now there's one last error I don't quite understand:
In file bg_lib.c error - function qsort:
"argument 'a' doesn't match prototype"
"prototype declaration"
I'm not quite sure why it's giving me this error. Any help would be greatly appreciated!
qsort - Prototype Declaration
-
- Posts: 2237
- Joined: Sat Mar 12, 2005 10:49 pm