My config.log is here: https://gist.github.com/jamonholmgren/0c9921561daafe89bf23 Note that I put both error and successful config.log in there. The error was without the CC=, the successful was with it. Xcode Version 5.1.1 (5B1008...jamonholmgren (Jamon Holmgren)
I was able to work around this by prepending the ./configure command with CC=/usr/bin/gcc CC=/usr/bin/gcc ./configure --prefix=/Users/jh/.rubies/ Ref: https://github.com/sstephenson/rbenv/issues/610 Ref: https://github.com/pos...jamonholmgren (Jamon Holmgren)
I should also mention this allows for similar syntax between JavaScript, Python, and Ruby. In this case, all three languages could translate the same dictionary/hash in a more or less compatible way. jamonholmgren (Jamon Holmgren)
@matz -- sorry, I didn't receive an email notification, so I didn't realize you had responded. This isn't MRI, I realize, but in RubyMotion this notation would come in handy. https://github.com/clearsightstudio/ProMotion/issues/345#iss...jamonholmgren (Jamon Holmgren)
I would be okay with your idea, Rodrigo, although it's less consistent (if you look at my first code block in the description). It would result in symbols looking like this: { :'symbol': 'v' } Not the end of the world, thoug...jamonholmgren (Jamon Holmgren)
=begin In Ruby, if you can create a symbol with ((|:"symbolname"|)), it seems consistent to allow moving the colon to the right side in a hash and dropping the hash rocket (=>). { :str => "v", # symbol str: "v", #...jamonholmgren (Jamon Holmgren)