AW: Pango installation error



Hi, 
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

thanks!

-----Ursprüngliche Nachricht-----
Von: gtk-i18n-list-bounces gnome org [mailto:gtk-i18n-list-bounces gnome org] Im Auftrag von Ryan Schmidt
Gesendet: Donnerstag, 9. April 2009 16:45
An: Dahl, Eric (HZD)
Cc: gtk-i18n-list gnome org
Betreff: Re: Pango installation error


On Apr 9, 2009, at 04:19, <Eric Dahl hzd hessen de>  
<Eric Dahl hzd hessen de> wrote:

> i have a problem during the make step. I use pango 1.21.1, glib 2.18.0
> and cairo 1.8.0 on a SUSE 8.2 system.
>
> I use following steps:
>
> ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" all fine here!
> make -> following error occured: /bin/sh: line 1: glib-mkenums:  
> command
> not found
> Installation terminates here.
>
> What does it mean and how can i fix it?

It means pango needs the program glib-mkenums, and it could not find  
it. It's part of glib, which you say you have. So if it's present,  
you need to tell pango where it is. If it's not present, you need to  
figure out why your glib package didn't provide it. You may also want  
to upgrade to the current versions of all this software: glib 2.20.0,  
pango 1.24.0, cairo 1.8.6.

_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-i18n-list



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