Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling #5

Open
Clever-Boy opened this issue Nov 25, 2020 · 3 comments
Open

Error compiling #5

Clever-Boy opened this issue Nov 25, 2020 · 3 comments

Comments

@Clever-Boy
Copy link

Was wondering if there is any help provided for the compilation. Trying to compile on Mac. Getting this error. I had a look at the code in q_shared.h and goes to Unknown platform

//======================= WIN32 DEFINES =================================

#ifdef WIN32

#define MAC_STATIC

#undef QDECL
#define QDECL __cdecl

#define PATH_SEP '\'

#else
#error Unknown platform
#endif


rtcw/src/cgame/sp/../../game/q_shared.h:214:6: error: Unknown platform
#error Unknown platform
^
1 error generated.
make[2]: *** [src/cgame/sp/CMakeFiles/rtcw_cgame_sp.dir///game/q_math.cpp.o] Error 1
make[1]: *** [src/cgame/sp/CMakeFiles/rtcw_cgame_sp.dir/all] Error 2
make: *** [all] Error 2

@bibendovsky
Copy link
Owner

Sorry but for now it's compilable only on Windows.

@ShsYoshik
Copy link

Sorry but for now it's compilable only on Windows.

Where to download release build for play?

@bibendovsky
Copy link
Owner

Sorry but for now it's compilable only on Windows.

Where to download release build for play?

Added pre-release Windows binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants