can't compile pango - problem with glib-mkenums?



I'm trying to compile pango-1.4.1, but immediately get build errors
when it calls glib-mkenums.  I just build glib-2.4.8 and make check
passed all tests.  Disabling Xft didn't change anything, but I don't
think that's an issue.  By the way, I've been compiling with
CFLAGS="-mcpu=v9 -O2" since I'm using Solaris Sparc 9.

Thanks for your help,
Dan Nicholson

make  all-recursive
make[1]: Entering directory `/s0/dbnichol/usr/src/gtk2/pango-1.4.1'
Making all in pango
make[2]: Entering directory `/s0/dbnichol/usr/src/gtk2/pango-1.4.1/pango'
( cd . && glib-mkenums \
                --fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define
__PANGO_ENUM_TYPES_H__\n\n#incl
ude <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@ (@en
um_name _get_type())\n"         \
                --ftail "G_END_DECLS\n\n#endif /* __PANGO_ENUM_TYPES_H__ */" \
        pango.h pango-attributes.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-item.h pang
o-layout.h pango-modules.h pango-script.h pango-tabs.h pango-types.h
pango-utils.h pangofc-font.
h pangofc-fontmap.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-typ
es.h ) \
&& rm -f tmp-pango-enum-types.h \
&& echo timestamp > s-enum-types-h
/s0/dbnichol/usr/bin/bash: /s0/dbnichol/usr/opt/bin/glib-mkenums: -w:
bad interpreter: No such f
ile or directory
make[2]: *** [s-enum-types-h] Error 126
make[2]: Leaving directory `/s0/dbnichol/usr/src/gtk2/pango-1.4.1/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/s0/dbnichol/usr/src/gtk2/pango-1.4.1'
make: *** [all] Error 2



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