[SOLVED] GTK2 support.

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
user9876
Posts: 1
Joined: Sun Mar 06, 2016 6:17 pm

[SOLVED] GTK2 support.

Post by user9876 »

Hello, is it still possible to compile transmission-gtk with GTK2?

Edit: Looks like it's no longer possible. The configure file from version 2.92 says:

Code: Select all

##
##
##   MANDATORY for the GTK+ client
##
##

GTK_MINIMUM=3.4.0

GLIB_MINIMUM=2.32.0

GIO_MINIMUM=2.26.0
It appears that the last version to support for GTK2 is the 2.60:

Code: Select all

##
##
##   MANDATORY for the GTK+ client
##
##

GTK2_MINIMUM=2.22.0

GTK3_MINIMUM=3.2.0

GLIB_MINIMUM=2.28.0

GIO_MINIMUM=2.26.0
For those sticking with GTK2, compile the version 2.60 with:

Code: Select all

--with-gtk=2
Post Reply