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

Lex Trotman elextr at xxxxx
Tue Feb 20 21:59:56 UTC 2018


On 21 February 2018 at 06:32, Thomas Martitz <kugel at rockbox.org> wrote:
> Am 20.02.2018 um 18:00 schrieb Lars Paulsen:
>>
>> Hello All,
>>
>> I have a simple question: how can I force geany-plugins to be built
>> against GTK3?
>>
>> I tried "CFLAGS=-dGP_GTK_VERSION_MAJOR=3 ./configure" but that did not
>> help. I saw the line "Geany version:                1.33 (GTK2)" in the
>> configure output. Do I have to re-build geany with the CFLAGS above to make
>> the geany-plugins use GTK3?
>
>
>
> Geany-plugins must be compiled against the same GTK version as Geany core.
> There is simply no way that GTK2 and 3 co-exist in the same process.
>
> Therefore geany-plugins always follows Geany in this regard.

To be explicit configure Geany --prefix=/some/where --enable-gtk3 and
make install

Configure plugins --prefix=/some/where --with-geany-libdir=/some/where/lib

Cheers
Lex


>
> _______________________________________________
> Devel mailing list
> Devel at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/devel


More information about the Devel mailing list