Page 1 of 1

SMPlayer Joystick Control

PostPosted: Fri Jan 27, 2012 10:11 pm
by PeeR
Hi
I wrote a program which control smplayer using joystick. Work only on Linux. If anybody want test :arrow: http://qt-apps.org/content/show.php/SMP ... ent=148557

Re: SMPlayer Joystick Control

PostPosted: Wed Feb 05, 2014 2:45 am
by classsic
Hi, I wanna try your plugin, but after run make, when type make install receive this error:
/usr/lib64/qt4/bin/uic mainwindow.ui -o ui_mainwindow.h
g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o main.o main.cpp
In file included from myui.hpp:21:0,
from mainwindow.hpp:27,
from main.cpp:19:
ui_mainwindow.h:32:18: error fatal: kled.h: No existe el fichero o el directorio
compilaciĆ³n terminada.
---------------------------------------------------------------------------------------------------------------
If you can tellme what it's wrong i'll appreciate.
Thanks.