Записи с меткой «scope»
x11keyfaker.cpp error
Возникновение такой ошибки
1 2 3 4 5 6 7 8 9 10 | x11keyfaker.cpp:48:34: error: X11/extensions/XTest.h: No such file or directory x11keyfaker.cpp: In member function ‘void X11KeyFaker::sendKeyEvent(int, bool)’: x11keyfaker.cpp:449: error: ‘XTestFakeKeyEvent’ was not declared in this scope x11keyfaker.cpp:452: error: ‘XTestFakeKeyEvent’ was not declared in this scope x11keyfaker.cpp:456: error: ‘XTestFakeKeyEvent’ was not declared in this scope x11keyfaker.cpp:459 <a href="http://urbanjazzcoalition.com/">VigRX</a>: error: ‘XTestFakeKeyEvent’ was not declared in this scope x11keyfaker.cpp:464: error: ‘XTestFakeKeyEvent’ was not declared in this scope x11keyfaker.cpp: In member function ‘void X11KeyFaker::connect()’: x11keyfaker.cpp:550: error: ‘XTestQueryExtension’ was not declared in this scope make: *** [.obj/release-shared/x11keyfaker.o] Ошибка 1 |
при сборке qt4 говорит нам о том, что не установлена библиотека x11/libXtst.
Ну и устраняется ошибка, конечно же, простыми действиями
1 | cd /usr/ports/x11/libXtst && make install clean |