09-01-2021, 06:42 PM
hello,
I'm trying to get mathmap working on Debian-testing (2021-08) based box, now that libgtksourceview is bumped to 3.0
it sort of broken in means of dependency. By the looks of building, gtk/gtk.h is now coming from 2 other packages
I believe the situation is same for many distros, so any help/hints are much appreciated
I'm trying to get mathmap working on Debian-testing (2021-08) based box, now that libgtksourceview is bumped to 3.0
it sort of broken in means of dependency. 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
I believe the situation is same for many distros, so any help/hints are much appreciated