bash - Installing xdotool through port fails -


i trying install xdotool on osx project in bash. running following command

sudo port install xdotool 

i following output

--->  computing dependencies xdotool --->  building xdotool error: failed build xdotool: command execution failed error: see /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xdotool/xdotool/main.log details. error: follow https://guide.macports.org/#project.tickets report bug. error: processing of port xdotool failed 

i have tried building xdotool using provided makefile git repo yields following output

cc -pipe -o2 -pedantic -wall -w -wundef -wendif-labels -wshadow -wpointer-arith -wbad-function-cast -wcast-align -wwrite-strings -wstrict-prototypes -wmissing-prototypes -wnested-externs -winline -wdisabled-optimization -wno-missing-field-initializers -g    -std=c99 -i/usr/x11r6/include -i/usr/local/include -fpic -c xdo.c xdo.c:34:10: fatal error: 'xkbcommon/xkbcommon.h' file not found #include <xkbcommon/xkbcommon.h>          ^ 1 error generated. make: *** [xdo.o] error 1` 

i have symlinked x11 , build xkbcommon aswell in source directory of xdotools.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -