Re: probelm with gtk build



On Fri, 2004-11-05 at 06:55, nimalan s wrote:
Hi,
I am trying to install gtk 2.4.9 on my Linux pc
running suse 9.o,when i encountered the following
problem during build.Although the configuration was
successful i get the following error during
build.Could anyone suggest whats wrong...


make  all-recursive
make[1]: Entering directory
`/home/nimsiva/nim/sources/gtk+-2.4.9'
Making all in po
make[2]: Entering directory
`/home/nimsiva/nim/sources/gtk+-2.4.9/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/nimsiva/nim/sources/gtk+-2.4.9/po'
Making all in po-properties
make[2]: Entering directory
`/home/nimsiva/nim/sources/gtk+-2.4.9/po-properties'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/nimsiva/nim/sources/gtk+-2.4.9/po-properties'
Making all in gdk-pixbuf
make[2]: Entering directory
`/home/nimsiva/nim/sources/gtk+-2.4.9/gdk-pixbuf'
( cd . && glib-mkenums \
              --fhead "#ifndef
__GDK_PIXBUF_ENUM_TYPES_H__\n#define
__GDK_PIXBUF_ENUM_TYPES_H__\n\n#include
<glib-object.h>\n\nG_BEGIN_DECLS\n" \
              --fprod "/* enumerations from \"@filename \" */\n" \
              --vhead "GType @enum_name _get_type (void);\n#define
GDK_TYPE_ ENUMSHORT@ (@enum_name _get_type())\n"      
  \
              --ftail "G_END_DECLS\n\n#endif /*
__GDK_PIXBUF_ENUM_TYPES_H__ */" \
      gdk-pixbuf.h gdk-pixbuf-io.h gdk-pixbuf-animation.h
gdk-pixbuf-loader.h ) > tmp-gdk-pixbuf-enum-types.h \
&& (cmp -s tmp-gdk-pixbuf-enum-types.h
gdk-pixbuf-enum-types.h || cp
tmp-gdk-pixbuf-enum-types.h gdk-pixbuf-enum-types.h )
\
&& rm -f tmp-gdk-pixbuf-enum-types.h \
&& echo timestamp > s-enum-types-h
make[2]: Leaving directory
`/home/nimsiva/nim/sources/gtk+-2.4.9/gdk-pixbuf'
make[1]: Leaving directory
`/home/nimsiva/nim/sources/gtk+-2.4.9'
#/bin/sh: line 1: glib-mkenums: command not found
make[2]: *** [s-enum-types-h] Error 127
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Your suggestions could be of great help to me,
Thanks in advance,
Nimalan. 

The build doesn't find glib-mkenums. Is it in the path ?
It is part of glib.

Matthias




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