glib HEAD build error



Hi,

I'm trying to build GLib from cvs (head branch) to hack on property settings, but I get a build error. The tail end of it is this:

creating timeloop
make[2]: Leaving directory `/home/lee/source/gnome2/glib'
Making all in gobject
make[2]: Entering directory `/home/lee/source/gnome2/glib/gobject'
echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
&& echo "#define __G_MARSHAL_H__" >> xgen-gmh \
&& ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ./gmarshal.list --header >> xgen-gmh \
&& echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
&& (cmp -s xgen-gmh ./gmarshal.h || cp xgen-gmh ./gmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~ \
&& echo timestamp > stamp-gmarshal.h
/bin/sh: ./glib-genmarshal: No such file or directory
make[2]: *** [stamp-gmarshal.h] Error 127
make[2]: Leaving directory `/home/lee/source/gnome2/glib/gobject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lee/source/gnome2/glib'
make: *** [all-recursive-am] Error 2
[lee slasher glib]$

Clearly glib-genmarshal should exist, but it doesn't. Anyone know what I'm doing wrong?

Cheers,

Lee.





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