Closed Timmimim closed 7 years ago
Hi @Timmimim,
the problem is in the binding.gyp file. It's a configuration file that allow to compile native code. Please to reproduce the error could tell me which linux distribution and c++ compiler version are you using?
To obtain the compiler version use this command gcc -v
Thanks
Nick
Hey @NickNaso ,
thanks! I'm using gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
on Ubuntu 14.04LTS.
Kind regards,
Timm
Hi @Timmimim, sorry for the late. I found the problem and solved it. Now all seem compile well on linux. I attach my test on ubuntu. I want just remember that the supported version of ImageMagick start from 7.0.1 For now i clode the issue but if you have any other problems please feel free to reopen it. Have a nice work, Nick
Hey @NickNaso, works perfectly fine now, thanks a lot!!
Hey guys, sadly I currently cannot install your tool via npm. I'm running on:
node v6.11.0
,npm v3.10.10
,node-gyp v3.6.2
The issues seem hail from
./src/magick-cli.cc
, and I am thoroughly clueless in C++.I'm getting the following error description upon
npm install magick-cli
:Sorry for the long message, but can you help me out? Thanks!
Kind regards, Timm