Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gnome and menu.tree.h is screwed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
lizardcry
Tux's lil' helper
Tux's lil' helper


Joined: 13 May 2005
Posts: 87
Location: Iceland

PostPosted: Sun Nov 06, 2005 4:44 am    Post subject: gnome and menu.tree.h is screwed Reply with quote

while tying to compile gnome-panel-2.10.2

Code:


In file included from main.c:21:
menu.h:28:23: menu-tree.h: No such file or directory
if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I../gnome-panel -DPANEL_DEBUG -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGLADEDIR=\""/usr/share/gnome/panel/glade"\" -DICONDIR=\""/usr/share/gnome/panel/pixmaps"\" -DMENU_I_KNOW_THIS_IS_UNSTABLE  -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib64"\" -DDATADIR=\""/usr/share"\"  -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libglade-2.0 -I/usr/include/gnome-menus    -Wall -Wmissing-prototypes      -march=athlon64 -O2 -pipe -MT button-widget.o -MD -MP -MF ".deps/button-widget.Tpo" -c -o button-widget.o button-widget.c; \
then mv -f ".deps/button-widget.Tpo" ".deps/button-widget.Po"; else rm -f ".deps/button-widget.Tpo"; exit 1; fi
make[3]: *** [main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2'
make: *** [all] Error 2

!!! ERROR: gnome-base/gnome-panel-2.10.2 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

Back to top
View user's profile Send private message
lizardcry
Tux's lil' helper
Tux's lil' helper


Joined: 13 May 2005
Posts: 87
Location: Iceland

PostPosted: Sun Nov 06, 2005 4:46 am    Post subject: Re: gnome and menu.tree.h is screwed Reply with quote

So, how can gnome 2.10.2 be in the 'stable' branch?

lizardcry wrote:
while tying to compile gnome-panel-2.10.2

Code:


In file included from main.c:21:
menu.h:28:23: menu-tree.h: No such file or directory
if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I../gnome-panel -DPANEL_DEBUG -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DGLADEDIR=\""/usr/share/gnome/panel/glade"\" -DICONDIR=\""/usr/share/gnome/panel/pixmaps"\" -DMENU_I_KNOW_THIS_IS_UNSTABLE  -DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DLIBDIR=\""/usr/lib64"\" -DDATADIR=\""/usr/share"\"  -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libxml2 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -I/usr/include/libglade-2.0 -I/usr/include/gnome-menus    -Wall -Wmissing-prototypes      -march=athlon64 -O2 -pipe -MT button-widget.o -MD -MP -MF ".deps/button-widget.Tpo" -c -o button-widget.o button-widget.c; \
then mv -f ".deps/button-widget.Tpo" ".deps/button-widget.Po"; else rm -f ".deps/button-widget.Tpo"; exit 1; fi
make[3]: *** [main.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2/gnome-panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-panel-2.10.2/work/gnome-panel-2.10.2'
make: *** [all] Error 2

!!! ERROR: gnome-base/gnome-panel-2.10.2 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Sun Nov 06, 2005 10:59 pm    Post subject: Reply with quote

Moved from Desktop Environments to Duplicate Threads. Please follow up in https://forums.gentoo.org/viewtopic-p-2659430.html#2659430
_________________
KDE
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum