[Scummvm-devel] Virtual keyboard code from GSoC 2008

Max Horn max at quendi.de
Tue Jan 20 23:47:18 CET 2009


Am 20.01.2009 um 17:23 schrieb Max Horn:

>
> Am 20.01.2009 um 15:00 schrieb Johannes Schickel:
>
>> Max Horn schrieb:
>>> Hi folks,
>>>
>>> after some recent efforts by dhweg, LordHoto and myself, the vkeybd
>>> & key remapper code at least compiles again. More work is still
>>> needed, though:
>>>
>>> * Fix linker errors (I'll take a look)
>>
>> It links fine over here at least. So I'm unsure what you mean with
>> this point :-).
>
> Ah, I thought it was an universal problem. Anyway, on OS X, I get this
> linker error (after a "make distclean", running configure with the
> appropriate settings and then "make"):


Found the cause:
   ./configure --enable-vkeybd --enable-keymapper
added the #defines for ENABLE_VKEYBD and ENABLE_KEYMAPPER to config.h.  
But the source of vkeybd/keymapper code (now, after some recent  
commits ;) never #includes config.h unless these flags are set. Hence  
none of the code got compiled.

I changed configure to add the #defines to the command line, now it  
works.

Bye,
Max




More information about the Scummvm-devel mailing list