-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
Linker Errors on Package Install GameNetworkingSockets #5180
Comments
I am also encountering this issue, after some investigation, the linker errors stem from the linkage of the gns lib not including two files generated by invoking protoc :
As can be seen above only But 3 files should be included :
Which are correctly built with cl.exe:
The .obj files are present in the output folder, so they are built, just not included in the link step. |
please update xmake to dev and try it again.
|
Can confirm this fixed it! Thanks :) |
Xmake Version
2.9.4
Operating System Version and Architecture
Windows 10.0.19045 Build 19045
Describe Bug
When attempting to install gamenetworkingsockets through xrepo. Aftering installing necessary requistes (protobuf) succesfully, the package still fails to succesfully link.
Expected Behavior
We expect a correct install and compilation of the package.
Project Configuration
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: