# gmake gmake all-recursive gmake[1]: Entering directory `/tmp/xfcalendar-0.1.4' Making all in po gmake[2]: Entering directory `/tmp/xfcalendar-0.1.4/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/tmp/xfcalendar-0.1.4/po' Making all in src gmake[2]: Entering directory `/tmp/xfcalendar-0.1.4/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/BerkeleyDB.4.1/include -I/usr/X11R6/include -I/usr/local/include/xfce4 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/xfce4 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -s -O3 -march=i686 -MT xfcalendar-interface.o -MD -MP -MF ".deps/xfcalendar-interface.Tpo" \ -c -o xfcalendar-interface.o `test -f 'interface.c' || echo './'`interface.c; \ then mv -f ".deps/xfcalendar-interface.Tpo" ".deps/xfcalendar-interface.Po"; \ else rm -f ".deps/xfcalendar-interface.Tpo"; exit 1; \ fi interface.c:24:36: xfcalendar-icon-inline.h: No such file or directory interface.c: In function `create_XFCalendar': interface.c:56: error: `xfcalendar_icon' undeclared (first use in this function) interface.c:56: error: (Each undeclared identifier is reported only once interface.c:56: error: for each function it appears in.) interface.c: In function `create_wInfo': interface.c:345: error: `xfcalendar_icon' undeclared (first use in this function) gmake[2]: *** [xfcalendar-interface.o] Error 1 gmake[2]: Leaving directory `/tmp/xfcalendar-0.1.4/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/tmp/xfcalendar-0.1.4' gmake: *** [all] Error 2
Yes, the tarball and Makefile are broken, I'm afraid. Try this between ./configure and make stages: ( cd src && gdk-pixbuf-csource --raw --build-list \ xfcalendar_icon xfcalendar.png > xfcalendar-icon-inline.h )
This problem is now fixed in CVS. I'll close the bug when a version containing the fix is released.
This is fixed in 0.1.5.