We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jeizenga mentioned that it's not possible to build xg on OSX anymore.
I can confirm that the problem isn't clang. I had no problem building this way:
export CC=$(which clang); export CXX=$(which clang++); cmake -H. -Bbuild && cmake --build build -- -j 3
So what's the issue?
The text was updated successfully, but these errors were encountered:
It looks to be a linking error to me, but there's a lot to parse. Here's the error output:
https://docs.google.com/document/d/1QugcBVgFGNM_peFexsa99vuDjczAFdzwHCf6FwDnNcg/edit?usp=sharing
Sorry, something went wrong.
No branches or pull requests
@jeizenga mentioned that it's not possible to build xg on OSX anymore.
I can confirm that the problem isn't clang. I had no problem building this way:
So what's the issue?
The text was updated successfully, but these errors were encountered: