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