FS#90 - Rework of mutexes for glib 2.31
Attached to Project:
gtkpod
Opened by phantomjinx (phantomjinx) - Sunday, 04 December 2011, 23:48 GMT+2
Opened by phantomjinx (phantomjinx) - Sunday, 04 December 2011, 23:48 GMT+2
|
Details https://sourceforge.net/tracker/?func=detail&atid=519273&aid=3433843&group_id=67873
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: wally () Assigned to: Nobody/Anonymous (nobody) Summary: gtkpod 2.1.0 fails to build with glib 2.31.0 Initial Comment: I'm trying to build gtkpod 2.1.0 in Mageia Cauldron (the development version of Mageia) with glib 2.31.0 and the build fails. CC file_itunesdb.lo file_itunesdb.c: In function 'transfer_data_new': file_itunesdb.c:1164:5: error: implicit declaration of function 'g_mutex_new' file_itunesdb.c:1164:26: warning: assignment makes pointer from integer without a cast file_itunesdb.c:1165:5: error: implicit declaration of function 'g_cond_new' file_itunesdb.c:1165:34: warning: assignment makes pointer from integer without a cast file_itunesdb.c: In function 'transfer_data_free': file_itunesdb.c:1172:9: error: implicit declaration of function 'g_mutex_free' file_itunesdb.c:1174:9: error: implicit declaration of function 'g_cond_free' file_itunesdb.c: In function 'delete_files': file_itunesdb.c:1315:13: error: implicit declaration of function 'g_thread_create' file_itunesdb.c:1315:20: warning: assignment makes pointer from integer without a cast file_itunesdb.c:1332:17: error: implicit declaration of function 'g_cond_timed_wait' make[2]: *** [file_itunesdb.lo] Error 1 |
This task depends upon