Show whole topic Nov 16, 2012 6:55 pm
Jarod42 Offline
Developer
Registered since: Oct 17, 2011
Location: -


Subject: Re: Offer: I build maxr on Mac OS X
in defines.h, there is
DownloadSource code (Text):
  1. #ifdef __main__
  2. # define EX
  3. #else
  4. # define EX extern
  5. #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.