help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Import GDK Key Symbols


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Import GDK Key Symbols
Date: Sat, 24 Aug 2013 07:47:44 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Aug 18, 2013 at 10:17:16PM +0200, Gwenaël Casaccio wrote:


> So here is the patch :)

hi,

it alsmost builds... we will need to add defines for older versions
of GDK as some key symbols got introduced later... The first failure
is this:

 enums.c: In function 'main':
enums.c:4270: error: 'GDK_TouchpadToggle' undeclared (first use in this 
function)
enums.c:4270: error: (Each undeclared identifier is reported only once
enums.c:4270: error: for each function it appears in.)

but luckily these appear to be all defines so we can generate code
like this?

#ifdef GDK_TouchpadToggle
.... code
#endif


holger



reply via email to

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