-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Unable to build Windows release template (ld.lld: error: duplicate symbol: PKEY_Device_FriendlyName) #97882
Comments
Builds fine with regular MinGW-w64 |
Can you tell me what you mean by this? I would really like to get it working as my release is held back by this, as I'm not able to encrypt my assets without a custom release template. |
I mean regular MinGW with GCC rather than LLVM/Clang. Builds just fine for me, it just takes a while to link but no errors or any other issues |
I have the same bug and that's with regular MinGW GCC no LLVM/Clang. It was working before but I guess it probably broke after I updated it ? It is not hard to workaround tho. Just open |
Getting the same error cross-compiling for windows both ways: #98822 |
Tested versions
4.3-stable 77dcf97 pulled from GitHub
System information
Windows 11 (23H2), llvm-mingw version 19.1.1
Issue description
Trying to build a release template from source will fail near the end with the following exception:
Command used to build:
Steps to reproduce
scons platform=windows use_llvm=true use_mingw=yes mingw64_prefix=x86_64-w64-mingw32- arch=x86_64 target=template_release module_mono_enabled=yes
Minimal reproduction project (MRP)
Not applicable
The text was updated successfully, but these errors were encountered: