Re: GTK+_failed installation

2015-01-12 Thread Marcus Karlsson
On Mon, Jan 12, 2015 at 10:50:29AM +0100, Nabil Ferguen wrote:
 Hi Marcus,
 
 Thank you for your message.

You're welcome. Just remember to cc the mailing list when you reply,
that will increase your chances of getting answers. :-)

 I've changed the ubunto version and upgraded to 14.10 and I have
 successfully installed all libraries and dependencies for GTK + 3.14, but
 when I run the gtk3-demo I get the error messages (see bellow) for loading
 some modules. Another question, how I can launch OOF2D.

I'm not familiar with OOF2D. Can you explain what it is?

 ---Message from GTK+ 3.14 --
 Gtk-Message: Failed to load module overlay-scrollbar
 Gtk-Message: Failed to load module unity-gtk-module
 Gtk-Message: Failed to load module canberra-gtk-module
 Gtk-Message: Failed to load module canberra-gtk-module

These warnings are usually not a major problem, assuming that gtk3-demo
still comes up successfully.

Marcus
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+_failed installation

2015-01-07 Thread Marcus Karlsson
On Mon, Jan 05, 2015 at 11:28:04AM +0100, Nabil Ferguen wrote:
 Dear Team GTK,
 
 I would like to install gtk+ (for OOF2D) on ubunto 12.04, and I have
 successfully installed all packages (pango, glib, gdk-pixbuf, atk) but
 the compiler fails and sends an error message linked to the atspi-2
 package (requires version  = 2.11.2). I have looked on the web in
 order to find this package but it seems that it is obsolete. How I can
 fix
 this problem.

Are you trying to build a new version of GTK+ from source? Also, what is
the exact error message that you get and what are you doing when you're
getting it?

Ubuntu 12.04 includes an early version of GTK 3; version 3.4 I belive.
If that version is good enough then installing the libgtk-3-dev package
should be enough.

If you want to install a later version for test or development purposes
then using JHBuild [1] is often easiest. It will also be able to build
most of the dependencies for you.

Marcus

[1] https://wiki.gnome.org/Jhbuild
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+_failed installation

2015-01-06 Thread Michael Torrie
On 01/05/2015 03:28 AM, Nabil Ferguen wrote:
 Dear Team GTK,
 
 I would like to install gtk+ (for OOF2D) on ubunto 12.04, and I have
 successfully installed all packages (pango, glib, gdk-pixbuf, atk) but
 the compiler fails and sends an error message linked to the atspi-2
 package (requires version  = 2.11.2). I have looked on the web in
 order to find this package but it seems that it is obsolete. How I can
 fix
 this problem.

GTK is a base part of the Ubuntu 12.04 system.  The default GUI
interface (Gnome 2) depends on it. Do not replace (overwrite) this
version of GTK.  If you're trying to install GTK3, you will have to
compile the entire stack from source and install it to an *alternate*
location on your system (say /opt).  The following site describes the
build process:

https://developer.gnome.org/gtk3/stable/gtk-building.html

Even still, GTK 3 might depend on libraries that simply aren't available
on 12.04, since it's so old.  12.04 is a long-term support release, but
that doesn't mean it has the latest software libraries in it.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


GTK+_failed installation

2015-01-06 Thread Nabil Ferguen
Dear Team GTK,

I would like to install gtk+ (for OOF2D) on ubunto 12.04, and I have
successfully installed all packages (pango, glib, gdk-pixbuf, atk) but
the compiler fails and sends an error message linked to the atspi-2
package (requires version  = 2.11.2). I have looked on the web in
order to find this package but it seems that it is obsolete. How I can
fix
this problem.

Yours sincerely,

Nabil Ferguen
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list