Problem in installing GTK.



Hi All,

I am installing GTK 2.0 from  gtk+-2.10.13.tar.gz, I have downloaded the following packages
       1) libpng-1.2.18.tar.gz
       2) pkg-config-0.20.tar.gz
       3) freetype-2.3.5.tar.gz
       4) fontconfig-2.4.2.tar.gz
       5) cairo-1.2.6.tar.gz
       6) libiconv-1.11.tar.gz
       7) glib-2.12.13.tar.gz
       8) pango-1.17.5.tar.gz
       9) atk-1.9.1.tar.bz2
     10) gtk+-2.10.13.tar.gz,

In the same order. My Platform is Fedora Core 6, and building on X11. I have set the following environment variable.
       1) export PREFIX= /home/abhay/aniopt/gtk
       2) export CPPFLAGS = -I/home/abhay/aniopt/gtk/include
       3) export LDFLAGS=-L/home/abhay/aniopt/gtk/lib
       4) export PKG_CONFIG_PATH=/home/abhay/aniopt/gtk/lib/pkgconfig
       5) export LD_LIBRARY_PATH=/home/abhay/aniopt/gtk/lib
       6) export PATH = /home/abhay/aniopt/gtk/bin:$PATH

and building by the following sequence of commands after untaring the files.
       1)./configure --prefix==$PREFIX
       2) make
       3) make install

The build sequence of the packages are as i have mentioned at the begining, but while building cairo i am getting the following error, can any one please help me out with the building, where am i going wrong
            cairo-type1-subset.c: In function 'cairo_type1_font_subset_decrypt_eexec_segment':
            cairo-type1-subset.c:368: error: implicit declaration of function 'isspace'
            make[3]: *** [cairo-type1-subset.lo] Error 1
            make[3]: Leaving directory `/home/abhay/utility_download/gtk/Source/cairo-1.2.6/src'
            make[2]: *** [all] Error 2
            make[2]: Leaving directory `/home/abhay/utility_download/gtk/Source/cairo-1.2.6/src'
            make[1]: *** [all-recursive] Error 1
            make[1]: Leaving directory `/home/abhay/utility_download/gtk/Source/cairo-1.2.6'
            make: *** [all] Error 2

Kindly Help me with the problem. Thanks in advance.

Regards
Animesh Kumar Bhadra



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