kazuhisya / dia-aws-simple-icons

AWS Simple Icons for dia
25 stars 8 forks source link

fails to build #1

Closed hemantborole closed 8 years ago

hemantborole commented 8 years ago

make: convert: Command not found makefile:102: recipe for target '****/dia-aws-simple-icons/.outputs/shapes/AWS_Simple_Icons_Compute_and_Networking_Amazon_EMR--.png' failed

Looking at makefile, I see ./convert -density 600 -resize 22x22 $(<) $(@)

I changed that to ./convert.rb -density 600 -resize 22x22 $(<) $(@)

Now that fails with ./convert.rb:5:in initialize'./convert.rb:5:ininitialize': No such file or directory @ rb_sysopen - -density (Errno::ENOENT) from ./convert.rb:5:in new' from ./convert.rb:5:in

'

Sounds like a case of some missing gem. Sounds like some missing gem? I tried gem install convert and there isnt one.

hemantborole commented 8 years ago

Nevermind ,missing imagemagick. Installed it and the build went through.

kazuhisya commented 8 years ago

Thank you for using this. And then, this issue is closed.