[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

rmagic windows binary ??

paul.rogers

11/8/2004 1:35:00 AM

Is there a windows binary available for rmagic? The downlaods say to
use the gem, but:

c:\temp>gem install RMagick-win32-1.6.0-mswin32.gem
Attempting local installation of 'RMagick-win32-1.6.0-mswin32.gem'
Local gem file not found: RMagick-win32-1.6.0-mswin32.gem*.gem
Attempting remote installation of 'RMagick-win32-1.6.0-mswin32.gem'
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find RMagick-win32-1.6.0-mswin32.gem (> 0) in the
repository


Thanks

Paul
7 Answers

Shashank Date

11/8/2004 1:49:00 AM

0

Hi Paul,

Paul wrote:
> Is there a windows binary available for rmagic? The downlaods say to
> use the gem, but:
>
> c:\temp>gem install RMagick-win32-1.6.0-mswin32.gem

Hmmm, even with --remote option I get this:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>gem install --remote rmagick
Attempting remote installation of 'rmagick'
Updating Gem source index for: http://gems.rub...
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find rmagick (> 0) in the repository

C:\>

To me, it means that the gem simply does not exist.

> Attempting local installation of 'RMagick-win32-1.6.0-mswin32.gem'
> Local gem file not found: RMagick-win32-1.6.0-mswin32.gem*.gem
> Attempting remote installation of 'RMagick-win32-1.6.0-mswin32.gem'
> ERROR: While executing gem ... (Gem::GemNotFoundException)
> Could not find RMagick-win32-1.6.0-mswin32.gem (> 0) in the
> repository
>
>
> Thanks
>
> Paul

Shashank Date

11/8/2004 1:50:00 AM

0

Hi Paul,

Paul wrote:
> Is there a windows binary available for rmagic? The downlaods say to
> use the gem, but:
>
> c:\temp>gem install RMagick-win32-1.6.0-mswin32.gem

Hmmm, even with --remote option I get this:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>gem install --remote rmagick
Attempting remote installation of 'rmagick'
Updating Gem source index for: http://gems.rub...
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find rmagick (> 0) in the repository

C:\>

To me, it means that the gem simply does not exist.

> Attempting local installation of 'RMagick-win32-1.6.0-mswin32.gem'
> Local gem file not found: RMagick-win32-1.6.0-mswin32.gem*.gem
> Attempting remote installation of 'RMagick-win32-1.6.0-mswin32.gem'
> ERROR: While executing gem ... (Gem::GemNotFoundException)
> Could not find RMagick-win32-1.6.0-mswin32.gem (> 0) in the
> repository
>
>
> Thanks
>
> Paul

Kaspar Schiess

11/9/2004 11:13:00 AM

0

paul.rogers@shaw.ca (Paul) wrote in news:4ee21163.0411071735.6cb2fda5
@posting.google.com:

> c:\temp>gem install RMagick-win32-1.6.0-mswin32.gem
> Attempting local installation of 'RMagick-win32-1.6.0-mswin32.gem'
> Local gem file not found: RMagick-win32-1.6.0-mswin32.gem*.gem
>

Hello Paul,

I am the maintainer of said 'gem' (it is not quite a gem, but a bit
more): The above looks as though rubygems is looking for the .gem the
wrong way: Even if the file RMagick-win32-1.6.0-mswin32.gem does exist in
local directory, a search for this "RMagick-win32-1.6.0-
mswin32.gem*.gem" will fail. You can try
gem install rmagick
from the directory where the RMagick-win32-1.6.0-mswin32.gem file lives.

Tell me about your success or failure; if the above fails, I would like
to see a
gem -v
and a
dir
from the directory where you execute all of this.

best regards,
kaspar

hand manufactured code - www.tua.ch/ruby



paul.rogers

11/27/2004 5:45:00 PM

0

been away for a few weeks...

C:\Documents and Settings\Paul>gem install rmagick
Attempting local installation of 'rmagick'
Local gem file not found: rmagick*.gem
Attempting remote installation of 'rmagick'
Updating Gem source index for: http://gems.rub...
ERROR: While executing gem ... (Gem::GemNotFoundException)
Could not find rmagick (> 0) in the repository

Ive never had rmagik installed, so im trying to get any version from remote.



Kaspar Schiess <eule@space.ch> wrote in message news:<Xns959C7DDCB5B7Eeulespacech@80.91.229.5>...
> paul.rogers@shaw.ca (Paul) wrote in news:4ee21163.0411071735.6cb2fda5
> @posting.google.com:
>
> > c:\temp>gem install RMagick-win32-1.6.0-mswin32.gem
> > Attempting local installation of 'RMagick-win32-1.6.0-mswin32.gem'
> > Local gem file not found: RMagick-win32-1.6.0-mswin32.gem*.gem
> >
>
> Hello Paul,
>
> I am the maintainer of said 'gem' (it is not quite a gem, but a bit
> more): The above looks as though rubygems is looking for the .gem the
> wrong way: Even if the file RMagick-win32-1.6.0-mswin32.gem does exist in
> local directory, a search for this "RMagick-win32-1.6.0-
> mswin32.gem*.gem" will fail. You can try
> gem install rmagick
> from the directory where the RMagick-win32-1.6.0-mswin32.gem file lives.
>
> Tell me about your success or failure; if the above fails, I would like
> to see a
> gem -v
> and a
> dir
> from the directory where you execute all of this.
>
> best regards,
> kaspar
>
> hand manufactured code - www.tua.ch/ruby

Tim Hunter

11/27/2004 10:26:00 PM

0

Paul wrote:

> been away for a few weeks...
>
> C:\Documents and Settings\Paul>gem install rmagick
> Attempting local installation of 'rmagick'
> Local gem file not found: rmagick*.gem
> Attempting remote installation of 'rmagick'
> Updating Gem source index for: http://gems.rub...
> ERROR: While executing gem ... (Gem::GemNotFoundException)
> Could not find rmagick (> 0) in the repository
>
> Ive never had rmagik installed, so im trying to get any version from
> remote.

Per Kaspar's instructions, I believe you should download the gem and then
run

gem install rmagick

from the directory where you d/l'd the gem.

Kaspar Schiess

11/29/2004 10:50:00 AM

0

Tim Hunter <cyclists@nc.rr.com> wrote in news:%97qd.7008$Mu3.752954
@twister.southeast.rr.com:

> Per Kaspar's instructions, I believe you should download the gem and then
> run
>
> gem install rmagick
>
> from the directory where you d/l'd the gem.

Or even better, read the README and then continue from there ;) (No 'newbie
bashing' here, Paul, just mentioning that 'gem install rmagick' is not all
you need to do...).

yours,
kaspar

btw: I am working on an update to that 'gem', since RMagick has a new
version out. I might finish it before the end of the year. Some bugs in the
postinstall have also been fixed.



paul.rogers

11/29/2004 2:21:00 PM

0

Tim Hunter <cyclists@nc.rr.com> wrote in message news:<%97qd.7008$Mu3.752954@twister.southeast.rr.com>...
> Paul wrote:
>
> > been away for a few weeks...
> >
> > C:\Documents and Settings\Paul>gem install rmagick
> > Attempting local installation of 'rmagick'
> > Local gem file not found: rmagick*.gem
> > Attempting remote installation of 'rmagick'
> > Updating Gem source index for: http://gems.rub...
> > ERROR: While executing gem ... (Gem::GemNotFoundException)
> > Could not find rmagick (> 0) in the repository
> >
> > Ive never had rmagik installed, so im trying to get any version from
> > remote.
>
> Per Kaspar's instructions, I believe you should download the gem and then
> run
>
> gem install rmagick
>
> from the directory where you d/l'd the gem.

ah, My mistake. I was under the impression that gem install rmagic
would download and intall for me.

Ive done as you desribe it works perfectly

Thanks

Paul