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
Making install in atk
make[1]: Entering directory `/space/haimin/indepstudy/atk-1.6.1/atk' ................ ................
...............
../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 In file included from ../atk/atkobject.h:28, from atkaction.h:23, from atkaction.c:20: ../atk/atkstate.h:104: syntax error before "AtkState" ../atk/atkstate.h:104: warning: type defaults to `int' in declaration of `AtkState' ../atk/atkstate.h:104: warning: data definition has no type or storage class ../atk/atkstate.h:106: warning: type defaults to `int' in declaration of `gchar' ../atk/atkstate.h:106: syntax error before '*' token ../atk/atkstate.h:108: syntax error before "gchar" .......................... ...........................
............................
|