Re: [Geany-Devel] Linker issues with VTE

2018-02-23 Thread Lars Paulsen
A short update: Checking the documentation on GNOME Developer Center revealed that no VTE function used in the scope plugin seems to require a specific version. So I posted my PR without any version requirement for VTE (so only [vte-2.91]). Greetings, Lars On 23.02.2018 07:14, Lars Paulsen

Re: [Geany-Devel] Linker issues with VTE

2018-02-22 Thread Lars Paulsen
On 23.02.2018 04:19, Colomban Wendling wrote: Le 22/02/2018 à 15:09, Lars Paulsen a écrit : Then I installed it using apt-get install but Ubuntu only installed a version 0.42 which was older than required. It sounds odd you'd need a version not found in Ubuntu, unless you'd be using a very old

Re: [Geany-Devel] Linker issues with VTE

2018-02-22 Thread Colomban Wendling
Le 22/02/2018 à 15:09, Lars Paulsen a écrit : > Then I installed it using apt-get install but Ubuntu only installed a > version 0.42 which was older than required. It sounds odd you'd need a version not found in Ubuntu, unless you'd be using a very old Ubuntu. And in any case, depending on someth

Re: [Geany-Devel] Linker issues with VTE

2018-02-22 Thread Lars Paulsen
Hi Lex, it turned out I had not. Then I installed it using apt-get install but Ubuntu only installed a version 0.42 which was older than required. So I downloaded the sources and built it myself. After that the error message about the missing "#include " was gone. But I got linker errors f

Re: [Geany-Devel] Linker issues with VTE

2018-02-22 Thread Lex Trotman
On 22 February 2018 at 16:11, Lars Paulsen wrote: > Hello Colomban, > > I saw that in the GTK3 porting PR for the debugger plugin and also tried > changing scope.m4 accordingly: > https://github.com/geany/geany-plugins/pull/645/files#diff-41e5fe75dcc03252ed3688fd124e9223 > > But if I do that my co

Re: [Geany-Devel] Linker issues with VTE

2018-02-21 Thread Lars Paulsen
Hello Colomban, I saw that in the GTK3 porting PR for the debugger plugin and also tried changing scope.m4 accordingly: https://github.com/geany/geany-plugins/pull/645/files#diff-41e5fe75dcc03252ed3688fd124e9223 But if I do that my code does not compile cause it says "#include " not found. I

Re: [Geany-Devel] Linker issues with VTE

2018-02-21 Thread Colomban Wendling
Le 21/02/2018 à 15:06, Lars Paulsen a écrit : > Hi All, > > during porting the scope plugin to GTK3 I had to switch from "GdkColor" > to > "GdkRGBA". > The scope code was calling "vte_terminal_set_color_foreground" which > acco

[Geany-Devel] Linker issues with VTE

2018-02-21 Thread Lars Paulsen
Hi All, during porting the scope plugin to GTK3 I had to switch from "GdkColor" to "GdkRGBA". The scope code was calling "vte_terminal_set_color_foreground" which according to the geany header files seems to have a replace