I have installed glib succesfully, and set the path
PKG-CONFIG-PATH, then I began to install atk, the configure works fine, but I
got the following error when I tried to install it. Can anybody help me? Thanks
in advance
In the following notes, it says ../atk/atkobject.h does not exist, but I do
have that file.
********************************************** Making install in atk
make[1]: Entering directory `/space/haimin/indepstudy/atk-1.6.1/atk' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED -pthread -I..//space/haimin/indepstudy/glib/glib-2.6.2/. -I..//space/haimin/indepstudy/glib/glib-2.6.2 -I..//space/haimin/indepstudy/glib/glib-2.6.2/./glib -I..//space/haimin/indepstudy/glib/glib-2.6.2/./gmodule -g -O2 -Wall -MT atkaction.lo -MD -MP -MF ".deps/atkaction.Tpo" \ -c -o atkaction.lo `test -f 'atkaction.c' || echo './'`atkaction.c; \ then mv ".deps/atkaction.Tpo" ".deps/atkaction.Plo"; \ else rm -f ".deps/atkaction.Tpo"; exit 1; \ fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED -pthread -I..//space/haimin/indepstudy/glib/glib-2.6.2/. -I..//space/haimin/indepstudy/glib/glib-2.6.2 -I..//space/haimin/indepstudy/glib/glib-2.6.2/./glib -I..//space/haimin/indepstudy/glib/glib-2.6.2/./gmodule -g -O2 -Wall -MT atkaction.lo -MD -MP -MF .deps/atkaction.Tpo -c atkaction.c -fPIC -DPIC -o .libs/atkaction.o In file included from atkaction.h:23, from atkaction.c:20: ../atk/atkobject.h:27:25: glib-object.h: No such file or directory In file included from ../atk/atkobject.h:28, from atkaction.h:23, from atkaction.c:20: ../atk/atkstate.h:27:25: glib-object.h: No such file or directory ************************************************* |