[Locomotive-users] Desperate with RMagick LocoBundle! :(

Ryan Raaum ryan.raaum at gmail.com
Sun Sep 24 13:27:55 GMT 2006


On 9/24/06, Tozzato Emanuele <mek at zopen.it> wrote:
>
>
> So I need ImageMagick.
>
> Downloaded darwinports;
>
> sudo port install jpeg
> sudo port install libpng
> sudo port install libwmf
> sudo port install tiff (see note below)
> sudo port install lcms
> sudo port install freetype
> sudo port install ghostscript
>
> Downloaded ImageMagickSource
>
> tar xvzf ImageMagick.tar.gz
> cd ImageMagick-X.Y.Z
> ./configure
> make
> make install
>
> tar xvzf RMagick-X.Y.Z.tar.gz
> cd RMagick-X.Y.Z
> ./configure
> make
> make install
>
> AND Rmagick WORKS! bu just from the console!!
>
> doit.rb
>
> #! /usr/local/bin/ruby -w
> require 'RMagick'
> include Magick
> f = Image.new(100,100) { self.background_color = "red" }
> f.write('hello.png')
> exit
>
> works good and makes me happy, but when I went back to locomotive...
> RMagick was not found.. so I discovered that there is a version of
> locomotive bundled with RMagick!
>
> download
> drag the bundle folder into locomotive folder
>
> woooooohaaa! the new bundle is available for my appz, but when I set
> RailsFootball to run with Rails 1.1.2 +RMagick the application
> freezes when the controller try to require 'RMagick'
>
> the application was created of course before installing the bundle..
>
>
> any hints?


If you run your app through the rails console ("ruby script/console"), what
kind of error messages do you see?

-r

MEK
>
>
> --
> Emanuele Tozzato
> mob +39 329 29 56 995
> icq 30 77 52 76
> web mekdigital.com
>
>
>
>
> _______________________________________________
> Locomotive-users mailing list
> Locomotive-users at lists.raaum.org
> http://lists.raaum.org/mailman/listinfo/locomotive-users
>



-- 
Ryan Raaum
http://raaum.org
http://locomotive.raaum.org -- Self contained one-click Rails for Mac OS X
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://one.textdrive.com/pipermail/locomotive-users/attachments/20060924/374c1ea4/attachment.htm


More information about the Locomotive-users mailing list