[Therion] MacOSX error and solution: ImageMagick after upgrading from Mt.Lion to Mavericks

2015-02-23 Thread Olly Betts
On Sat, Feb 21, 2015 at 08:40:57PM +0100, Martin Sluka wrote: > Why is ImageMagick trying to load JPG coder at > /usr/local/Cellar/imagemagick/6.8.8-9/lib/ImageMagick//modules-Q16/coders/jpeg.la? > Why the double slash after ImageMagick// ? Repeating a slash (any number of times) in a Unix

[Therion] MacOSX error and solution: ImageMagick after upgrading from Mt.Lion to Mavericks

2015-02-21 Thread Martin Sluka
It is not so simple, check: http://stackoverflow.com/questions/22715738/imagemagick-error This worked at the end: xx brew unlink jpeg brew link jpeg Then reinstall imagemagick from source brew uninstall imagemagick brew install imagemagick --build-from-source Now you can

[Therion] MacOSX error and solution: ImageMagick after upgrading from Mt.Lion to Mavericks

2015-02-21 Thread Martin Sluka
To generate Thbook with all samples is necessary to convert pdf files from samples directory. But in Maverick or Yosemite there is error when installing ImageMagick by Brew: Why is ImageMagick trying to load JPG coder at