09-02-2021, 03:07 AM
(09-01-2021, 06:42 PM)hisacro Wrote: By the looks of building, gtk/gtk.h is now coming from 2 other packages
Code:
$ apt-file search gtk/gtk.h
libgtk-3-dev: /usr/include/gtk-3.0/gtk/gtk.h
libgtk2.0-dev: /usr/include/gtk-2.0/gtk/gtk.h
my assertions were off, I managed to install libgtksourceview2.0-dev from oldstable
but still couldn't get linked binary plugin to work (rechecked plug-ins directory and permissions) .
Is there a way to debug info about plug-in loading?
just in case if someone's looking for info to build it from source on Debian (it's working!)
Code:
# necessary packages
libgtksourceview2.0-dev # add oldstable to /etc/apt/sourcelist.d/*
bison
libgif-dev
libfftw3-dev
libgimp2.0-dev
clisp
libgsl25 # libgsl-dev
# if make(1) pukes parser.tab.h not found
cp parser.h parser.tab.h
hope it helps.