|
|
| Author |
Message |
|
|
cnu_sree GTK+ Geek
Joined: 06 Oct 2006 Posts: 57
|
Posted: Fri Jan 12, 2007 12:22 pm Post subject: installaton problem |
|
|
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
|
Posted: Fri Jan 12, 2007 3:53 pm Post subject: |
|
|
| 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
|
Posted: Fri Jan 19, 2007 10:33 am Post subject: thank u |
|
|
| 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
|
Posted: Fri Jan 19, 2007 2:50 pm Post subject: |
|
|
| 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
|
|
| Back to top |
|
 |
cnu_sree GTK+ Geek
Joined: 06 Oct 2006 Posts: 57
|
Posted: Tue Jan 23, 2007 10:24 am Post subject: thank u |
|
|
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 |
|
 |
|