| Summary: | kross ruby doesn't compile with ruby 1.9 | ||
|---|---|---|---|
| Product: | [Unmaintained] bindings | Reporter: | Stefano Crocco <stefano.crocco> |
| Component: | general | Assignee: | bindings-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | avilla, dilfridge, johu, pete, robert, scarpino, stupor_scurvy343, swills, tittiatcoke |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kross-interpreters/db5091119e4f0db43eea9947826002cef0e52a69 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
ruby19.patch
ruby19-cmake.patch |
||
|
Description
Stefano Crocco
2010-07-04 11:16:32 UTC
confirmed Confirmed on gentoo too. Created attachment 80684 [details]
ruby19.patch
patch from opensuse to build against ruby 1.9
Created attachment 80685 [details]
ruby19-cmake.patch
patch by me to allow build against ruby 1.9
Git commit db5091119e4f0db43eea9947826002cef0e52a69 by Jonathan Riddell. Committed on 21/06/2013 at 12:31. Pushed by jriddell into branch 'master'. Fix "kross ruby doesn't compile with ruby 1.9" Patch from SuSE and Johannes Huber M +4 -4 ruby/CMakeLists.txt M +3 -5 ruby/rubyconfig.h M +4 -4 ruby/rubyextension.cpp M +17 -14 ruby/rubyfunction.h M +15 -12 ruby/rubyobject.cpp M +34 -38 ruby/rubyscript.cpp M +1 -1 ruby/rubyvariant.cpp M +14 -14 ruby/rubyvariant.h http://commits.kde.org/kross-interpreters/db5091119e4f0db43eea9947826002cef0e52a69 |