Hi Thomas, no glib-mkenums is installed and can be launchen from the shell:
noname:mx-0.4.0 rpeffer$ 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 On 19.01.2010, at 10:37, Thomas Wood wrote: On Tue, 2010-01-19 at 08:40 +0100, Roland Peffer wrote: > Hello, > > just tried to compile the moblin MX GUI toolkit on MAC OSX. > > after using > ./configure --prefix=/usr/local > I run make ...responding with the following error: > ---- > make all-recursive > Making all in mx > GEN stamp-mx-enum-types.h > /bin/sh: --template: command not found > make[2]: *** [stamp-mx-enum-types.h] Error 127 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ---- > > anyone have a hint for me? It looks like you are missing glib-mkenums. Regards, Thomas --------------------------------------------------------------------- Intel Corporation (UK) Limited Registered No. 1134945 (England) Registered Office: Pipers Way, Swindon SN3 1RJ VAT No: 860 2173 47 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -- To unsubscribe send a mail to [email protected]
