You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting ton compile a rust program using libxml2 crate that uses vcpkg::find_package function to check if lib sources are available in the system.
For now, using stable-x86_64-msvc rust toochain with vcpkg x64-windows triplet, all is working as expected.
The next step is trying to switch to the GNU world, using x86_64-pc-windows-gnu rust toolchain with vcpkg x64-mingw-dynamic triplet, but vcpkg::find_package fails.
Is there any planned work to make vcpkg-rs compatible with GNU mode ?
Thks for your work :).
The text was updated successfully, but these errors were encountered:
Can you please provide a few more specifics about the commands that you're running and the error message(s) that you're getting? I'm not sure but it's possible that this should already work with the right configuration.
I've made an attempt to actually implement this in #52, because I'd really like to be able to cross-compile Windows binaries from a non-Windows host, and use vcpkg's libraries (because MSYS2's pacman isn't available to me).
Hi,
I am attempting ton compile a rust program using libxml2 crate that uses vcpkg::find_package function to check if lib sources are available in the system.
For now, using stable-x86_64-msvc rust toochain with vcpkg x64-windows triplet, all is working as expected.
The next step is trying to switch to the GNU world, using x86_64-pc-windows-gnu rust toolchain with vcpkg x64-mingw-dynamic triplet, but vcpkg::find_package fails.
Is there any planned work to make vcpkg-rs compatible with GNU mode ?
Thks for your work :).
The text was updated successfully, but these errors were encountered: