x11keyfaker.cpp:48:34: 致命错误: X11/extensions/XTest.h:没有那个文件或目录
编译中断。make: *** [.obj/release-shared/x11keyfaker.o] 错误 1
解决方法:
sudo apt-get install xorg-dev
如果makefile中没有-lXtst选项,则修改makefile
中 LIBS 选项: 添加 -lXtst选项。
x11keyfaker.cpp:48:34: 致命错误: X11/extensions/XTest.h:没有那个文件或目录
编译中断。make: *** [.obj/release-shared/x11keyfaker.o] 错误 1
解决方法:
sudo apt-get install xorg-dev
如果makefile中没有-lXtst选项,则修改makefile
中 LIBS 选项: 添加 -lXtst选项。