Re: [Github-comments] [geany/geany-plugins] compile error in RaspberryPi (#893)

2019-10-02 Thread LarsGit223
@abbrdr: any feedback? did you have a chance to try my advice?

-- 
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/893#issuecomment-537668292

Re: [Github-comments] [geany/geany-plugins] compile error in RaspberryPi (#893)

2019-08-07 Thread LarsGit223
Can you install VTE on the RaspberryPi? E.g. with ```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/893#issuecomment-518981153

[Github-comments] [geany/geany-plugins] compile error in RaspberryPi (#893)

2019-08-07 Thread abbrdr
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?


-- 
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/893