Bug 657 - credits.h: No such file or directory
Status:
RESOLVED FIXED
Component:
Core :: UNIX
Version:
1.8.4
Hardware:
PC Linux
Importance:
P2 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Aug 4 2007 10:42:00 UTC
by:
Thilo Pfennig
Modified:
Aug 27 2007 20:26:27 UTC
WhoWhenWhatRemovedAdded
Rob CaelersAug 27 2007 12:48:34 UTCstatusNEWRESOLVED
resolutionFIXED
Description
Thilo Pfennig  Aug 4 2007 10:42:00 UTC
I try to update the Foresight package - but I cant seem to compile because it does not find "credits.h" See:


Processing file Workrave-Applet.idl
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I.   -DORBIT2=1 -pthread -I/usr/include/panel-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-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/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/freetype2   -I ../../../../common/include -I ../../../../common/include/unix -I ../../../../common/include -I ../../../../common/include/unix -I ../../../../backend/include -I ../../../../backend/src/ -I ../../../../backend/src/unix -I ../../../../frontend/common/include/ -I ../../../../frontend/common/include/gnome -DWORKRAVE_DATADIR="\"/usr/share/workrave\"" -DWORKRAVE_UIDATADIR="\"/usr/share/gnome-2.0/ui\"" -DGNOMELOCALEDIR="\"/usr/share/locale\""  -Os -g -Os -g -DNDEBUG -MT workrave_applet-WorkraveApplet.o -MD -MP -MF ".deps/workrave_applet-WorkraveApplet.Tpo" -c -o workrave_applet-WorkraveApplet.o `test -f 'WorkraveApplet.c' || echo './'`WorkraveApplet.c; \
then mv -f ".deps/workrave_applet-WorkraveApplet.Tpo" ".deps/workrave_applet-WorkraveApplet.Po"; else rm -f ".deps/workrave_applet-WorkraveApplet.Tpo"; exit 1; fi
WorkraveApplet.c:23:21: credits.h: No such file or directory
WorkraveApplet.c: In function `verb_about':
WorkraveApplet.c:360: error: `workrave_copyright' undeclared (first use in this function)
WorkraveApplet.c:360: error: (Each undeclared identifier is reported only once
WorkraveApplet.c:360: error: for each function it appears in.)
WorkraveApplet.c:365: error: `workrave_translators' undeclared (first use in this function)
WorkraveApplet.c:366: error: `workrave_authors' undeclared (first use in this function)
make[6]: *** [workrave_applet-WorkraveApplet.o] Error 1
make[6]: Leaving directory `/home/vinci/conary/builds/workrave/workrave-1.8.4/frontend/gtkmm/src/gnome_applet'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/vinci/conary/builds/workrave/workrave-1.8.4/frontend/gtkmm/src/gnome_applet'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/vinci/conary/builds/workrave/workrave-1.8.4/frontend/gtkmm/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/vinci/conary/builds/workrave/workrave-1.8.4/frontend/gtkmm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vinci/conary/builds/workrave/workrave-1.8.4/frontend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vinci/conary/builds/workrave/workrave-1.8.4'
make: *** [all] Error 2
error: Shell command "cd '/home/vinci/conary/builds/workrave/workrave-1.8.4/'; CFLAGS="-Os -g" CXXFLAGS="-Os -g " CPPFLAGS="" CLASSPATH=""  LDFLAGS="-g" CC=gcc CXX=g++  make    " exited with exit code 2
/var/tmp/temp-gnomepackage-VkzC4w.recipe:61: RuntimeError: Shell command "cd '/home/vinci/conary/builds/workrave/workrave-1.8.4/'; CFLAGS="-Os -g" CXXFLAGS="-Os -g " CPPFLAGS="" CLASSPATH=""  LDFLAGS="-g" CC=gcc CXX=g++  make    " exited with exit code 2
Comment 1
Ray Satiro  Aug 13 2007 23:02:49 UTC
credits.h is in frontend/common/include

http://superb-east.dl.sourceforge.net/sourceforge/workrave/workrave-1.8.4-2.tar.gz

Comment 2
Rob Caelers  Aug 27 2007 12:48:34 UTC
Indeed, make sure you download workrave-1.8.4-2.tar.gz not workrave-1.8.4.tar.gz (note the -2)
Comment 3
Thilo Pfennig  Aug 27 2007 20:26:27 UTC
1.8.4-2 works! thank you