|
|
| Author |
Message |
|
|
cnu_sree GTK+ Geek
Joined: 06 Oct 2006 Posts: 57
|
Posted: Wed Jan 31, 2007 9:01 am Post subject: regarding gtk-2.10 |
|
|
i made a project in gtk-2.10 and executing in gtk-2.4
then iam getting an error libpangocairo.so is not found.
but libpangocairo.so is a shared so .
how can ii execute this exe in gtk-2.4
thank u
sree |
|
| Back to top |
|
 |
openldev Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 386 Location: Fairfax, Virginia
|
Posted: Wed Jan 31, 2007 2:50 pm Post subject: |
|
|
| Pango started using Cairo with the release of GTK+ 2.8, so a computer running version 2.4 will not have Cairo support. |
|
| Back to top |
|
 |
cnu_sree GTK+ Geek
Joined: 06 Oct 2006 Posts: 57
|
Posted: Thu Feb 01, 2007 5:42 am Post subject: |
|
|
thank u
but how can i run this exe gtk-2.10 exe in gtk-2.4 |
|
| Back to top |
|
 |
openldev Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 386 Location: Fairfax, Virginia
|
Posted: Thu Feb 01, 2007 12:53 pm Post subject: |
|
|
You first have to compile without Cairo support. I'm not quite sure how to do this, so you'll have to Google it. Then, you will have to make sure that your application does not use _any_ functions, properties, signals or stock items that were introduced since GTK+ 2.4.
Really, if you want to support a version of GTK+ that old, you should have a copy of that running in parallel to compile against ... |
|
| Back to top |
|
 |
|