Re: [Vimprobable-users] Possible patch/fix for g_thread_init warning
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Morgan H. <mt...@gm...> - 2015-02-14 08:26:46
|
Hey Matthew, Since no one has said anything I figured I would respond so at least you didn't think you were being ignored. :) I took care of this in another patch in December[1], which still has not made it into the main tree. I think Hannes is a bit behind schedule after the Christmas break, so there's still quite a few patches waiting to get merged. I think my fix is a bit more comprehensive, but I also had the same issue as you, in that I don't have any systems with an old enough glib to actually verify the fix. :D Anyway, thanks for your patch and I don't care if it's yours or mine as long as we can get rid of the annoying build warning! Regards, Morgan On Fri, Feb 6, 2015 at 2:39 PM, Matthew Carter <m...@ah...> wrote: > Hi all, > > As some of you who use a recent version of glib may know, g_thread_init > has been deprecated (and every 'make' comes with a nice warning about > this). > > This patch fixes that on newer glib versions (such as what I use on Arch > Linux), but I'm not sure if it breaks on older glib versions. > > Does anyone who uses an old enough version of glib to actually need > g_thread_init have time to test the patch and make sure it doesn't break > their compilation? > > > > > -- > Matthew Carter (m...@ah...) > http://ahungry.com > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Vimprobable-users mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vimprobable-users > |