Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugger #938

Closed
dx24816 opened this issue Dec 26, 2019 · 6 comments
Closed

debugger #938

dx24816 opened this issue Dec 26, 2019 · 6 comments

Comments

@dx24816
Copy link

dx24816 commented Dec 26, 2019

Hello, I use Ubuntu 18.04, and am trying to install the Geany Debugger plugin. However, when I checked the terminal, I see this. Is there a way to fix this, or is this intentional?
image

@elextr
Copy link
Member

elextr commented Dec 26, 2019

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.

@lpaulsen93
Copy link
Contributor

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

@Ehlarm
Copy link

Ehlarm commented Feb 24, 2020

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...

@lpaulsen93
Copy link
Contributor

@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.

@andy5995
Copy link
Contributor

If you are using gtk3, install VTE like this:

sudo apt-get install libvte-2.91-dev

Solved it for me, on Debian Buster

@elextr
Copy link
Member

elextr commented Apr 21, 2021

@andy5995 thanks, thats the expected fix as per posts above.

Closing, due to no response from the OP.

@elextr elextr closed this as completed Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants