Gtkd and libgtksourceview

bioinfornatics bioinfornatics at fedoraproject.org
Wed Oct 30 14:48:23 UTC 2019


Dear,

I tried the latest gtkd release and it try to open dynamically 
libgtksourceview-4.so.0 however  I have only 
libgtksourceview-3.so.1

so which version should I used to be compatible with 
libgtksourceview-3 (I use centos 7)

Code:

$ ldc2 container_014_10_notebook_basic.d 
-I=$LDC2_ROOT/include/d/gtkd-3 -L=-lgtk-3 -L=-latk-1.0 
-L=-lgtkd-3 -L=-lgtkdgl-3 -L=-lgtkdsv-3 -of container
$ ./container
object.Exception at generated/gtkd/gtkd/Loader.d(125): Library load 
failed (libgtksourceview-4.so.0): libgtksourceview-4.so.0: cannot 
open shared object file: No such file or directory
Illegal instruction (core dumped)



More information about the Digitalmars-d-learn mailing list