Re: AW: Pango installation error



On Apr 16, 2009, at 07:03, <Eric Dahl hzd hessen de> <Eric Dahl hzd hessen de> wrote:

the problem is still present.

This is the output:

make  all-recursive
make[1]: Entering directory `/home/dahl08/tmp/pango-1.21.1'
Making all in pango
make[2]: Entering directory `/home/dahl08/tmp/pango-1.21.1/pango'
( cd . && glib-mkenums \
--fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define __PANGO_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 PANGO_TYPE_ ENUMSHORT@ (@enum_name _get_type())\n" \
		--ftail "G_END_DECLS\n\n#endif /* __PANGO_ENUM_TYPES_H__ */" \
pango.h pango-attributes.h pango-bidi-type.h pango-break.h pango- context.h pango-coverage.h pango-engine.h pango-font.h pango- fontmap.h pango-fontset.h pango-glyph.h pango-glyph-item.h pango- gravity.h pango-item.h pango-language.h pango-layout.h pango- matrix.h pango-modules.h pango-renderer.h pango-script.h pango- tabs.h pango-types.h pango-utils.h ) > tmp-pango-enum-types.h \ && (cmp -s tmp-pango-enum-types.h pango-enum-types.h || cp tmp- pango-enum-types.h pango-enum-types.h ) \
&& rm -f tmp-pango-enum-types.h	\
&& echo timestamp > s-enum-types-h
/bin/sh: line1: glib-mkenums: command not found
make[2]: ***[s-enum-types-h] Error 127
make[2]: Leaving directory `/home/dahl08/tmp/pango-1.21.1/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dahl08/tmp/pango-1.21.1'
make: *** [all] Error 2

i checked the make-file of pango and it`s searching in the right path for the glib-libraries. i still made an update for cairo and glib, but the error still occured with pango 1.24

Hmm. Where is glib-mkenums on your system? Is it in your $PATH, or are you setting any other environment variables to tell pango where it is? What is your pango install prefix? What other configure arguments are you giving pango?




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