On 08/07/2013 09:08 PM, Jordi Sayol wrote:
On 07/08/13 20:44, 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.


Edit GtkD sources file:
src/gtkc/paths.d:127,128

Compile GtkD libraries and recompile your project.

Regards,


The older version of gtkglext won't work with Gtk+ 3.x and GtkD 2.x so changing the required version in the source won't do you any good.

--
Mike Wey

Reply via email to