Re: mkmf

Where can I find it ?
Thanks

% sudo gem install fxruby-1.4.6.gem
Attempting local installation of ‘fxruby-1.4.6.gem’
Building native extensions. This could take a while…
extconf.rb:4:in `require’: no such file to load – mkmf (LoadError)
from extconf.rb:4

What platform?

/me guesses Debian or Ubuntu

Dan

This communication is the property of Qwest and may contain confidential
or
privileged information. Unauthorized use of this communication is
strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and
destroy
all copies of the communication and any attachments.

Berger, Daniel wrote:

Where can I find it ?
Thanks

% sudo gem install fxruby-1.4.6.gem
Attempting local installation of ‘fxruby-1.4.6.gem’
Building native extensions. This could take a while…
extconf.rb:4:in `require’: no such file to load – mkmf (LoadError)
from extconf.rb:4

What platform?

/me guesses Debian or Ubuntu

I use a Debian

On Fri, May 12, 2006 at 11:47:03PM +0900, de dardel benjamin wrote:
} Berger, Daniel wrote:
} >>
} >> Where can I find it ?
} >> Thanks
} >>
} >> % sudo gem install fxruby-1.4.6.gem
} >> Attempting local installation of ‘fxruby-1.4.6.gem’
} >> Building native extensions. This could take a while…
} >> extconf.rb:4:in `require’: no such file to load – mkmf (LoadError)
} >> from extconf.rb:4
} >
} > What platform?
} >
} > /me guesses Debian or Ubuntu
}
} I use a Debian

RubyGems with native extensions require the ruby1.8-dev and
build-essential
packages to build those extensions.

apt-get install ruby1.8-dev build-essential

–Greg

Hi,

In message “Re: mkmf”
on Fri, 12 May 2006 23:47:03 +0900, de dardel benjamin
[email protected] writes:

|>> extconf.rb:4:in `require’: no such file to load – mkmf (LoadError)
|>> from extconf.rb:4

|I use a Debian

I think you have to install the development package ruby1.8-dev.

						matz.

Yukihiro M. wrote:

Hi,

In message “Re: mkmf”
on Fri, 12 May 2006 23:47:03 +0900, de dardel benjamin
[email protected] writes:

|>> extconf.rb:4:in `require’: no such file to load – mkmf (LoadError)
|>> from extconf.rb:4

|I use a Debian

I think you have to install the development package ruby1.8-dev.

  					matz.

It’s OK now.
Thank you