Closed jlnr closed 8 years ago
Unblocked by Gosu 0.10.5
Just curious - how is this coming along? I'm looking forward to wrap newer version of Gosu :) Would it be possible to bump it to Ruby 2.3 as well?
Once I get to it, I'll naturally use the latest version of Ruby that works (so, probably 2.3 oder 2.3.1) :)
No news though...hopefully I'll be more productive this Sunday/Monday.
A quick update: rake
fails in my 10.7 VM because Gosu/src/AppleUtility.hpp
has started using std::to_string
, which is part of the C++11 standard library.
There are also warnings about ARC not being used - which is a little scary, I hope I'm not leaking memory like crazy in the OS X gem?
If this turns out to be a lot of trouble, dropping support for 10.7 & 10.8 and upgrading Xcode might help.
No, fixing compilation on 10.7 was quite easy. (I always prefer to build Ruby.app on the oldest VM I have, so that it'll work on that and every later version of OS X.)
Next step: Releasing a new version of Gosu that includes these fixes, so that it can be bundled with Ruby.app. (Edit: Done - 0.10.8 is out.)
That's fantastic! Thank you so much for your hard work :) It's appreciated.
np :)
Still blocked on SDL 2.0.4 taking its time.