Hi, I got problem while compiling atk-1.10.3 on redhat Linux 2.4. After I run configure and make, I got the following error and the part related in Makefile is also shown as attached. It seems that the problem is the path of GLIB_GENMARSHAL is not defined correctly. Does any one know where I can change the definition for GLIB_GENMARSHAL? Thanks Yan p/s 1/2: make output -------------- [root@lawn-199-77-206-16 atk-1.10.3]# make make all-recursive make[1]: Entering directory `/root/atk-1.10.3' Making all in atk make[2]: Entering directory `/root/atk-1.10.3/atk' ..//root/glib-2.12.0/gobject/glib-genmarshal --prefix=atk_marshal ./atkmarshal.list --header >> xgen-gmh \ && (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \ && rm -f xgen-gmh xgen-gmh~ \ && echo timestamp > stamp-atkmarshal.h /bin/sh: line 1: ..//root/glib-2.12.0/gobject/glib-genmarshal: No such file or directory make[2]: *** [stamp-atkmarshal.h] Error 127 make[2]: Leaving directory `/root/atk-1.10.3/atk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/atk-1.10.3' make: *** [all] Error 2 ------------------- 2/2: In Makefile, the related part is defined as shown below: ------ 25 top_builddir = . 87 GLIB_CFLAGS = -I$(top_builddir)//root/glib-2.12.0 -I$(top_builddir)//root/glib-2.12.0/. - I$(top_builddir)//root/glib-2.12.0/./glib -I$(top_builddir)//root/glib-2.12.0/./gmodule 88 GLIB_GENMARSHAL = $(top_builddir)//root/glib-2.12.0/gobject/glib-genmarshal ---------------------------------------------Note: this is not right------------ _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list