Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Broken make install in macosx (brewed) #59

Open
cviannabr opened this issue Feb 26, 2018 · 0 comments
Open

Broken make install in macosx (brewed) #59

cviannabr opened this issue Feb 26, 2018 · 0 comments

Comments

@cviannabr
Copy link

==> 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant