Jarod42
Developer, G-Mod
Registered since: Oct 17, 2011
Location: -
Subject:
Re: Offer: I build maxr on Mac OS X
in defines.h, there is
Download
Source code (Text):
#ifdef __main__
# define EX
#else
# define EX extern
#endif
which is correct.
I suspect you compile file as C file instead of C++.
This post has been edited
1
times. Last edit on Nov 16, 2012 6:55 pm by Jarod42.