Does the configure step of compiling work on OS X Snow Leopard?

I tried compiling the trunk version on OS X Snow Leopard, and it
didn’t work, and it didn’t give a meaningful error message:

gist:1395715 · GitHub has the attempt, with the failure
during the ./configure step. At the end, there is also uname
information, and the version of ruby-head used.

I had previously tried compiling it under rvm, and it didn’t work.
User mpapis of the #rvm channel also tried compiling it on OS X using
rvm, and couldn’t get it to work either. He didn’t try compiling
directly (ie not using rvm), however. mpapis also tried compiling on
Linux, and it worked there (see the gist for OS details).

I’m hesitant in claiming that this is a bug, because I’ve never tried
compiling Ruby without RVM before. Can someone who has experience with
directly compiling ruby on OS X check whether it’s working for them?

Thanks,

Andrew Grimm

On Nov 26, 2011, at 06:30 , Andrew Grimm wrote:

directly (ie not using rvm), however. mpapis also tried compiling on
Linux, and it worked there (see the gist for OS details).

I’m hesitant in claiming that this is a bug, because I’ve never tried
compiling Ruby without RVM before. Can someone who has experience with
directly compiling ruby on OS X check whether it’s working for them?

I’ve currently got r33782 (2011-11-17) checked out and it configures on
osx just fine.

If you can build that revision and not the absolute latest, then it is
definitely a bug.

I think it is a bug regardless because it looks like a syntax error in
configure.in.

On Nov 26, 2011, at 15:44 , Ryan D. wrote:

I had previously tried compiling it under rvm, and it didn’t work.

If you can build that revision and not the absolute latest, then it is
definitely a bug.

I think it is a bug regardless because it looks like a syntax error in
configure.in.

Yeah. It’s a bug. I’ll report it.

On Sun, Nov 27, 2011 at 11:01 AM, Ryan D. [email protected]
wrote:

during the ./configure step. At the end, there is also uname
directly compiling ruby on OS X check whether it’s working for them?

Same here - ./configure worked with
07636686da3b93120a1f56e79bdf5ab9ad1f6f8d but not with the latest
commit.

Thank you for looking into this.

Andrew

On Nov 26, 2011, at 16:05 , Andrew Grimm wrote:

Same here - ./configure worked with
07636686da3b93120a1f56e79bdf5ab9ad1f6f8d but not with the latest
commit.

Thank you for looking into this.

Should be fixed.