Oliver Singla wrote:

> Hi,
> 
> On my RH7.2 box, I have trouble to compile atk-0.12. After I have ran
> .configure, here is what I get when I do a make:
> 
> 
> [omsingla@oliver atk-0.12]$ make
> Making all in atk
> make[1]: Entering directory `/home/omsingla/gtk/1.3/atk-0.12/atk'
> case ..//home/omsingla/gtk/1.3/glib-1.3.14/gobject/glib-genmarshal 
> in                                    \
>    .*) 
> glib_genmarshal=`pwd`/..//home/omsingla/gtk/1.3/glib-1.3.14/gobject/glib-genmarshal 
> ;;                \   *) 
> glib_genmarshal=..//home/omsingla/gtk/1.3/glib-1.3.14/gobject/glib-genmarshal 
> ;;                            \
> esac;                                             \
> $glib_genmarshal --prefix=atk_marshal ./atkmarshal.list --body >> 
> xgen-gmc        \
> && (cmp -s xgen-gmc ./atkmarshal.c || cp xgen-gmc ./atkmarshal.c)        \
> && rm -f xgen-gmc xgen-gmc~                                    \
> && echo timestamp > stamp-atkmarshal.c
> /bin/sh: 
> 
>/home/omsingla/gtk/1.3/atk-0.12/atk/..//home/omsingla/gtk/1.3/glib-1.3.14/gobject/glib-genmarshal:
> 
> No such file or directory
> make[1]: *** [stamp-atkmarshal.c] Error 127
> make[1]: Leaving directory `/home/omsingla/gtk/1.3/atk-0.12/atk'
> make: *** [all-recursive] Error 1
> [omsingla@oliver atk-0.12]$
> 
> Any idea ?
> 
> TIA,
> Olivier Singla
> 

I still have the same problem with the release candidate of gtk2.
My box is a standard RedHat 7.2, running currently Gnome.
I am able to compile glib2 without trouble, and it seems to work fine.
But for all other stuff (atk, pango and gtk), I have the problem related 
above. I can have atk compiled fine if I manually modify all Makefile.

For instance, in the atk Makefile I got:
GLIB_CFLAGS =    -I$(top_builddir)//usr/lib/pkgconfig
where:
top_builddir = ..

I have tried configure without options, or with a prefix specification
(--prefix=/usr).

Any help will be really appreciated ;-)

TIA,
Olivier
GTK Application Builder: http://glg.logafet.firstream.net/

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to