-
Notifications
You must be signed in to change notification settings - Fork 133
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
ImageMagick-native errors with node-gyp in windows10 #128
Comments
It looks like the compiler can't find ImageMagick's headers. If you have them, find where they are, and make sure you provide that as part of the include path. (I don't use Windows myself so I can't be much help here...) |
@jasminmif Did you find a solution? |
@jmorrisIII No i have not, this looks very complicated i lost 2 days trying to figure this out. Than i moved to another solution using, python module for printing. |
I found that when you run the ImageMagick installer, there is a checkbox to install the header files. Then node-gyp seems to find them. However the compilation still fails. Log attached. |
I had a problem with ImageMagick v7 and had to install Imagemagick v 6.x.x from ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ Have you tried that? |
I have made a pull request #194 , mean while, you can use imagemagick-native-my |
Im trying to install imagemagick which will be used for another module for printing.
But im getting this error and i cant seem to find a fix for it. I've tried everything what i found in google but still nothing fixed my issue.
and when i try npm install imagemagick-native i get this bellow:
The text was updated successfully, but these errors were encountered: