Re: calls to gasyncqueue_new fail

2011-12-04 Thread Michael Cronenworth
On 12/04/2011 02:41 AM, Kaj-Michael Lang wrote: A recent glib (2.32) release changed how threads are handled, there is no need to initialize threads anymore. But if you are using an old glib then threads needs to still be initialized. Not maemo specific. I'm not using glib 2.32 on any desktop m

Re: calls to gasyncqueue_new fail

2011-12-04 Thread Kaj-Michael Lang
On Sat, 2011-12-03 at 14:14 -0600, Michael Cronenworth wrote: > > Is there something Maemo-specific that I need to do to allow async > > queues? > > Apparently, yes. > > In order to use GAsyncQueue objects you must call g_threads_init() > and A recent glib (2.32) release changed how threads a

Re: calls to gasyncqueue_new fail

2011-12-03 Thread Michael Cronenworth
On 11/25/2011 01:50 AM, Michael Cronenworth wrote: Is there something Maemo-specific that I need to do to allow async queues? Apparently, yes. In order to use GAsyncQueue objects you must call g_threads_init() and link against gthread-2.0. On desktop distros gthread is included in the CFLAG