Closed ozaner closed 3 months ago
I've never seen this before. So unsure of any solutions. Our CI runners at #79 seems to build fine on Win.
cc @decahedron1
@ozaner Do you have the latest version (17.10) of VS2022 installed? The prebuilt binaries are compiled with 17.10.35027.167, so I'd imagine anything older would cause these linking errors.
Yep this was it, I was on 17.7. Updating fixed it. Thanks!
Similar issue here, on 17.9. I see the onnxruntime path as /LIBPATH
in the link command but no onnxruntime.lib
getting linked. I'll see if the upgrade helps.
I can't build the crate on Windows due to some linker error:
Here is a full copy of error output: output.txt
Enabling or disabling the
ort-download-binaries
feature doesn't seem to help.