You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Seems like an issue with Cursor not supporting OSX yet, as you've probably read. I don't believe there is much you can do. As for the Discord link, It's been moved to the Hopson Community Server under the "Community Project" category.
Hey,
I'm trying to compile this game so I can contribute, but I'm running into some issues with the compilation process.
Info:
At first compilation goes fine, but at a certain point I start to get errors:
Any idea what I can do?
P.S. The discord invite doesn't seem to work...
The text was updated successfully, but these errors were encountered: