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

_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to