-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
symbol(s) not found for architecture x86_64 (macOS) #1328
Comments
I can repeat that this is the same issue in |
You'll want to build |
Thank you @omarroth, for your help and this library. I was able to build BoringSSL and LSQUIC. However the instructions you pointed to don't work from any directory that I tried. For example it says to run I'm sure I'm missing something obvious. |
All three were copied into the same directory for ease of use. For building Invidious you'll want to replace the existing |
That worked! The
$ ar -x liblsquic.a
$ ar -x libssl.a
$ ar -x libcrypto.a
$ rm *.a
$ ar rc liblsquic.a *.o
$ strip -x -S liblsquic.a
$ ranlib liblsquic.a (there are some things that look like errors on some commands but they didn't seem to affect the output)
|
Thanks @omarroth for pointing me to this issue. @edwardloveall
After a lot of trial and error, I tried:
And it worked. But I wonder if this is the right way to do it. Would suppressing all those errors cause any issues? |
This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked. |
New instructions for how to compile invidious without quic: https://docs.invidious.io/installation/#macos |
When building invidious with
crystal build src/invidious.cr --release
I get this error:I'm sure I'm missing some library that I need to install or update but I have no idea what.
macOS Mojave (10.14.6)
Crystal 0.35.1
The text was updated successfully, but these errors were encountered: