-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mac Os Big Sur compile error. Undefined symbols for architecture x86_64 #637
Comments
@kir486680 |
me too |
have you found a solution ? |
@tommasocalo FYI, after I struggled this, I tried https://github.com/uoip/pangolin this repo |
I managed to build this repo by reinstalling brew. My guess is something in the gettext repo didn't like the OS X update. However after building, I'm still getting segmentation faults when the library is loaded. |
I am compiling Pangolin with the following commands:
cmake .. -DBUILD_SHARED_LIBS=OFF
andthan cmake --build .
.However, i get the following error
Any clue how to solve it?
I am using MacOS Big Sur
The text was updated successfully, but these errors were encountered: