Hi all. I'm trying to build atk from source but
havent gotten very far. I have glib-2.2.3 built and installed but the atk
makefile doesn't seem to find the path correctly. when I run configure I don't
get any errors but the make process fails.
below is a script of the build
process:
Script started on Wed Oct 1 17:58:03
2003
root skittles:~/build/atk-1.4.0# make make all-recursive make[1]: Entering directory `/root/build/atk-1.4.0' Making all in atk make[2]: Entering directory `/root/build/atk-1.4.0/atk' ..//root/build/glib-2.2.3/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/build/glib-2.2.3/gobject/glib-genmarshal: No such file or directory make[2]: *** [stamp-atkmarshal.h] Error 127 make[2]: Leaving directory `/root/build/atk-1.4.0/atk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/build/atk-1.4.0' make: *** [all] Error 2 root skittles:~/build/atk-1.4.0# exit Script done on Wed Oct 1 17:58:13 2003 I have all the sources in /root/build but it seems that the configure script didn't guess the path correctly...anyone have any ideas how to fix this? thanks!
|