Package Details: input-modifier 1.3.5-1

Git Clone URL: https://aur.archlinux.org/input-modifier.git (read-only, click to copy)
Package Base: input-modifier
Description: uinput based key bindings and macros tool
Upstream URL: https://github.com/tildearrow/input-modifier
Licenses: GPL
Submitter: tildearrow
Maintainer: tildearrow
Last Packager: tildearrow
Votes: 4
Popularity: 1.00
First Submitted: 2018-12-09 02:24 (UTC)
Last Updated: 2021-11-27 05:25 (UTC)

Latest Comments

dreieck commented on 2023-07-13 16:36 (UTC) (edited on 2023-07-13 16:39 (UTC) by dreieck)

Fails to build for me with ‌‌error: ‘pthread_create’ was not declared in this scope; did you mean ‘timer_create’?:

[ 33%] Building CXX object CMakeFiles/imodd.dir/src/daemon/listener.cpp.o
/home/[...]/.cache/yay/input-modifier/src/input-modifier-1.3.5/src/daemon/listener.cpp: In member function ‘bool DeviceListener::init()’:
/home/[...]/.cache/yay/input-modifier/src/input-modifier-1.3.5/src/daemon/listener.cpp:27:3: error: ‘pthread_create’ was not declared in this scope; did you mean ‘timer_create’?
   27 |   pthread_create(&thread,NULL,listenThread,this);
      |   ^~~~~~~~~~~~~~
      |   timer_create
make[2]: *** [CMakeFiles/imodd.dir/build.make:132: CMakeFiles/imodd.dir/src/daemon/listener.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/imodd.dir/all] Error 2
make: *** [Makefile:136: all] Error 2

↗ Upstream issue report.

Regards!