-
Notifications
You must be signed in to change notification settings - Fork 63
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 error on macos with ld and clang #463
Comments
@luisiacc From the error, it seems that this is happening because the application cannot find the x86_64 architecture symbol. Since I don't have an Apple Silicon device, goneovim does not yet have an established build procedure for Apple Silicon. How does you setup Qt? |
Ohh ok that makes sense because I do have a macboock m2. The |
Thanks for the info! |
I did it with homebrew, I also set the env variable QT_HOMEBREW=true |
I'm trying to build the code on macOS ventura. However I'm getting an error, do someone know any solutions for this or has it ever happened to someone? Im pretty sure is a environment problem on my side.
The text was updated successfully, but these errors were encountered: