rwo Posted December 2, 2021 Share Posted December 2, 2021 I want to crosscompile a custom mumble version for windows from linux. Therefore i try to compile the static version. Is that correct proceeding? I can build the dynamic linked version without problems on Arch Linux. When i try to compile the static versions some libaries are missing (The vcpkg script completed sucessful, see attached files). What am i missing? mumblebuild.txt vcpkg.txt Quote Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted December 3, 2021 Administrators Share Posted December 3, 2021 Could you run [tt]make VERBOSE=1[/tt] in the build directory and post the output of that? This should show us, whether it is actually using the statically built Qt version instead of your system's Qt version (which is most likely not static). Note though, that I don't think what you are doing will get you a cross-compiled binary. Instead you are only creating a static Linux binary. We used to support cross-compiling via MXE but that turned out to be restrictive in terms of what libraries we can use. Thus, we excluded it from our CI and I don't think the current codebase can be compiled using MXE anymore... 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.