Hi,

I have upgraded my OS (FreeBSD 4.7 to 4.8) and I think I have installed all 
necessary
components, including X11 libraries/includes (XFree86 version 4.3.0).
When I build OpenDX-CVS, all goes well until the make ends with:

[...]
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include 
-I./../widgets -Dfreebsd  -I/usr/X11R6/include  -g -O2 -I/usr/X11R6/include 
-D_GNU_SOURCE -c `                 test -f Number.c || echo './'`Number.c
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)
gmake[3]: *** [Number.o] Error 1


However, when I add
  #include <X11/keysym.h>
to Number.c, the problem is solved.

Is this an X11-problem, or an OpenDX problem?

Regards,
Rob.

Reply via email to