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

OSX build failures #38

Open
ekg opened this issue May 19, 2020 · 1 comment
Open

OSX build failures #38

ekg opened this issue May 19, 2020 · 1 comment

Comments

@ekg
Copy link
Member

ekg commented May 19, 2020

@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?

@jeizenga
Copy link
Contributor

jeizenga commented Jun 1, 2020

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

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

2 participants