GTK+ Forums Forum Index GTK+ Forums
Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

installaton problem

 
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming
Author Message
cnu_sree
GTK+ Geek


Joined: 06 Oct 2006
Posts: 57

PostPosted: Fri Jan 12, 2007 12:22 pm    Post subject: installaton problem Reply with quote

When I try to install gtk-2.10 , it told me to intall the latest version of glib . I download glib-2.12 and successfully install it. But when I run ./configure it still says my glib verion is 2.6.4 which is the old version installed with linux. I down know how to remove the old version of glib and let the gtk find the new version of glib.

how can set the path of glib in PKG_CONFIG_PATH and LD_LIBRARY_PATH.
so tht i can install gtk-2:10
thank u
sree
Back to top
openldev
Never Seen the Sunlight


Joined: 21 Sep 2005
Posts: 386
Location: Fairfax, Virginia

PostPosted: Fri Jan 12, 2007 3:53 pm    Post subject: Reply with quote

Make sure you set the --prefix in configure to "/usr" when you installed the new GLib. It tends to install itself in parallel in /usr/local.
Back to top
cnu_sree
GTK+ Geek


Joined: 06 Oct 2006
Posts: 57

PostPosted: Fri Jan 19, 2007 10:33 am    Post subject: thank u Reply with quote

can u show me tht command to install glib
Back to top
openldev
Never Seen the Sunlight


Joined: 21 Sep 2005
Posts: 386
Location: Fairfax, Virginia

PostPosted: Fri Jan 19, 2007 2:50 pm    Post subject: Reply with quote

All I'm saying is that you should run "./configure --prefix=/usr" when you run your configure script. This will ensure that the library is installed in the correct place. (You might want to check /usr/local/lib to see if there is a version of the library in this folder)
Back to top
openldev
Never Seen the Sunlight


Joined: 21 Sep 2005
Posts: 386
Location: Fairfax, Virginia

PostPosted: Fri Jan 19, 2007 6:49 pm    Post subject: Reply with quote

This may also be of some help: http://www.gtk.org/faq/#AEN284
Back to top
cnu_sree
GTK+ Geek


Joined: 06 Oct 2006
Posts: 57

PostPosted: Tue Jan 23, 2007 10:24 am    Post subject: thank u Reply with quote

thank u very muchh
all installed well
but
while installing gtk-2.10
i got the following error
checking Pango flags... configure: error:
*** Pango not found. Pango built with Cairo support is required
*** to build GTK+. See http://www.pango.org for Pango information.
i installed Pango.
but it's not finding pango.
iam installeed all the dependoes with ./configure --prefix=/usr
thank u
sree
Back to top
Display posts from previous:   
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
CodeBB 1.0 Beta 2
Protected by Anti-Spam ACP