xboard-devel
[Top][All Lists]
Advanced

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

Re: [XBoard-devel] Compilability GTK-Xt branch


From: John Cheetham
Subject: Re: [XBoard-devel] Compilability GTK-Xt branch
Date: Sat, 24 Sep 2011 16:05:38 +0100 (BST)

It was testing for GDK_KEY_Return etc which I think are only available on newer 
GTK versions.
I changed them to GDK_Return etc (removing KEY) which is the format on older 
versions
(though they should still work on newer versions as well).

I pushed a change to Savannah so if you try again it should be OK.



----- Original Message -----
From: "address@hidden" <address@hidden>
To: address@hidden
Cc: 
Sent: Saturday, 24 September 2011, 13:22
Subject: [XBoard-devel] Compilability GTK-Xt branch

I get errors compiling the gtk-xt branch on Ubuntu 10.04:

  CC     xoptions.o
xoptions.c: In function ‘keypressicsCB’:
xoptions.c:1734: error: ‘GDK_KEY_Return’ undeclared (first use in this
function)
xoptions.c:1734: error: (Each undeclared identifier is reported only once
xoptions.c:1734: error: for each function it appears in.)
xoptions.c:1738: error: ‘GDK_KEY_Up’ undeclared (first use in this function)
xoptions.c:1748: error: ‘GDK_KEY_Down’ undeclared (first use in this
function)
make[2]: *** [xoptions.o] Error 1



reply via email to

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