[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

How install a gem which needs library at a special locatin

Philippe Philos

6/30/2008 1:08:00 PM


Hello,

I tried to install fxruby-1.6.15 with gem 1.2 under ruby 187 on a Linux
Fedora box. The Fox library is in /usr/local/fox-1633 directory.

The gem install fxruby fails because (of course) the ruby extconf.rb
command can' t found the Fox include and Fox library. It needs the
--with-fox-dir directive.

So, How can I do that within the gem installer ?


Regards.
--
Posted via http://www.ruby-....

1 Answer

Igal Koshevoy

6/30/2008 1:22:00 PM

0

Philippe Philos wrote:
> I tried to install fxruby-1.6.15 with gem 1.2 under ruby 187 on a Linux
> Fedora box. The Fox library is in /usr/local/fox-1633 directory.
>
> The gem install fxruby fails because (of course) the ruby extconf.rb
> command can' t found the Fox include and Fox library. It needs the
> --with-fox-dir directive.
>
> So, How can I do that within the gem installer ?
Please see this page for instructions: http://www.fxruby.org/doc...

-igal