-
Couldn't load subscription status.
- Fork 8
Open
Description
Hey,
I'm trying to compile this game so I can contribute, but I'm running into some issues with the compilation process.
Info:
- Using macOS 10.12
- Using CLion to build
At first compilation goes fine, but at a certain point I start to get errors:
In file included from /Users/username/Community-Game/src/app/Cursor.cpp:1:
/Users/username/Community-Game/src/app/Cursor.h:12:3: error: This OS is not yet supported by the cursor library.
#error This OS is not yet supported by the cursor library.
^
/Users/username/Community-Game/src/app/Cursor.h:21:2: error: unknown type name 'XID'
XID Cursor;
^
/Users/username/Community-Game/src/app/Cursor.h:22:2: error: unknown type name 'Display'
Display* display;
^
/Users/username/Community-Game/src/app/Cursor.cpp:78:2: error: This OS is not yet supported by the cursor library.
#error This OS is not yet supported by the cursor library.
^
4 errors generated.
Any idea what I can do?
P.S. The discord invite doesn't seem to work...
Metadata
Metadata
Assignees
Labels
No labels