! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Problem compiling xfcalendar 0.1.4
Status:
CLOSED: FIXED

Comments

Description pierre42d 2003-12-26 22:59:57 CET
# 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
Comment 1 Jasper Huijsmans editbugs 2003-12-27 10:03:05 CET
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
)
Comment 2 Jasper Huijsmans editbugs 2003-12-27 18:57:43 CET
This problem is now fixed in CVS.

I'll close the bug when a version containing the fix is released.
Comment 3 Jasper Huijsmans editbugs 2004-01-08 10:28:20 CET
This is fixed in 0.1.5.

Bug #55

Reported by:
pierre42d
Reported on: 2003-12-26
Last modified on: 2013-12-11

People

CC List:
0 users

Version

Attachments

Additional information