[Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)
Markus Bergholz
notifications at xxxxx
Tue Jun 26 08:51:03 UTC 2018
It seems like the debugger plugins is not compatible with gtk3.
Therefore I compiled geany 1.33 with `./configure --disable-gtk3`
Result:
```
Using GTK version : 2.24.32
```
When I now run `./autogen.sh` for the plugins, it results in
```
geany-plugins-1.34
Build Environment:
Geany version: 1.33 (GTK3)
Install prefix: /usr/local
Datadir: /usr/local/share/geany-plugins
Libdir: /usr/local/lib/geany-plugins
Docdir: /usr/local/share/doc/geany-plugins
Plugins path: /usr/lib/geany
Build Features:
Unit tests: yes
Static code checking: yes
Extra C compiler warnings: yes
Extra linker options: yes
Plugins:
Addons: yes
Autoclose: yes
Automark: yes
CodeNav: yes
Commander: yes
Debugger: no
...
```
So it detect my self-compiled geany-gtk2 as gtk3 and still won't enable the debugger?
Any ideas?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/756
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180626/ff6ca463/attachment.html>
More information about the Github-comments
mailing list