[Glade-users] Installing GTK+-2.4.9 on SuSE 9.1
Christopher Cramer
crayc@greatjustice.org
Mon, 1 Nov 2004 12:22:24 -0800
On Mon, Nov 01, 2004 at 08:49:35PM +0100, Kolozi Robert wrote:
> (cd . && glib-mkenums \
> --fhead "#include <gdk-pixbuf/gdk-pixbuf.h>" \
> --fprod "\n/* enumerations from \"@filename@\" */" \
> --vhead "GType\n@enum_name@_get_type (void)\n{\n static
> GType etype = 0;\n if (etype == 0) {\n static const
> G@Type@Value values[] = {" \
> --vprod " { @VALUENAME@, \"@VALUENAME@\",
> \"@valuenick@\" }," \
> --vtail " { 0, NULL, NULL }\n };\n etype =
> g_@type@_register_static (\"@EnumName@\", values);\n }\n
> return etype;\n}\n" \
> gdk-pixbuf.h gdk-pixbuf-io.h gdk-pixbuf-animation.h
> gdk-pixbuf-loader.h) > gdk-pixbuf-enum-types.c
> /bin/sh: line 1: gdk-pixbuf-enum-types.c: Permission denied
> make[2]: *** [gdk-pixbuf-enum-types.c] Error 1
> make[2]: Leaving directory
> `/usr/src/packages/SOURCES/gtk+-2.4.9/gdk-pixbuf'
You need permission to write to the
/usr/src/packages/SOURCES/gtk+-2.4.9/gdk-pixbuf directory.
It might be a bug in the gtk+ build process, or it might be
that you need to compile as the same user you extracted the
source.
BTW, this is the wrong list for this question. For gtk+
installation questions you should use gtk-list, at:
http://mail.gnome.org/mailman/listinfo/gtk-list
--
Christopher Cramer <crayc@greatjustice.org>
On résiste à l'invasion des armées; on ne résiste pas à l'invasion
des idées. -- Victor Hugo