Re: 'machine/cdefs.h' file not found when installing nokogiri gem

2019-11-18 Thread Stuart Henderson
On 2019-11-16, mabi wrote: > ‐‐‐ Original Message ‐‐‐ > On Saturday, November 16, 2019 2:38 PM, Stuart Henderson > wrote: > >> For native extensions, it's really best to install from packages. >> >> pkg_add ruby25-nokogiri > > Thanks for the tip, I didn't think about that alternative. Wh

Re: 'machine/cdefs.h' file not found when installing nokogiri gem

2019-11-16 Thread mabi
‐‐‐ Original Message ‐‐‐ On Saturday, November 16, 2019 2:38 PM, Stuart Henderson wrote: > For native extensions, it's really best to install from packages. > > pkg_add ruby25-nokogiri Thanks for the tip, I didn't think about that alternative. What puzzles me is that I managed to insta

Re: 'machine/cdefs.h' file not found when installing nokogiri gem

2019-11-16 Thread Stuart Henderson
On 2019-11-16, mabi wrote: > Hi, > > I am trying to install the nokogiri Ruby gem using "gem install nokogiri" and > have the ruby-2.5.5 package from ports for that purpose installed. > > Unfortunately it does not want to install complaining that the > 'machine/cdefs.h' header file can not be fo

'machine/cdefs.h' file not found when installing nokogiri gem

2019-11-16 Thread mabi
Hi, I am trying to install the nokogiri Ruby gem using "gem install nokogiri" and have the ruby-2.5.5 package from ports for that purpose installed. Unfortunately it does not want to install complaining that the 'machine/cdefs.h' header file can not be found. This header file is included on li