I want to using debugger in raspberry Pi via geany, so I configure it using following option: ./configure --enable-all-plugins
Than I got the error message as below: checking whether the GTK version in use is compatible with plugin Debugger... no configure: error: Debugger is not compatible with the GTK version in use
I modify the GTK config to 3, Than got another error info: checking for VTE... no configure: error: Package requirements (vte >= 0.24) were not met: No package 'vte' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables VTE_CFLAGS and VTE_LIBS to avoid the need to call pkg-config.
How can I do next?
Can you install VTE on the RaspberryPi? E.g. with ```sudo apt-get install libvte-2.91-dev```.
@abbrdr: any feedback? did you have a chance to try my advice?
github-comments@lists.geany.org