cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.38k stars 288 forks source link

[SUGGESTION] [Resolved] Unable to compile file: main_unix.cpp #217

Open drxjason opened 4 years ago

drxjason commented 4 years ago

Hello, I have a compiling issue on SheepShaver, I saw this line of output

main_unix.cpp:838:38: error: missing binary operator before token "("
 #if __MACOSX__ && SDL_VERSION_ATLEAST(2,0,0)

But i have already installed SDL2, and then i saw a configure file, but then the README file didnt have ./configure so i executed ./configure and did make after. And then it compiled I would change the README file.