Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] emerging gnome on ppc64 problem Rumen Yotov <gentoo@×××××××××××.org>