IconoclastLabs / MotionTemplate

A clean RubyMotion project for quickly templating a styled application. RubyMotion Template
Other
61 stars 6 forks source link

Postscript / Font Read fail #4

Closed thinkclay closed 11 years ago

thinkclay commented 11 years ago

I followed your instructions, created a new project, bundled and raked and this error repeats forever:

convert: unable to read font `/usr/local/share/ghostscript/fonts/n019003l.pfb' @    error/annotate.c/RenderFreetype/1125.

convert: Postscript delegate failed `/var/tmp/magick-8766wNraKA6smHS6': No such file or directory @ error/ps.c/ReadPSImage/833.
GantMan commented 11 years ago

Motion-rubberstamp gem requires imagemagick and ghostscript. You can either install those or comment out the gem. The rubberstamp gem update coming down the pipe will warn if those are not installed.

GantMan commented 11 years ago

Clay do you think I should add the install directions for ghostscript and imagemagick to the readme? Even though it's not part of the actual project, but a sub dependency?

thinkclay commented 11 years ago

Yeah, i got it working on mine, but it wasnt obvious to me that those were dependencies

On Tuesday, May 28, 2013 at 9:37 AM, Gant Laborde wrote:

Clay do you think I should add the install directions for ghostscript and imagemagick to the readme? Even though it's not part of the actual project, but a sub dependency?

— Reply to this email directly or view it on GitHub (https://github.com/IconoclastLabs/MotionTemplate/issues/4#issuecomment-18558800).