Applied you patch and updated my system to GTK+ 2.14. Now compilation fails with
=============================== cc1: warnings being treated as errors dnd.c: In function âdnd_is_xscreensaver_activeâ: dnd.c:75: warning: dereferencing type-punned pointer will break strict-aliasing rules =============================== I suggest to .. 0) fix the cause of that warning 1) remove harcoded "-Werror" from <configure.in> and <tests/Makefile.am> 2) remove hardcoded "-std=c99" from the same two files, use Autoconf's macro AC_PROG_CC_C99 instead 3) run "./configure --enable-compile-warnings=error" on your end when warning-to-error conversion is wanted. Some Gnome macro notify-osd uses pulls that in. I guess you overlooked it. 4) fix former or integration of it to notify-osd. at least for me after applying (1) compilation did not fail as expected. Looking forward to your feedback. -- notify-osd-0.9.11: ./configure && make gives compile errors https://bugs.launchpad.net/bugs/361788 You received this bug notification because you are a member of Notify OSD Developers, which is subscribed to Notify OSD. Status in Notify OSD: In Progress Bug description: ============================================== make[3]: Entering directory `/home/sping/Desktop/notify-osd-0.9.11/src' gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -DDATADIR=\""/usr/local/share"\" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libwnck-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/startup-notification-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -g -O2 -lm -Wall -Werror -std=c99 -MT notify_osd-bubble.o -MD -MP -MF .deps/notify_osd-bubble.Tpo -c -o notify_osd-bubble.o `test -f 'bubble.c' || echo './'`bubble.c bubble.c: In function âload_iconâ: bubble.c:1621: error: âGFileâ undeclared (first use in this function) bubble.c:1621: error: (Each undeclared identifier is reported only once bubble.c:1621: error: for each function it appears in.) bubble.c:1621: error: âfileâ undeclared (first use in this function) [..] ============================================== As GTK_ICON_LOOKUP_FORCE_SIZE and gtk_dialog_get_content_area used by notify-osd both do not appear in my GTK/glib include files I guess you forgot to make configure require more recent version of a dependency? _______________________________________________ Mailing list: https://launchpad.net/~dx-team Post to : [email protected] Unsubscribe : https://launchpad.net/~dx-team More help : https://help.launchpad.net/ListHelp

