problem installing GTK



Hi,

I'm trying to install gtk+-2.8.9 on my Fedora 4.
Configure runs fine, but make won't run properly. I get the following
error:


make  all-recursive
make[1]: Entering directory `/root/Applications/gtk+-2.8.9'
Making all in po
make[2]: Entering directory `/root/Applications/gtk+-2.8.9/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Applications/gtk+-2.8.9/po'
Making all in po-properties
make[2]: Entering directory `/root/Applications/gtk+-2.8.9/po-properties'
( if test 'x.' != 'x.'; then \
    posrcprefix='../'; \
  else \
    posrcprefix="../"; \
  fi; \
  rm -f POTFILES-t POTFILES \
    && (sed -e '/^#/d'                                          \
            -e "s/^\[.*\] +//"                                  \
            -e '/^[     ]*$/d'                          \
            -e "s  *@   $posrcprefix& \\\\@" < ./POTFILES.in    \
        | sed -e '$s/\\$//') > POTFILES-t \
    && chmod a-w POTFILES-t \
    && mv POTFILES-t POTFILES )
cd .. \
  && CONFIG_FILES=po-properties/Makefile.in CONFIG_HEADERS= \
       /bin/sh ./config.status
config.status: creating po-properties/Makefile.in
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing gdk/gdkconfig.h commands
config.status: gdk/gdkconfig.h is unchanged
make[2]: Leaving directory `/root/Applications/gtk+-2.8.9/po-properties'
make[2]: Entering directory `/root/Applications/gtk+-2.8.9/po-properties'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Applications/gtk+-2.8.9/po-properties'
Making all in gdk-pixbuf
make[2]: Entering directory `/root/Applications/gtk+-2.8.9/gdk-pixbuf'
/usr/bin/perl ./makegdkpixbufalias.pl -def < ./gdk-pixbuf.symbols >
gdk-pixbuf-aliasdef.c
( cd . && ..//root/Applications/glib/./gobject/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)
G_GNUC_CONST;\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-core.h gdk-pixbuf-transform.h
gdk-pixbuf-io.h gdk-pixbuf-animation.h gdk-pixbuf-simple-anim.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
/bin/sh: ..//root/Applications/glib/./gobject/glib-mkenums: No such file or
directory
make[2]: *** [s-enum-types-h] Error 127
make[2]: Leaving directory `/root/Applications/gtk+-2.8.9/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Applications/gtk+-2.8.9'
make: *** [all] Error 2

I've checked, the glib-mkenums file is there. But without that '/./' in the
path. I tried changing this in some of the makefiles, but in vain. I get
the same error, witout the '/./' in the path.

Thanks.



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



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