http://git.gnome.org/browse/gnome-shell/commit/?id=2bcdae4d5de2489d1940075a1f850353d65abd16 should have fixed this.
On Sun, Jan 30, 2011 at 7:36 PM, Patrick Michael Niedzielski <[email protected]> wrote: > Hi guys, > > I get the same error. Here's the full error output: > > -------- > In file included from tray/na-tray-child.c:25: > tray/na-tray-child.h:44: error: expected specifier-qualifier-list before > ‘GtkSocket’ > tray/na-tray-child.h:53: error: expected specifier-qualifier-list before > ‘GtkSocketClass’ > tray/na-tray-child.c: In function ‘na_tray_child_get_type’: > tray/na-tray-child.c:32: error: ‘GTK_TYPE_SOCKET’ undeclared (first use in > this function) > tray/na-tray-child.c:32: error: (Each undeclared identifier is reported only > once > tray/na-tray-child.c:32: error: for each function it appears in.) > tray/na-tray-child.c: In function ‘na_tray_child_realize’: > tray/na-tray-child.c:51: error: ‘NaTrayChild’ has no member named ‘has_alpha’ > tray/na-tray-child.c:62: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > tray/na-tray-child.c:70: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > tray/na-tray-child.c:75: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > tray/na-tray-child.c:78: error: ‘NaTrayChild’ has no member named ‘composited’ > tray/na-tray-child.c:81: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > tray/na-tray-child.c:81: error: ‘NaTrayChild’ has no member named ‘has_alpha’ > tray/na-tray-child.c:88: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > tray/na-tray-child.c: In function ‘na_tray_child_size_allocate’: > tray/na-tray-child.c:170: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > tray/na-tray-child.c: In function ‘na_tray_child_draw’: > tray/na-tray-child.c:193: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > tray/na-tray-child.c: In function ‘na_tray_child_new’: > tray/na-tray-child.c:278: error: ‘NaTrayChild’ has no member named > ‘icon_window’ > tray/na-tray-child.c:290: error: ‘NaTrayChild’ has no member named ‘has_alpha’ > tray/na-tray-child.c:293: error: ‘NaTrayChild’ has no member named > ‘composited’ > tray/na-tray-child.c:293: error: ‘NaTrayChild’ has no member named ‘has_alpha’ > tray/na-tray-child.c: In function ‘na_tray_child_get_title’: > tray/na-tray-child.c:320: error: ‘NaTrayChild’ has no member named > ‘icon_window’ > tray/na-tray-child.c: In function ‘na_tray_child_has_alpha’: > tray/na-tray-child.c:367: error: ‘NaTrayChild’ has no member named ‘has_alpha’ > tray/na-tray-child.c: In function ‘na_tray_child_set_composited’: > tray/na-tray-child.c:388: error: ‘NaTrayChild’ has no member named > ‘composited’ > tray/na-tray-child.c:391: error: ‘NaTrayChild’ has no member named > ‘composited’ > tray/na-tray-child.c: In function ‘na_tray_child_force_redraw’: > tray/na-tray-child.c:406: error: ‘NaTrayChild’ has no member named > ‘parent_relative_bg’ > cc1: warnings being treated as errors > tray/na-tray-child.c:418: error: implicit declaration of function > ‘gtk_socket_get_plug_window’ > tray/na-tray-child.c:418: error: implicit declaration of function ‘GTK_SOCKET’ > tray/na-tray-child.c:418: error: assignment makes pointer from integer > without a cast > tray/na-tray-child.c: In function ‘na_tray_child_get_wm_class’: > tray/na-tray-child.c:529: error: ‘NaTrayChild’ has no member named > ‘icon_window’ > make[3]: *** [libtray_la-na-tray-child.lo] Error 1 > make[3]: Leaving directory > `/home/pniedzielski/gnome-shell/source/gnome-shell/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/pniedzielski/gnome-shell/source/gnome-shell/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/pniedzielski/gnome-shell/source/gnome-shell' > make: *** [all] Error 2 > *** Error during phase build of gnome-shell: ########## Error running make > *** [30/32] > > [1] Rerun phase build > [2] Ignore error and continue to install > [3] Give up on module > [4] Start shell > [5] Reload configuration > [6] Go to phase "wipe directory and start over" > [7] Go to phase "configure" > [8] Go to phase "clean" > [9] Go to phase "distclean" > choice: > ----------- > > This leads me to believe that it's a problem in GTK+, not GNOME Shell. > Anyone want to confirm this? > > Cheers, > Patrick > > -- > Humm and Strumm <http://hummstrumm.blogspot.com/>, a Free Software 3D > adventure game for both Windows and *NIX. > > freeSoftwareHacker(); <http://freesoftwarehacker.blogspot.com/>, a blog > about Free Software, music, and law. > > _______________________________________________ > gnome-shell-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-shell-list > _______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
