Index: index 2507cb7..dbeb161 100644 =================================================================== --- src/core-impl/collections/ipodcollection/handler/IpodHandler.cpp +++ src/core-impl/collections/ipodcollection/handler/IpodHandler.cpp @@ -28,6 +28,10 @@ extern "C" { #include // g_type_init #ifdef GDK_FOUND +// work around compile issue with glib >= 2.25 +#ifdef signals + #undef signals +#endif #include #endif }