Skip to content
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 error with latest libxml2 using BCryptGenRandom() #46

Closed
triplef opened this issue Jun 18, 2024 · 1 comment
Closed

Linker error with latest libxml2 using BCryptGenRandom() #46

triplef opened this issue Jun 18, 2024 · 1 comment

Comments

@triplef
Copy link
Member

triplef commented Jun 18, 2024

The latest libxml2 v2.13.0 contains a change that requires linking against the BCrypt library on Windows. This currently causes the following linker error when building the toolchain:

lld-link: error: undefined symbol: BCryptGenRandom
>>> referenced by D:\a\tools-windows-msvc\tools-windows-msvc\src\libxml2\dict.c:960
>>>               xml2.lib(dict.obj):($LN4)
@triplef
Copy link
Member Author

triplef commented Jun 21, 2024

Fixed via #48.

@triplef triplef closed this as completed Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant