Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2021-04-20 Thread elextr
@andy5995 thanks, thats the expected fix as per posts above.

Closing, due to no response from the OP.

-- 
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/938#issuecomment-823690275

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2021-04-20 Thread elextr
Closed #938.

-- 
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/938#event-4622149851

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2021-04-20 Thread Andy Alt
> If you are using gtk3, install VTE like this:
> 
> ```
> sudo apt-get install libvte-2.91-dev
> ```

Solved it for me, on Debian Buster

-- 
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/938#issuecomment-823518096

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2020-02-24 Thread LarsGit223
@Ehlarm: please open a new issue and report your details there as this issue is 
about a different operating system so the problem fixes might differ and should 
not be mixed up.

-- 
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/938#issuecomment-590405319

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2020-02-24 Thread Armin Ehlert
for me it's the same debugger issue on my Raspbian (Pi4) :(
@LarsGit223
"sudo apt-get install libvte-2.91-dev" doesn't helped too...

-- 
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/938#issuecomment-590204548

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2019-12-27 Thread LarsGit223
If you are using gtk2, install VTE like this:
```
sudo apt-get install libvte-dev
```
If you are using gtk3, install VTE like this:
```
sudo apt-get install libvte-2.91-dev
```

-- 
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/938#issuecomment-569225860

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2019-12-26 Thread elextr
Without further info its not possible to say what you are missing, post the 
whole configure.

But at a guess its likely to be a valid version of VTE development.

-- 
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/938#issuecomment-569151327