On Thu, Oct 15, 2009 at 02:26:11AM -0700, K.B. wrote: > > I am Building GTK for ARM Platform using scratchbox. > I have Built Glib-2.2.3 and now i am trying to configure Gtk+-2.2.4 but > ./configure is giving me following errors. > > End Part of ./configure command > ----------------------------------------------------------------------------------------------------- > checking for pkg-config... /scratchbox/tools/bin/pkg-config > checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package > glib-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `glib-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'glib-2.0' found > > configure: error: Library requirements (glib-2.0 >= 2.1.4 atk >= 1.0.1 pango > >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment > variable if your libraries are in a nonstandard prefix so pkg-config can > find them. > [sbox-arm: ~/gtk+-2.2.4] > > ---------------------------------------------------------------------------------------------------- > > What am i doing wrong? You ignore the good advices in the error messages: Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable and consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Yeti _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list