[webkit-gtk] webkitenumtypes.h

Phil Longstaff plongstaff at rogers.com
Wed Dec 23 09:54:21 PST 2009


On Mon, 2009-12-21 at 22:52 -0500, Matthew Talbert wrote:
> On Mon, Dec 21, 2009 at 10:50 PM, Jenson Lui <jhnlui at gmail.com> wrote:
> > Hello all,
> >
> >      Your glib version is too old, the glib-mkenums does not support
> > basename text substitutions.
> > Type glib-mkenums at prompt to see what production text substitutions
> > are supported in your
> > system.
> >> glib-mkenums
> 
> This is most likely the problem. See output below. Thanks for the help!
> 
> Matthew
> 
> matthew at matthew-desktop:~$ glib-mkenums
> Usage:
>   glib-mkenums [OPTION...] [FILES...]
> 
> Help Options:
>   -h, --help            Show this help message
> 
> Utility Options:
>   --fhead <text>        Output file header
>   --fprod <text>        Per input file production
>   --ftail <text>        Output file trailer
>   --eprod <text>        Per enum text (produced prior to value itarations)
>   --vhead <text>        Value header, produced before iterating over enum values
>   --vprod <text>        Value text, produced for each enum value
>   --vtail <text>        Value tail, produced after iterating over enum values
>   --comments <text>     Comment structure
>   --template file       Template file
>   -v, --version         Print version informations
> 
> Production text substitutions:
>   @EnumName@            PrefixTheXEnum
>   @enum_name@           prefix_the_xenum
>   @ENUMNAME@            PREFIX_THE_XENUM
>   @ENUMSHORT@           THE_XENUM
>   @ENUMPREFIX@          PREFIX
>   @VALUENAME@           PREFIX_THE_XVALUE
>   @valuenick@           the-xvalue
>   @type@                either enum or flags
>   @Type@                either Enum or Flags
>   @TYPE@                either ENUM or FLAGS
>   @filename@            name of current input file

What is the minimum glib version required?  Shouldn't 'configure' check
for that?

Phil



More information about the webkit-gtk mailing list