Hi,everybody
I have a problem in installing of "GTK".
My system is Redhat9.0.
I want to install GTK. And I have already successfully setup the file:
1.GLIB : use :glib-2.8.6.tar.gz
2.ATK : use :atk-1.10.3.tar.gz
but when I want to install the CAIRO, I found the file is "LATEST-cairo-0.9.2",there is no ".gz" or ".tar.gz" at the end. So I add the ".gz" by myself, then "gunzip", then "./configure --prefix=/usr ", then "make", it has error as follow:
make[2]: *** [cairo-font.lo] Error 1
make[2]: Leaving directory `/usr/local/cairo-0.9.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/cairo-0.9.2'
make: *** [all] Error 2
the same as when I add ".tar.gz"........
What should I do? Did anybody has the same problem?
Could somebody teach me?
Thanks