[GtkD] linux shared library names

Mike Wey mike-wey at example.com
Wed Aug 7 13:45:53 PDT 2013


On 08/07/2013 08:44 PM, Druzhinin Alexandr wrote:
> I built a linux app using GtkD, but when I run it it complains about it
> cannot find libgtkglext-3.0.so.0 and libgdkglext-3.0.so.0. My box
> (ubuntu 12.04 TLS) has gtkglext libs installed already but the libs has
> different names - libgtkglext-x11-1.0.so.0 and libgdkglext-x11-1.0.so.0.
> I did soft links to these libs then application started running and just
> crushed anyway.
> Are names of libs used by GtkD correct? I google these names and find
> them in GtkD repository only. Nowhere else.

To use OpenGL with Gtk3 / GtkD 2.x you will need the Gtk3 port of 
gtkglext, which can be found here: https://github.com/tdz/gtkglext

I don't know if there are any prebuild binaries available for Ubuntu, so 
you may need to build it yourself.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list