anodynos / touchegg

Automatically exported from code.google.com/p/touchegg
4 stars 1 forks source link

fedora 18 #207

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
attempting to install touchegg on fedora 18

downloaded the source, qmake works fine.

make returns:
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic  -DQT_NO_DEBUG 
-DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT 
-I/usr/lib64/qt-3.3/mkspecs/default -I. -I/usr/lib64/qt-3.3/include -o Config.o 
src/touchegg/config/Config.cpp
In file included from src/touchegg/config/Config.h:24:0,
                 from src/touchegg/config/Config.cpp:21:
./src/touchegg/util/Include.h:24:22: fatal error: QtCore: No such file or 
directory
compilation terminated.
make: *** [Config.o] Error 1

any help would be appreciated, if possible speak in simple terms, I'm not 
experienced at compiling things :)

many thanks

Original issue reported on code.google.com by gray.tim...@gmail.com on 25 May 2013 at 5:49

GoogleCodeExporter commented 8 years ago
You need to install Qt:
$ yum install qt qt-devel

Original comment by jose.exposito89@gmail.com on 27 May 2013 at 9:05

GoogleCodeExporter commented 8 years ago
Found a solution.  I had had qt and qt-devel installed, but qmake was using qt3 
instead of qt4, so running qmake-qt4 stopped this issue.

incidentally, it doesn't look like utouch supports my synaptics touchpad, so no 
multitouch for me :(

thanks anyway :)

Original comment by gray.tim...@gmail.com on 27 May 2013 at 10:32