rwo Posted December 6, 2021 Share Posted December 6, 2021 I am trying to build the windows version of Mumble. Independent of the selected Tag (1.3.4-newest Tags) the build with ninja and nmake fails. The output is attached. Which dependency am i missing? mumble.txt Quote Link to comment Share on other sites More sharing options...
Administrators ZeroAbility Posted December 7, 2021 Administrators Share Posted December 7, 2021 If you are using vcpkg, CMake, and Ninja you have to build 1.4.x. 1.3.x does not use the new build system, to my knowledge. Quote Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted December 7, 2021 Administrators Share Posted December 7, 2021 3 hours ago, ZeroAbility said: 1.3.x does not use the new build system, to my knowledge. Yes, I confirm that it doesn't. vcpkg is only for 1.4.x onwards Quote Link to comment Share on other sites More sharing options...
rwo Posted December 7, 2021 Author Share Posted December 7, 2021 I am now trying to build 1.4.0-release-candidate-01. The error is shown in the following pastebin. What am i missing? https://pastebin.com/e70DvexE Quote Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted December 9, 2021 Administrators Share Posted December 9, 2021 This seems like an issue in the expat library that redefines a macro, which causes a compiler warning which will be treated as an error due to our default build settings. If you only want to build Mumble, you can use -Dwarnings-as-errors=OFF when invoking cmake to prevent warnings from being treated as errors. This should allow you to get past this issue. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.