Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132510 - dasher 4 doesnt compile with USE=-gnome
Summary: dasher 4 doesnt compile with USE=-gnome
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gnome Accessibility (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-06 16:39 UTC by Mikael Magnusson
Modified: 2006-05-09 19:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Magnusson 2006-05-06 16:39:53 UTC
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../..    -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/local/include/pango-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -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   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/local/include/pango-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/libwnck-1.0 -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/local/include/pango-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I./../DasherCore -DPROGDATA=\"/usr/share/dasher\" -I../../intl -I../../intl  -march=athlon-xp -O3 -pipe -mfpmath=sse -msse -m3dnow -momit-leaf-frame-pointer -fpermissive -DMIKACHU -Wall -Wno-non-virtual-dtor -MT Menu.o -MD -MP -MF ".deps/Menu.Tpo" -c -o Menu.o Menu.cc; \
	then mv -f ".deps/Menu.Tpo" ".deps/Menu.Po"; else rm -f ".deps/Menu.Tpo"; exit 1; fi
Menu.cc: In function `void about_dasher(GtkWidget*, void*)':
Menu.cc:472: error: `about' was not declared in this scope
Comment 1 Mikael Magnusson 2006-05-06 17:23:59 UTC
it also looks like the deps need to require higher gnome stuff, for example i needed gconf 2.14 for it to compile, but it wasn't pullled automatically.
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2006-05-09 19:17:05 UTC
Fixed for dasher-4.0.2. Thank you for your report.