error compiling panel - no colormap member



Ok, I'm trying to get the whole gnome cvs thing compiled, 
and I cant get past the following error in gnome-core.

Having traced through a pile of header files, the problem 
seems to be that my version of gdk.h doesn't have the 
required colormap field in the GdkWindow structure.
I have gtk+-1.0.0, and gtk+-1.0.1.  Neither has the 
colormap field.  Which version of gtk is required now?
Maybe the FIXME: needs to be taken care of? =P
-------------------------------------------------------
make[2]: Entering directory `/home/ricdude/Projects/gnome/gnome-core/panel'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\"
-I/usr/local/include -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2
-D_DRAWER_ -c panel.c
panel.c: In function `panel_session_save':
panel.c:304: structure has no member named `colormap'
panel.c: In function `panel_clean_applet':
panel.c:437: structure has no member named `colormap'
make[2]: *** [panel.o] Error 1
-------------------------------------------------------
/** the section of source code near line 304 **/
if(info->widget && GTK_IS_SOCKET(info->applet_widget))
			((GdkWindowPrivate *)

	GTK_SOCKET(info->applet_widget)->
		plug_window)->colormap = NULL;

-- ebm
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
|  __                         a.k.a. Eric B. Mitchell |
|  |_) .  _  _|      _|  _     ericmit@ix.netcom.com  |
|  | \ ( (_ (_| (_| (_| (/_   www.netcom.com/~ericmit |
| How's My Programming?   Call:  1 - 800 - DEV - NULL |
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]