-
Notifications
You must be signed in to change notification settings - Fork 171
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
Building on macOS 10.15: ld: symbol(s) not found for architecture x86_64 #783
Comments
Okay I tried debugging this a little (I don't know C++). Given that it complains about |
we'll need a bit more info here... is this a Debug or Release build? what exactly is the toolchain you're using to build? anything else you can tell us? |
Ah sorry. This was a Release build. Toolchain is clang/llvm
However I tried building it with Tried using Ninja instead of make as well |
I'll do a from-scratch build of souper on my mac tonight and see what happens I'll note that my machine is using a bit newer clang
I think this is from an xcode update the other day. so I won't reproduce your setup exactly, but pretty close |
ok, I can build souper just fine on OSX and Linux. not sure how you want to proceed here, but everything works as expected for me. |
Hrrmm... I tried to build the latest master again but switched
It's still not building and failing at the same step I posted above, while the commit before b85db77 works fine. Is there anything I can try from my side, or information I could provide to help debug this? |
I can't think of a good next thing to try. |
Absolutely sure. I experimented with SDKROOT as well and tried using a fresh clang compiled from source but no luck. Like I wrote, this also happens with a clean gcc-10 installation from homebrew so it's likely something with my environment that's acting up... I'll see if I can find some time to experiment with build settings. For using souper, I at least have something functional with the commit I mentioned above so I take what I can get :) |
ok, thanks for being patient. not sure what's going on here. I doubt it matters here, but I'm getting cmake and friends from homebrew. |
Just wanted to update: I have installed the latest Xcode update that you mentioned but sadly no luck. |
Trying to build souper on catalina and getting this error on the
make
step:deps installed without any issues.
Any idea?
The text was updated successfully, but these errors were encountered: