xdotool @2.20110530.1: error: typedef redefinition with different types ('int' vs 'enum clockid_t')
:info:build xdo_get_window_name(context->xdo, window, &name, &name_len, &name_type);
:info:build ^~~~~
:info:build ./xdotool.h:16:7: note: expanded from macro 'window_each'
:info:build block \
:info:build ^~~~~
:info:build ./xdo.h:873:41: note: passing argument to parameter 'name_ret' here
:info:build unsigned char **name_ret, int *name_len_ret,
:info:build ^
:info:build 1 warning generated.
:info:build /usr/bin/clang -Os -g -std=c99 -I/opt/local/include -c -o cmd_windowminimize.o cmd_windowminimize.c
:info:build In file included from cmd_behave_screen_edge.c:10:
:info:build ./osx_hacks.h:4:9: warning: 'CLOCK_MONOTONIC' macro redefined [-Wmacro-redefined]
:info:build #define CLOCK_MONOTONIC 1
:info:build ^
:info:build /usr/include/time.h:156:9: note: previous definition is here
:info:build #define CLOCK_MONOTONIC _CLOCK_MONOTONIC
:info:build ^
:info:build In file included from cmd_behave_screen_edge.c:10:
:info:build ./osx_hacks.h:5:13: error: typedef redefinition with different types ('int' vs 'enum clockid_t')
:info:build typedef int clockid_t;
:info:build ^
:info:build /usr/include/time.h:171:3: note: previous definition is here
:info:build } clockid_t;
:info:build ^
:info:build 1 warning and 1 error generated.
:info:build make: *** [cmd_behave_screen_edge.o] Error 1
Change History (8)
Keywords: |
sierra added
|
Owner: |
changed from macports-tickets@… to ryandesign
|
Status: |
new →
assigned
|
Status: |
assigned →
accepted
|
Cc: |
sgharpsr added
|
Keywords: |
highsierra added
|
Summary: |
xdotool 2.20110530.1_0 darwin 16 build fail →
xdotool @2.20110530.1: error: typedef redefinition with different types ('int' vs 'enum clockid_t')
|
Resolution: |
→ fixed
|
Status: |
accepted →
closed
|
Upstream: https://github.com/jordansissel/xdotool/issues/138