Skip to content

Problem with CI on Windows MSVC #64

Closed
@kjellahl

Description

@kjellahl

After the latest changes in libxml2, the meson-windows-2022.yml CI test fails.

libLibXml2.a(dict.c.obj) : error LNK2019: unresolved external symbol BCryptGenRandom referenced in function xmlInitRandom

BCryptGenRandom() is called only #ifdef _WIN32. The linker does not find it.

@talisein You added the meson-windows-2022.yml CI test. Can you make it work again?
I don't know if the bug is in the CI test file or somewhere else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions