Gentoo Archives: gentoo-user

From: Rumen Yotov <gentoo@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerging gnome on ppc64 problem
Date: Fri, 16 Dec 2005 17:01:04
Message-Id: 20051216185238.GB28310@mach.qrypto.org
In Reply to: [gentoo-user] emerging gnome on ppc64 problem by Kumar Golap
1 Hi,
2 On (16/12/05 09:40), Kumar Golap wrote:
3 > Good day all,
4 >
5 > Has any body tried to emerge gnome on a ppc64 system (hardware is G5 dual cpu)
6 >
7 Better try ppc/ppc64 mailing list, IIRC there's such gentoo list.
8 > I am having trouble when its trying to emerge eel.
9 > It gives the compilation error below...
10 >
11 > Any clue or ideas of how i can either fix this or bypass this.
12 >
13 > megatonnes thanks as usual,
14 >
15 > Kumar
16 >
17 >
18 >
19 > TED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
20 > -DMENU_I_KNOW_THIS_IS_UNSTABLE -O2 -pipe -mcpu=970 -mpowerpc64
21 > -maltivec -mabi=altivec -MT eel-mime-extensions.lo -MD -MP -MF
22 > .deps/eel-mime-extensions.Tpo -c eel-mime-extensions.c -fPIC -DPIC -o
23 > .libs/eel-mime-extensions.o
24 > powerpc64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..
25 > -DG_LOG_DOMAIN=\"Eel\" -I.. -DORBIT2=1 -pthread
26 > -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/include/gtk-2.0
27 > -I/usr/include/libgnomecanvas-2.0 -I/usr/include/glib-2.0
28 > -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include
29 > -I/usr/include/cairo -I/usr/include/pango-1.0
30 > -I/usr/include/libart-2.0 -I/usr/include/freetype2
31 > -I/usr/include/gconf/2 -I/usr/include/orbit-2.0
32 > -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include
33 > -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonobo-2.0
34 > -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/libglade-2.0
35 > -I/usr/include/libxml2 -I/usr/include/libgnome-2.0
36 > -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0
37 > -I/usr/include/gnome-menus -I/usr/include/gnome-desktop-2.0
38 > -I/usr/include/startup-notification-1.0 -DDATADIR=\"/usr/share\"
39 > -DSOURCE_DATADIR=\"../data\" -DGNOMELOCALEDIR=\"/usr/share/locale\"
40 > -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
41 > -DGDK_PIXBUF_DISABLE_DEPRECATED -DMENU_I_KNOW_THIS_IS_UNSTABLE -O2
42 > -pipe -mcpu=970 -mpowerpc64 -maltivec -mabi=altivec -MT
43 > eel-open-with-dialog.lo -MD -MP -MF .deps/eel-open-with-dialog.Tpo -c
44 > eel-open-with-dialog.c -fPIC -DPIC -o .libs/eel-open-with-dialog.o
45 > eel-open-with-dialog.c:55:23: menu-tree.h: No such file or directory
46 > eel-open-with-dialog.c:515: error: parse error before '*' token
47 > eel-open-with-dialog.c: In function `compare_applications':
48 > eel-open-with-dialog.c:518: error: `a' undeclared (first use in this function)
49 > eel-open-with-dialog.c:518: error: (Each undeclared identifier is
50 > reported only once
51 > eel-open-with-dialog.c:518: error: for each function it appears in.)
52 > eel-open-with-dialog.c:519: error: `b' undeclared (first use in this function)
53 > eel-open-with-dialog.c:519: warning: passing arg 1 of `g_utf8_collate'
54 > makes pointer from integer without a cast
55 > eel-open-with-dialog.c:519: warning: passing arg 2 of `g_utf8_collate'
56 > makes pointer from integer without a cast
57 > eel-open-with-dialog.c: At top level:
58 > eel-open-with-dialog.c:523: error: parse error before '*' token
59 > eel-open-with-dialog.c: In function `get_all_applications_from_dir':
60 > eel-open-with-dialog.c:529: error: `list' undeclared (first use in
61 > this function)
62 > eel-open-with-dialog.c:530: error: `directory' undeclared (first use
63 > in this function)
64 > eel-open-with-dialog.c:530: warning: passing arg 2 of `g_slist_concat'
65 > makes pointer from integer without a cast
66 > eel-open-with-dialog.c:532: warning: assignment makes pointer from
67 > integer without a cast
68 > eel-open-with-dialog.c:534: error: `MenuTreeDirectory' undeclared
69 > (first use in this function)
70 > eel-open-with-dialog.c:534: error: `subdir' undeclared (first use in
71 > this function)
72 > eel-open-with-dialog.c: In function `get_all_applications':
73 > eel-open-with-dialog.c:549: error: `MenuTree' undeclared (first use in
74 > this function)
75 > eel-open-with-dialog.c:549: error: `tree' undeclared (first use in
76 > this function)
77 > eel-open-with-dialog.c:550: error: `MenuTreeDirectory' undeclared
78 > (first use in this function)
79 > eel-open-with-dialog.c:550: error: `root' undeclared (first use in
80 > this function)
81 > eel-open-with-dialog.c: In function `eel_open_with_dialog_add_items_idle':
82 > eel-open-with-dialog.c:591: error: `MenuTreeEntry' undeclared (first
83 > use in this function)
84 > eel-open-with-dialog.c:591: error: `entry' undeclared (first use in
85 > this function)
86 > eel-open-with-dialog.c:595: warning: passing arg 1 of `strlen' makes
87 > pointer from integer without a cast
88 >
89 > --
90 > gentoo-user@g.o mailing list
91 >
92 Rumen