bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Problem related to gtk+-2.14.2 ?


From: Christian Anthon
Subject: Re: [Bug-gnubg] Problem related to gtk+-2.14.2 ?
Date: Tue, 23 Sep 2008 10:58:00 +0200

Nothing you need to worry about is the short answer.

The longer answer is that as gtk1 became gtk2 a few things became
declared broken and a lot of things became deprecated, i.e. not
recommended in new code. As long as we are in gtk2, no api breakage is
allowed, so if a program compiles with gtk2 2.6 it should compile with
any later version of gtk2. But more and more things become deprecated.
It is no big deal, but for the sake of cleanliness and maintainability
we try to not use deprecated functions. Mainly two things are still in
a deprecated state: 1) some tables and lists and 2) the menu/toolbar
system that we use.

Christian.

On Tue, Sep 23, 2008 at 9:49 AM, Massimiliano Maini
<address@hidden> wrote:
>
> address@hidden wrote on 23/09/2008
> 09:30:29:
>
>> I'm guessing that you are trying to build with disabled deprecated gtk
>> functions, which won't work. GtkSignalFunc is deprecated, but that is
>> okay. Some gtk functions are declared broken, but I doubt that
>> GtkSignalFunc is among them, even in the newest gtk.
>
> Hi Christian,
> waht's this deprecated stuff ? Is there a compile option somewhere ?
>
> MaX.
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]