Roland Peffer 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?
I used to have this problem on and off (on linux) when installing packages into a custom prefix, it's some issue related to the AM_PATH_GLIB_2_0 macro, but I never got to the bottom of what the problem really was. Locally replacing AM_PATH_GLIB_2_0 with AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums]) AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) Has always worked for me, Tomas -- To unsubscribe send a mail to [email protected]
