GameNetworkingSockets 1.4.1 not linking with protobuf-cpp 30.2 #6812
-
xmake 2.9.8 Recently, If I try to run in xmake-repo:
-> protobuf-cpp#1 30.2 [runtimes:"MT", from:gamenetworkingsockets, license:BSD-3-Clause]
please input: y (y/n/m)
n
error: packages(protobuf-cpp#1): must be installed! I don't want to install At some point, I could build and it failed at linking step. When running with Any idea what is wrong in my setup? Can it be some cache issue? If so, what steps should I do to clean it properly? I'd appreciate any feedback :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
Try
add_requireconfs("**.protobuf-cpp", {override = true, version = "29.3"})
https://xmake.io/#/manual/global_interfaces?id=add_requireconfs