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

Build is broken on macOS #8

Open
neachdainn opened this issue Aug 6, 2021 · 0 comments
Open

Build is broken on macOS #8

neachdainn opened this issue Aug 6, 2021 · 0 comments

Comments

@neachdainn
Copy link
Owner

The current build script has (at least) two problems with it that prevent it from building on macOS:

  1. It links to stdc++. On recent version of macOS, this file does not exist and is replaced with a different library. We already link to the new library, so it's simply a matter of not linking when macOS is detected.
  2. We specifically -D_LINUX in the CMake file. I know that it is sufficient to replace this with -D_DARWIN (on my machine) but I do not know if that is necessary. At the very least, I know what we have is wrong.

It may be important to note that this probably means that the build on Windows has basically no chance of working.

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