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

Can't build on macOS #220

Open
LeoCodes21 opened this issue Oct 7, 2017 · 1 comment
Open

Can't build on macOS #220

LeoCodes21 opened this issue Oct 7, 2017 · 1 comment

Comments

@LeoCodes21
Copy link

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...

@ghost
Copy link

ghost commented Oct 8, 2017

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.

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

1 participant