You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last 15 lines from /Users/Nick/Library/Logs/Homebrew/cgminer/03.make:
CC opt/libccan_a-usage.o
AR libccan.a
make[2]: Nothing to be done for install-exec-am'. make[2]: Nothing to be done for install-data-am'.
CC cgminer-cgminer.o
CC cgminer-util.o
CC cgminer-sha2.o
CC cgminer-api.o
util.c:1434:42: error: use of undeclared identifier 'TIMER_ABSTIME'
ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, ts_end, NULL);
^
1 error generated.
make[1]: *** [cgminer-util.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install-recursive] Error 1
What should I do to solve this?
The text was updated successfully, but these errors were encountered:
While installing I received this error.
Last 15 lines from /Users/Nick/Library/Logs/Homebrew/cgminer/03.make:
CC opt/libccan_a-usage.o
AR libccan.a
make[2]: Nothing to be done for
install-exec-am'. make[2]: Nothing to be done for
install-data-am'.CC cgminer-cgminer.o
CC cgminer-util.o
CC cgminer-sha2.o
CC cgminer-api.o
util.c:1434:42: error: use of undeclared identifier 'TIMER_ABSTIME'
ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, ts_end, NULL);
^
1 error generated.
make[1]: *** [cgminer-util.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install-recursive] Error 1
What should I do to solve this?
The text was updated successfully, but these errors were encountered: