It turns out that GTK_ICON_LOOKUP_FORCE_SIZE was introduced with GTK+ 2.14.0. I updated notify-osd trunk to reflect that. Needed patch is attached.
** Attachment added: "ensure GTK+ >= 2.14 is available" http://launchpadlibrarian.net/25614607/configure_in-3.diff -- 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

