From: Ruben Fonseca Date: 2012-01-15T02:44:17+09:00 Subject: 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/.