anodynos / touchegg

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

cannot install touchegg, "make" returns an error #197

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
running "make" returns: /usr/bin/ld: cannot find -lutouch-geis 

Original issue reported on code.google.com by xzchto...@gmail.com on 19 Feb 2013 at 11:16

GoogleCodeExporter commented 8 years ago
What version of Ubuntu are you using?

Ensure to run 
 $ sudo apt-get build-dep touchegg
Before try to compile Touchégg

Original comment by jose.exposito89@gmail.com on 19 Feb 2013 at 11:18

GoogleCodeExporter commented 8 years ago
I've got the same problem on 12.04:

petr@sova:~/tmp/touchegg-1.1$ sudo apt-get build-dep touchegg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 47 not upgraded.

petr@sova:~/tmp/touchegg-1.1$ make
g++ -m64 -Wl,-O1 -o touchegg Config.o GestureCollector.o GestureHandler.o 
GestureFactory.o Gesture.o GestureTypeEnum.o GestureDirectionEnum.o 
ActionTypeEnum.o ActionFactory.o MinimizeWindow.o CloseWindow.o 
MaximizeRestoreWindow.o ShowDesktop.o SendKeys.o ChangeDesktop.o ResizeWindow.o 
MoveWindow.o RunCommand.o DragAndDrop.o ChangeViewport.o MouseClick.o Scroll.o 
WindowListener.o Main.o Touchegg.o moc_GestureCollector.o moc_GestureHandler.o 
moc_GestureTypeEnum.o moc_GestureDirectionEnum.o moc_ActionTypeEnum.o 
moc_WindowListener.o moc_Touchegg.o    -L/usr/lib/x86_64-linux-gnu 
-lutouch-geis -lX11 -lXtst -lXext -lQtXml -lQtGui -lQtCore -lpthread 
/usr/bin/ld: cannot find -lutouch-geis
collect2: ld returned 1 exit status
make: *** [touchegg] Error 1

Original comment by zloute...@gmail.com on 26 Feb 2013 at 9:24

GoogleCodeExporter commented 8 years ago
Please, use the latest source code. The name of the uTouch package changes in 
12.10 (and 12.04 updates) and the latest source code changes this name too:
http://touchegg.googlecode.com/files/touchegg-1.1.1.tar.gz

Original comment by jose.exposito89@gmail.com on 27 Feb 2013 at 9:32

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 1 Aug 2013 at 2:29