-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Unable to build telega server on m1 mac #384
Comments
I have the same issue on M2. I see that the issue is marked as closed, though. I have tried using docker: works fine. But I would prefer to the compiled version. @xingmungwa , do you have any suggestions how to solve it? |
If you encounter this issue, check if your brew is set to arm64. It’s quite surprising, but after this problem, I discovered that I had been using the x86_64 brew as the default for an unknown period. You can verify this by running the following command: type -a brew This will reveal that I’m not sure why this happened, but I resolved it by adding the correct brew path to the end of my export PATH=“/opt/homebrew/bin:$PATH” Be cautious, as there’s a (defcustom telega-server-libs-prefix “/usr/local”) On m1 Mac with tdlib installed via brew, it should be manually set to |
Telega Setup
OS: Darwin Kernel Version 22.1.0
Emacs: GNU Emacs 28.2 (build 1, aarch64-apple-darwin21.1.0, NS appkit-2113.00 Version 12.0.1 (Build 21A559)) of 2022-09-12
Telega: telega-20221105.1528
Installed through MELPA
Current Behavior
Unable to build the telega server. Getting the following logs
Steps to Reproduce
I have already changed the make version on mac to that of arm architecture but it did not help.
The text was updated successfully, but these errors were encountered: