I get the following errors when i use the make command, has anyone had this issue? i have a fresh install of retropie 3.5 on a model b.
pi@retropie:~/Xarcade2jstick $ make
cd src && make all
make[1]: Entering directory ‘/home/pi/Xarcade2jstick/src’
CC uinput_kbd.c
CC uinput_gamepad.c
CC main.c
main.c: In function ‘main’:
main.c:93:2: error: too few arguments to function ‘uinput_gpad_open’
uinput_gpad_open(&uinp_gpads[0], UINPUT_GPAD_TYPE_XARCADE);
^
In file included from main.c:36:0:
uinput_gamepad.h:35:9: note: declared here
int16_t uinput_gpad_open(UINP_GPAD_DEV* const gpad, UINPUT_GPAD_TYPE_E type,
^
main.c:94:2: error: too few arguments to function ‘uinput_gpad_open’
uinput_gpad_open(&uinp_gpads[1], UINPUT_GPAD_TYPE_XARCADE);
^
In file included from main.c:36:0:
uinput_gamepad.h:35:9: note: declared here
int16_t uinput_gpad_open(UINP_GPAD_DEV* const gpad, UINPUT_GPAD_TYPE_E type,
^
Makefile:17: recipe for target ‘../build/main.o’ failed
make[1]: *** [../build/main.o] Error 1
make[1]: Leaving directory ‘/home/pi/Xarcade2jstick/src’
Makefile:16: recipe for target ‘all’ failed
make: *** [all] Error 2
pi@retropie:~/Xarcade2jstick $