Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread Matthew Brush
@markuman FWIW, you probably just needed to use `--with-geany-libdir=/usr/local/lib` as it looks like it was picking up a Geany installed in `/usr` instead of `/usr/local`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread Markus Bergholz
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

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread elextr
Or you could try applying https://github.com/geany/geany-plugins/pull/645 and see if you can build GTK3 debugger. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread Markus Bergholz
Afaik, arch does not split packages between libs and just runtimes. anyway. I try vte-legacy, which is build against gtk2: https://aur.archlinux.org/packages/vte-legacy/ but the result is the same. I try now #645 -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread Markus Bergholz
``` # pacman -Ss vte extra/vte-common 0.52.2-1 [installed] Common files used by vte and vte3 extra/vte3 0.52.2-1 [installed] Virtual Terminal Emulator widget for use with GTK3 ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread elextr
Do you have the development version of all the dependencies installed? eg libvte? -- 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#issuecomment-400232855

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread elextr
no, libvte, not libvterm and you need the development package to compile against, not just the part needed to run it. Also given arch's bleeding edge approach it may not have a package for the gtk2 libvte. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread Markus Bergholz
So, after rebuilding everything, the debugger plugin is compiling fine with pr/645 and gtk3. I will test now if it is also working as expected. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Ported 'Debugger' plugin to GTK+3. (#645)

2018-06-26 Thread Markus Bergholz
This pull-request works for me also. -- 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/pull/645#issuecomment-400243525

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread Markus Bergholz
Closed #756. -- 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#event-1700904561

Re: [Github-comments] [geany/geany-plugins] debugger and gtk3 issue (#756)

2018-06-26 Thread Markus Bergholz
seems to work. thx @elextr ![debugger](https://user-images.githubusercontent.com/3920157/41902518-edbee0b8-7933-11e8-9f1d-eb02de016e49.gif) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: