Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Touchscreen
#13
0
No OK!

Znalazłem instrukcję:
https://askubuntu.com/questions/682858/h...uchegg-gce

Kiedy byłem na etapie  "make && sudo make install" pojawił się "fatal error":
Kod:
szc@szcz~/POBRANE/Touchegg-gce-master$ qmake
Project MESSAGE: Installation Directories:
Project MESSAGE:  prefix: /usr/local
Project MESSAGE:  bin: /usr/local/bin
Project MESSAGE:  config: /usr/local/etc
Project MESSAGE:  shared: /usr/local/share
Project MESSAGE: See README for details.

szcz@szcz:~/POBRANE/Touchegg-gce-master$ make && sudo make install
/usr/lib/x86_64-linux-gnu/qt4/bin/uic gui.ui -o ui_gui.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic button.ui -o ui_button.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic editdialog.ui -o ui_editdialog.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic sendkeys.ui -o ui_sendkeys.h
/usr/lib/x86_64-linux-gnu/qt4/bin/uic newgroupdialog.ui -o ui_newgroupdialog.h
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o gui.o gui.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o parser.o parser.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o button.o button.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o lists.o lists.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o editdialog.o editdialog.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o memory.o memory.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o sendkeys.o sendkeys.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o keylineedit.o keylineedit.cpp
g++ -c -m64 -pipe -std=c++11 -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o keylinguist.o keylinguist.cpp
keylinguist.cpp:20:10: fatal error: X11/Xlib.h: Nie ma takiego pliku ani katalogu
#include <X11/Xlib.h>
          ^~~~~~~~~~~~
compilation terminated.
Makefile:377: recipe for target 'keylinguist.o' failed
make: *** [keylinguist.o] Error 1
Odpowiedz


Wiadomości w tym wątku
Touchscreen - przez szcz - 30-06-2020, 16:15
RE: Touchscreen - przez yahoob3 - 30-06-2020, 17:57
RE: Touchscreen - przez szcz - 01-07-2020, 08:46
RE: Touchscreen - przez magnus - 01-07-2020, 13:50
RE: Touchscreen - przez szcz - 01-07-2020, 15:35
RE: Touchscreen - przez magnus - 01-07-2020, 16:30
RE: Touchscreen - przez szcz - 01-07-2020, 23:37
RE: Touchscreen - przez magnus - 02-07-2020, 01:11
RE: Touchscreen - przez szcz - 04-07-2020, 00:45
RE: Touchscreen - przez omkar - 04-07-2020, 08:48
RE: Touchscreen - przez szcz - 04-07-2020, 10:49
RE: Touchscreen - przez omkar - 04-07-2020, 13:14
RE: Touchscreen - przez szcz - 04-07-2020, 13:44
RE: Touchscreen - przez yahoob3 - 04-07-2020, 14:56
RE: Touchscreen - przez szcz - 04-07-2020, 14:59
RE: Touchscreen - przez yahoob3 - 04-07-2020, 16:48
RE: Touchscreen - przez szcz - 04-07-2020, 17:04
RE: Touchscreen - przez yahoob3 - 04-07-2020, 17:07
RE: Touchscreen - przez szcz - 04-07-2020, 17:33
RE: Touchscreen - przez yahoob3 - 04-07-2020, 17:41
RE: Touchscreen - przez szcz - 04-07-2020, 21:34
RE: Touchscreen - przez omkar - 05-07-2020, 07:48

Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości