Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-10-01 Thread Nefor111
Already did it! :)

-- 
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/913#issuecomment-537092132

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread elextr
If Geany is compiled when VTE headers are not available then VTE support in 
Geany must be disabled since it has no way of knowing what the interface to VTE 
is.  The Autotools build does that automatically.

You could report it to Arch to see if they can build their binary different.

-- 
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/913#issuecomment-536846701

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread Nefor111
You right,but in Arch the issue it's about binary compiled without VTE. Dosen't 
matter you have VTE or not,in binary it's disabled.

-- 
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/913#issuecomment-536800128

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread Matthew Brush
> But issue is installation via standart way in arch.

You could report a bug to whoever packages Geany for Arch. I think both Geany 
and Geany-Plugins packages should depend on VTE library so it gets installed 
automatically.

-- 
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/913#issuecomment-536795347

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread LarsGit223
You are welcome.

-- 
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/913#issuecomment-536686905

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread LarsGit223
Closed #913.

-- 
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/913#event-2674298026

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread Nefor111
Well.Fixed.
For debian\ubuntu need to install libvte-dev for GTK2,libvte-2.91-dev - GTK3

For Arch - need to install package vte3.Then install geany via pacman,and 
install geany-plugins via building from sources,and it's works.

Thank you for help.But issue is installation via standart way in arch.I hope 
this will help for users who face this problems too.

Thank you for you help!!!

-- 
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/913#issuecomment-536684465

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread LarsGit223
Hmmm...you could try to build ```libvte``` from source. But I have never done 
it, so I do not know how simple or difficult it is. Maybe you can ask somewhere 
in the Arch community if they know how to get it or build it on Arch. But 
without ```libvte``` you cannot build the debugger plugin or the scope plugin.

-- 
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/913#issuecomment-536675518

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread Nefor111
Okey,it's works for Debian and Ubuntu,but in Arch is no such thing like libvte 
at all...any way to do something? 

-- 
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/913#issuecomment-536673918

Re: [Github-comments] [geany/geany-plugins] No debugger in Geany 1.36 (#913)

2019-09-30 Thread LarsGit223
First, let me inform you that there are two debugger plugins in the 
Geany-Plugins package you can choose from:
- the debugger plugin
- the scope plugin

If the configure script tells you that the debugger plugin is not enabled than 
a requirement to build the debugger plugin is missing. It could be that the VTE 
package is missing on your system.

Please follow one of the steps below, depending on your GTK version:
- if you are building for GTK2 please try ```sudo apt-get install libvte-dev```
- if you are building for GTK3 please try ```sudo apt-get install 
libvte-2.91-dev```

After that please run ```./configure``` again. Does it say ```yes``` now?

-- 
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/913#issuecomment-536662437