Closed GoogleCodeExporter closed 9 years ago
Have you looked at the 'backwards' branch in github? It should have
compatibility for 2.14. Not sure for 2.12.
Original comment by felipe.contreras
on 12 May 2011 at 9:40
Just checked out that branch, and indeed, it targets 2.14, not 2.12 - it uses
the same new functions (except for g_strcmp0).
Original comment by tom...@gmail.com
on 13 May 2011 at 5:20
Can you make your patch on top of that branch?
Original comment by felipe.contreras
on 13 May 2011 at 7:00
There you have: patch for backwards branch.
- Added the missing g_timeout_add_seconds
- Removed the usage of the g_once_init_* (again, quite hacky, but seems to work
nicely)
Did a bit more of testing, this time including file transfers.
Original comment by tom...@gmail.com
on 13 May 2011 at 8:52
Attachments:
Cool. I have used this as a reference to create a more proper verison.
Original comment by felipe.contreras
on 14 May 2011 at 3:39
Attachments:
I also have improved the way backwards compatibility is implemented; branch
'backwards' updated.
Original comment by felipe.contreras
on 14 May 2011 at 3:47
Nice, thanks!
Just a litte thing: on GLib 2.12, you link aganist gobject, not gio (which does
not exist there).
Original comment by tom...@gmail.com
on 14 May 2011 at 5:05
Oops. I did test that branch with GLib 2.12, and I saw the right includes with
pkg-config, but I guess it picked gio-2.0.pc from my system, which dependend on
glib-2.0.pc of my temporary install.
Fixed.
Original comment by felipe.contreras
on 14 May 2011 at 5:13
Is the current solution good enough? Or does something else needs to be done?
Original comment by felipe.contreras
on 4 Aug 2011 at 4:47
So far, it's working smoothly, and haven't noticed any deal-breaker issues (or
any issue at all), so i think that we call this FIXED for now :)
Original comment by tom...@gmail.com
on 4 Aug 2011 at 5:33
Cool :)
Original comment by felipe.contreras
on 4 Aug 2011 at 6:03
Original issue reported on code.google.com by
tom...@gmail.com
on 12 May 2011 at 9:10Attachments: