-
Notifications
You must be signed in to change notification settings - Fork 68
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
how to use with image magick installed with MSYS2 #77
Comments
Did you try setting |
the msys2 "emulates" an unix/linux file structure, there is some files located on /bin and some on /lib |
i could try specifying with |
I'm getting this error on Windows using MSVC, and I set Edit:: Got it to work cross compiling to Android by setting appropriate env vars. Setting appropriate Windows env vars still fails to build I do want to note though that now it's not getting stuck at "does not contain the required files", but is now getting stuck at linking with "error LNK2019: unresolved external symbol SetMagickResourceLimit" |
this error reproduce on windows10 note: libmagick_rust-ee64cd36e16e1432.rlib(magick_rust-ee64cd36e16e1432.magick_rust.a42cf69e-cgu.1.rcgu.o) : error LNK2019: unresolved external symbol SetMagickResourceLimit referenced in function _ZN11magick_rust4wand6magick10MagickWand18set_resource_limit17h78a39bf86e3801fdE error LNK2019: unresolved external symbol SetMagickResourceLimit referenced in function _ZN11magick_rust4wand6magick10MagickWand18set_resource_limit17hae73b655b83b1af0E same code buid pass on centos7,centos8 |
Hello, I am on Windows and use the gnu toolchain for multiple reasons, but when I try to compile I get this panic :
How can I fix this?
The text was updated successfully, but these errors were encountered: