Padraig,

Here is my /usr/lib/pkgconfig/glib-2.0.pc:

(BTW please note that 'make install' did not copy the .pc files into
my /usr/lib/pkgconfig directory, so I copied these files manually)


prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

glib_genmarshal=glib-genmarshal
gobject_query=gobject-query
glib_mkenums=glib-mkenums

Name: GLib
Description: C Utility Library
Version: 2.0.0
Libs: -L${libdir} -lglib-2.0
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include

Thanks,
Olivier


Padraig O'Briain wrote:

> Olivier,
> 
> What is the value of Cflags in your installed version of glib-2.0.pc?
> 
> Padraig
> 
> 
>>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-genmars
> hal 
> 
>>>;;                \   *) 
>>>
>>>
> 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/gobjec
> t/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
>>
> 
> _______________________________________________
> gtk-list mailing list
> [EMAIL PROTECTED]
> http://mail.gnome.org/mailman/listinfo/gtk-list
> 
> 



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

Reply via email to