XTest.h in xkbdbthid
am doing project using virtual keyboard... when i try to compile makefile i get this error
xkbd.c:26:34: error: X11/extensions/XTest.h: No such file or directory
xkbd.c: In function ‘main’:
xkbd.c:422: warning: format ‘%i’ expects type ‘int’, but argument 3 has type ‘Window’
make[1]: *** [xkbd.o] Error 1
make[1]: Leaving directory `/home/abhi/xkbdbthid-0.1/xkbd-0.8.15_bthid/src'
make: *** [all] Error 2
,even i installed many packages,but same problem persists
please tell me how to overcome this,, thanks in advance
|