LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   atk and glib problem (https://www.linuxquestions.org/questions/linux-newbie-8/atk-and-glib-problem-436164/)

Peingune 04-17-2006 05:57 PM

atk and glib problem
 
I installed atk and glib (latest versions) and created the proper symlinks to the right directories. When I run make in atk main directory I get a error

[root@localhost atk-1.10.3]# make
make all-recursive
make[1]: Entering directory `/home/shaun/atk-1.10.3'
Making all in atk
make[2]: Entering directory `/home/shaun/atk-1.10.3/atk'
..//home/shaun/glib-2.8.6/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: ..//home/shaun/glib-2.8.6/gobject/glib-genmarshal: No such file or directory
make[2]: *** [stamp-atkmarshal.h] Error 127
make[2]: Leaving directory `/home/shaun/atk-1.10.3/atk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shaun/atk-1.10.3'
make: *** [all] Error 2

It is showing me that when it look for glib-genmarshal in glib directory it's not finding it but when i search the directory it's there with other named versions of the file. thanks in advance for helping with this problem.

foo_bar_foo 04-18-2006 12:13 AM

Quote:

..//home/
thats not valid

Peingune 04-18-2006 04:10 AM

can you explain.. I uninstalled and changed directories symlink and I still get the same error.


All times are GMT -5. The time now is 03:08 AM.