Embed ruby 1.9.3 source into an iOS Xcode project

Hi all.

I'm looking for a way of embeding Ruby 1.9.3 on an iOS Xcode 4 project.
So far I found no way of doing that, and no instructions on the
internet.

I've checked out the source code, included on my project, but I find no
way of compiling the project.

Then I remembered I had to run autoconf and ./configure, but that didn't
help
because I have to maintain 3 different architectures (armv6, arvm7 and
i386).
"Ok, let's try one of them", so I've choosen i386 but still the project
didn't compile, I have tons of errors on headers files.

So my questions is, is there a simple way of doing this? Embedding the
Ruby
source/interpreter on a Xcode project? Please _please_ don't point me to
Rhodes, because I looked into that and the ruby source is all hacked
with
rhodes stuff I don't need/want.

Thank you very much for your time
Ruben

···

--
Posted via http://www.ruby-forum.com/.

Do you found answer for your question? I have the same problem.

···

--
Posted via http://www.ruby-forum.com/.

Pavel Pav wrote in post #1061639:

Do you found answer for your question? I have the same problem.

Why not take a look into mruby:

It is designed for embedding.

···

--
Luis Lavena

--
Posted via http://www.ruby-forum.com/\.