Re: gtk+ 2.6.2 & Fedora Core 3



Le samedi 19 f�ier 2005 �9:52 +0100, Eduardo Andres a �it :
> Hi,
> 
> I �d like to upgrade the GTK+ in Fedora Core 3 to the latest, and that�s 
> the first time I�m building the GTK+ libraires, so, for sure, I�m doing 
> something or everything in the wrong way. That�s what I have:
> 
> ./ configure --prefix= /usr/gtk
> make
> make install
> works fine for the latest Glib.
> 
> ./configure --prefix = /usr/gtk  works fine with pango-1.8.0,
> but when make, problems appear and glib.h is not found., but I set 
> CPPFLAGS to /usr/gtk/include and Glib installation was OK so the header 
> is there.
> 
> Anybody has done this installation or may help me?
> 
> Many thanks

Read the archives, this is a known problem ;-)

Something like the following should work (may be you'll have to add
additional paths to both variables) :

export PKG_CONFIG_PATH=/usr/gtk/lib/pkgconfig:/usr/lib/pkgconfig
export LD_LIBRARY_PATH=/usr/gtk/lib:/usr/lib
./configure --prefix= /usr/gtk




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]