-
Notifications
You must be signed in to change notification settings - Fork 403
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 failure on macOS 15: Undefined symbols for architecture arm64 #332
Comments
Uhhh... but I'm not using Windows? |
Yeah, ignore that, probably malware or something. What version of openvpn3 is this exactly? What are the steps to reproduce the problem? The symbol is related to GoogleTest, so might also be a problem on their side. |
Tried 3.10.1 and 3.9, same errors. The log is from building 3.10.1. |
I tried to reproduce it manually to rule out possible macports problem. A normal
|
You have two different google test version. One from the ports/homebrew and one from the interal one that openvpn3 uses. It compiles against header of one but links against the other. Uninstall the one from homebrew as a workaround. Patches to fix this for good are welcome. |
I just removed |
Full log below.
main.log
The text was updated successfully, but these errors were encountered: