On Fri, 2003-05-30 at 11:14, Jim Canon wrote:

> Number.c: In function `SelfInsert':
> Number.c:694: `XK_ISO_Lock' undeclared (first use in this function)
> Number.c:694: (Each undeclared identifier is reported only once
> Number.c:694: for each function it appears in.)
> Number.c:694: `XK_ISO_Last_Group_Lock' undeclared (first use in this function)

There have been some problems defining key symbols.
I thought they had been taken care of in the libtools
branch of the source tree.  Did you fetch the libtools
branch from CVS?

You could add
#include <keysym.h>
to Number.c but if you're building the
source code from the main branch instead of libtools, then
I suspect you'll encounter a similar error in other places.

Martin

Reply via email to