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

Re: [Geany-Devel] How to force geany-plugins to build against GTK3?

2018-02-21 Thread Lars Paulsen
Thanks a lot, it worked. I am now seeing a GTK3 version number in the debug messages. Greetings, Lars On 20.02.2018 22:59, Lex Trotman wrote: On 21 February 2018 at 06:32, Thomas Martitz wrote: Am 20.02.2018 um 18:00 schrieb Lars Paulsen: Hello All, I have a simple question: how can I forc