for gtk+ installation i got following errors ///////////////////////////////////////////////////////////////////////////////////////// **configure: error: Package requirements (glib-2.0 >= 2.7.1 atk >= 1.0.1 pango >= 1.9.0 cairo >= 0.9.2) **were not met.Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively you may set the BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIBS environment variables to avoid the need to call pkg-config. See the pkg-config man page for more details. /////////////////////////////////////////////////////////////////////////////////// so i started to install the following package 1)glib-2.0 >= 2.7.1 2)atk >= 1.0.1 3)pango >= 1.9.0 4)cairo >= 0.9.2) installation glib-2.14 ,got a sucess ///////////////////////////////////////////////////////////////////////////////// /usr/bin/install -c -m 644 ./glib-mkenums.1 /usr/local/share/man/man1/glib-mkenums.1 /usr/bin/install -c -m 644 ./glib-genmarshal.1 /usr/local/share/man/man1/glib-genmarshal.1 /usr/bin/install -c -m 644 ./gobject-query.1 /usr/local/share/man/man1/gobject-query.1 make[5]: Leaving directory `/glib-2.14.5/docs/reference/gobject' make[4]: Leaving directory `/glib-2.14.5/docs/reference/gobject' make[4]: Entering directory `/glib-2.14.5/docs/reference' make[5]: Entering directory `/glib-2.14.5/docs/reference' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/glib-2.14.5/docs/reference' make[4]: Leaving directory `/glib-2.14.5/docs/reference' make[3]: Leaving directory `/glib-2.14.5/docs/reference' make[3]: Entering directory `/glib-2.14.5/docs' make[4]: Entering directory `/glib-2.14.5/docs' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/glib-2.14.5/docs' make[3]: Leaving directory `/glib-2.14.5/docs' make[2]: Leaving directory `/glib-2.14.5/docs' make[1]: Leaving directory `/glib-2.14.5' prashant:/glib-2.14.5 # //////////////////////////////////////////////////////////////////////////////// installation of atk-1.0.3, got an error ////////////////////////////////////////////////////////////////////////// checking for pkg-config... /usr/bin/pkg-config checking for GLIB - version >= 2.0.0... *** 'pkg-config --modversion glib-2.0' returned 2.14.5, but GLIB (2.8.5) *** was found! If pkg-config was correct, then it is best *** to remove the old version of GLib. You may also be able to fix the error *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing *** /etc/ld.so.conf. Make sure you have run ldconfig if that is *** required on your system. *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH *** to point to the correct configuration files no configure: error: *** GLIB 2.0.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. prashant:/atk-1.0.3 # ////////////////////////////////////////////////////////////////////////// so i stuck to above error, pls help me out this -- regards, prashant sathe _______________________________________________ support mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/support
