LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   gtk+- 2.6.10 installation (https://www.linuxquestions.org/questions/linux-newbie-8/gtk-2-6-10-installation-429762/)

vnutheti 03-29-2006 04:37 PM

gtk+- 2.6.10 installation
 
i was trying to install anjuta-2.0.1 (IDE) on my Fedora 4
The configure gave that I have gtk+- lesser version than 2.4
Brought the gtk+-2.6.10 version + glib2.7.7 version.
installed the glib, while installing gtk ..
checking for BASE_DEPENDENCIES... Requested 'pango >= 1.8.0' but version of Pango is 1.7.0
configure: error: Package requirements (glib-2.0 >= 2.6.0 atk >= 1.0.1 pango >= 1.8.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable

Installed the pango version 1.8.2
rpm -qa | grep pango gives -- pango-1.8.1-2

set the enviornment PKG_CONFIG_PATH to /usr/local/lib/pkgconfig where the othr *.pc are too (like atk, glib etc)

still the same error...


appreciate any help
thanks

berbae 03-30-2006 11:35 AM

Hi venutheti

Maybe you need to install also the -devel packages to be able to compile from sources.
Install glib-devel, atk-devel, pango-devel, gtk-devel, ...
AFAIK, there are more recent version releases for the packages you mentionned. Check this out.

Good luck

demented_are_go 03-30-2006 12:28 PM

If you're running core 4, you could probably install it with yum no? I know the package is available for core 5, i just checked.


All times are GMT -5. The time now is 04:07 AM.