Re: Compiling Ruby 1.9.2 on OpenBSD 5.1

2012-07-05 Thread David Coppa
On Thu, Jul 5, 2012 at 4:48 PM, ML mail wrote: > option.c: In function 'inspect_peercred': > option.c:407: error: 'struct ucred' > has no member named 'pid' > option.c:407: error: 'struct ucred' has no member > named 'uid' > option.c:407: error: 'struct ucred' has no member named 'gid' > gmake[1]

Compiling Ruby 1.9.2 on OpenBSD 5.1

2012-07-05 Thread ML mail
Hello, I need to use the exact version 1.9.2 of Ruby and therefore trying to compile Ruby on OpenBSD 5.1. My configure command is the following: ./configure --prefix=/usr/local/ruby --with-baseruby=/usr/local/bin/ruby19 Unfortunately the make fails with the following errors: compiling socket gmak