--- Log opened Sun Mar 17 00:00:16 2019 01:58 -!- Horwitz [~mich1@p200300EC9BE84200022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 02:11 -!- Horwitz [~mich1@p200300EC9BF9C800022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit 02:11 -!- mode/#navit [+o Horwitz] by ChanServ 16:50 #navit: <+Navit> mvglasow: Try these two pages: https://developer.gnome.org/glib/2.34/glib-Deprecated-Thread-APIs.html and https://developer.gnome.org/glib/stable/glib-Version-Information.html#GLIB-CHECK-VERSION:CAPS 16:53 #navit: <+Navit> mvglasow: A lot of what I did now looks like so: #if GLIB_CHECK_VERSION(2,34,0) if (!g_thread_new("friends thread", &update_position_thread, (gpointer) NULL) != 0) #else if (!g_thread_create(&update_position_thread, NULL, FALSE, NULL) != 0) #endif g_warning("### can't create friend thread\n"); 19:46 -!- mvglasow [~mvglasow@dslb-188-104-117-165.188.104.pools.vodafone-ip.de] has joined #navit 19:49 #navit: < mvglasow> charlescurley thanks, in fact I am running into problems here 19:50 #navit: < mvglasow> using the current API works fine on Linux but CI fails for a bunch of other platforms, including android, win32 and wince 19:55 #navit: < mvglasow> G_THREADS_ENABLED is defined but the compiler complains about not finding e.g g_rw_lock_reader_lock 20:59 #navit: < mvglasow> now I have tried testing for the version, but g_static_rw_lock_reader_lock (legacy version) is not found either 20:59 #navit: < mvglasow> apparently G_THREADS_ENABLED does not mean that any thread-related functions are available 21:25 #navit: < mvglasow> looks like even with G_THREADS_ENABLED we might just be talking to fake.h, which has at best rudimentary thread support 22:06 -!- mvglasow [~mvglasow@dslb-188-104-117-165.188.104.pools.vodafone-ip.de] has quit [Quit: Leaving] --- Log closed Mon Mar 18 00:00:17 2019