Re: Help! how to install gtk?

2006-04-08 Thread Michael Torrie
On Sun, 2006-04-09 at 02:28 +0200, LI Ying wrote:
> Hello, everyone
> 
> 
> I tried to install Gtk in my fedora core 4 for a whole day.But I always
> meet the same problem: when I try to configure GTK, it tells me that
> some conditions are not met ( the versions of atk,glib,etc are too
> old),but I have installed all the packet(libpnm,pkg-config) of
> latest version which I download for www.gtk.org.
> 
> I search informations from google,reinstall it again and again,and now I
> can not even logo in my fedora!
> 
> 
> So I ask you for help.
> 
> What is the right way to install GTK(step by step)? Is there any easier
> way to install it( for exemple: install from the install CD of fedora)?
> 
> Thank you very much!!!

yum install gtk2-devel

Everything you will need to build and run gtk programs will
automatically be installed.  There is no need to build from source.

> 
> 
> Ying
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
> 
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Help! how to install gtk?

2006-04-08 Thread Chris Vine
On Sunday 09 April 2006 01:28, LI Ying wrote:
> Hello, everyone
>
>
> I tried to install Gtk in my fedora core 4 for a whole day.But I always
> meet the same problem: when I try to configure GTK, it tells me that
> some conditions are not met ( the versions of atk,glib,etc are too
> old),but I have installed all the packet(libpnm,pkg-config) of
> latest version which I download for www.gtk.org.

rpm looks at what rpm packages you have installed (for which it has a 
database), not what you have compiled from source (for which it does not have 
a database).

You need to read the documentation for your distribution's package installer.  
This has nothing to do with GTK+.

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Help! how to install gtk?

2006-04-08 Thread Erik de Castro Lopo
LI Ying wrote:

> Hello, everyone
> 
> 
> I tried to install Gtk in my fedora core 4 for a whole day.

Why are you trying to install gtk from source? Why aren't you just
using the pre-compiled packages from your distribution?

Erik
-- 
+---+
  Erik de Castro Lopo
+---+
"Web (hosting), security and high-performance computing are the 
three areas where Linux has more strength." -- 
Bob Muglia, senior VP in charge of Windows Server development.
http://news.com.com/Microsoft+targets+Apache+Web+server/2100-1010_3-5735805.html
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list