glib-mkenums problem on Solaris 7



I'm trying to build pango-0.18 on Solaris 7. I've already successfully
built and installed glib-1.3.7 and atk-0.3. I can't try the cvs version
due to our silly proxy.

Here's the error:

make[1]: Entering directory
`/proj/dvl/cacs2/phase-1.0/PWE/mcumming/symlinked_from_home/downloads/gtk2/pango-0.18/pango'
( cd . && glib-mkenums \
                --fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define
__PANGO_ENUM_TYPES_H__\n" \
                --fprod "/* enumerations from \"@filename \" */\n" \
                --vhead "GType @enum_name _get_type (void);\n#define
PANGO_TYPE_ ENUMSHORT@ (@enum_name _get_type())\n"         \
                --ftail "#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-glyph.h           pango-indic.h          
pango-item.h        pango-layout.h          pango-modules.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: glib-mkenums: not found    

It seems to be an error from glib-mkenums rather than sh not being able
to find glib-mkenums. glib-mkenums is in ~/bin/ and that is in my PATH.
All of the files on that command line (such as pango.h,
tmp-pango-enum-types.h) seem to be present, even the ones that seem to
be generated.

Does anyone already have a fix for this?

-- 
Murray Cumming
www.murrayc.com
murrayc usa net




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