[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnubg] gtk version for gnubg
From: |
保坂範行 |
Subject: |
Re: [Bug-gnubg] gtk version for gnubg |
Date: |
Thu, 8 Apr 2010 10:35:45 +0900 |
Hi Christian.
#some how I sent Christian, not bug-gnubg
Is this not enough?
Still I have to make small change to build with snapshot 20100407
As far as I checked, CentOS5.4 does NOT have gtk 2.12
http://library.gnome.org/devel/gtk/unstable/gtk-Drag-and-Drop.html#GtkTargetFlags
GTK_TARGET_OTHER_APP
If this is set, the target will not be selected for drags within a
single application. Since 2.12
Nori
2009年11月12日0:37 保坂範行 <address@hidden>:
> Hi Cristian
>
>> Replace
>> GTK_TARGET_OTHER_APP
>> with
>> 0
>> and report back whether drag and drop works as expected.
> Successfully built(I'm sure), but no drag and drop(I do not know what
> is "expected" here).
>
> Nori
>
>
>
> 2009年11月11日17:28 Christian Anthon <address@hidden>:
>> Replace
>> GTK_TARGET_OTHER_APP
>> with
>> 0
>> and report back whether drag and drop works as expected.
>>
>> Christian.
>>
>> 2009/11/10 保坂範行 <address@hidden>:
>>> Hi.
>>>
>>> Which gtk is needed for building the latest gnubg?
>>>
>>>
>>> I got following error when I tried to build.
>>> gtkgame.c: In function ‘CreateMainWindow’:
>>> gtkgame.c:3245: error: ‘GTK_TARGET_OTHER_APP’ undeclared (first use in
>>> this function)
>>> gtkgame.c:3245: error: (Each undeclared identifier is reported only once
>>> gtkgame.c:3245: error: for each function it appears in.)
>>>
>>>
>>> In gtk, GtkTargetFlags has changed
>>>
>>> From:
>>> typedef enum {
>>> GTK_TARGET_SAME_APP = 1 << 0, /*< nick=same-app >*/
>>> GTK_TARGET_SAME_WIDGET = 1 << 1 /*< nick=same-widget >*/
>>> } GtkTargetFlags;
>>>
>>> To:
>>> typedef enum {
>>> GTK_TARGET_SAME_APP = 1 << 0, /*< nick=same-app >*/
>>> GTK_TARGET_SAME_WIDGET = 1 << 1, /*< nick=same-widget >*/
>>> GTK_TARGET_OTHER_APP = 1 << 2, /*< nick=other-app >*/
>>> GTK_TARGET_OTHER_WIDGET = 1 << 3 /*< nick=other-widget >*/
>>> } GtkTargetFlags;
>>>
>>> in some where I do not know.
>>>
>>>
>>> Env:
>>> CentOS 5.4 x86_64 with EPEL, dries, rpmforge on Core i7.
>>>
>>> address@hidden/Desktop/work/gnubg/backgammonbase% sudo yum install gtk2
>>> Setting up Install Process
>>> Package gtk2-2.10.4-20.el5.x86_64 already installed and latest version
>>> Package gtk2-2.10.4-20.el5.i386 already installed and latest version
>>>
>>> address@hidden/Desktop/work/gnubg/backgammonbase% sudo yum install gtk+
>>> Setting up Install Process
>>> Package 1:gtk+-1.2.10-56.el5.x86_64 already installed and latest version
>>> Package 1:gtk+-1.2.10-56.el5.i386 already installed and latest version
>>> Nothing to do
>>>
>>> thanks.
>>>
>>> Nori
>>>
>>>
>>> _______________________________________________
>>> Bug-gnubg mailing list
>>> address@hidden
>>> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>>>
>>
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Bug-gnubg] gtk version for gnubg,
保坂範行 <=