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
{{ message }}
This repository has been archived by the owner on May 10, 2019. It is now read-only.
==> make install
Last 15 lines from /Users/cvianna/Library/Logs/Homebrew/rtlsdr/03.make:
rtl_test.c:165:13: error: expression is not assignable
ts->tv_sec = tv.tv_sec;
~~~~~~~~~~ ^
rtl_test.c:166:4: error: member reference type 'struct timespec' is not a pointer; did you mean to use '.'?
ts->tv_nsec = tv.tv_usec * 1000;
~~^~
.
rtl_test.c:166:14: error: expression is not assignable
ts->tv_nsec = tv.tv_usec * 1000;
~~~~~~~~~~~ ^
4 errors generated.
make[2]: *** [rtl_test.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
==> make install
Last 15 lines from /Users/cvianna/Library/Logs/Homebrew/rtlsdr/03.make:
rtl_test.c:165:13: error: expression is not assignable
ts->tv_sec = tv.tv_sec;
~~~~~~~~~~ ^
rtl_test.c:166:4: error: member reference type 'struct timespec' is not a pointer; did you mean to use '.'?
ts->tv_nsec = tv.tv_usec * 1000;
~~^~
.
rtl_test.c:166:14: error: expression is not assignable
ts->tv_nsec = tv.tv_usec * 1000;
~~~~~~~~~~~ ^
4 errors generated.
make[2]: *** [rtl_test.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/robotastic/homebrew-hackrf/issues
The text was updated successfully, but these errors were encountered: