-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing on mac os x sierra 10.12.6 #29
Comments
@dustybza Hi, I just pushed an update that is based on the 0.41.4 release. See if that works for you. |
==> Installing dholm/sdr/cubicsdr --HEAD If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): These open issues may also help: Error: A newer Command Line Tools release is available. This is what I got. |
Hey,
when installing gr-gsm I get an error that I can't seem to get past.
`==> Installing gr-gsm from dholm/sdr
==> Cloning https://github.com/ptrkrysik/gr-gsm.git
Updating /Users/dev-osx/Library/Caches/Homebrew/gr-gsm--git
==> Checking out branch master
==> cmake .. -DCMAKE_SHARED_LINKER_FLAGS='-Wl,-undefined,dynamic_lookup' -DPYTHON_LIBRARY='/usr/local/lib/libgnuradio-runtime.dylib' -DC
==> make install
Last 15 lines from /Users/dev-osx/Library/Logs/Homebrew/gr-gsm/02.make:
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f lib/CMakeFiles/grgsm.dir/build.make lib/CMakeFiles/grgsm.dir/build
[ 1%] Building CXX object lib/CMakeFiles/grgsm.dir/constants.cc.o
cd /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang++ -Dgrgsm_EXPORTS -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/include -I/usr/local/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib/receiver -DNDEBUG -fPIC -o CMakeFiles/grgsm.dir/constants.cc.o -c /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib/constants.cc
[ 2%] Building C object lib/CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_conv.c.o
cd /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Dgrgsm_EXPORTS -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/include -I/usr/local/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib/receiver -DNDEBUG -fPIC -o CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_conv.c.o -c /tmp/gr-gsm-20180223-35332-10ybdzu/lib/decoding/osmocom/coding/gsm0503_conv.c
[ 3%] Building C object lib/CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_coding.c.o
cd /tmp/gr-gsm-20180223-35332-10ybdzu/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Dgrgsm_EXPORTS -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/lib -I/tmp/gr-gsm-20180223-35332-10ybdzu/build/include -I/usr/local/include -I/tmp/gr-gsm-20180223-35332-10ybdzu/lib/receiver -DNDEBUG -fPIC -o CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_coding.c.o -c /tmp/gr-gsm-20180223-35332-10ybdzu/lib/decoding/osmocom/coding/gsm0503_coding.c
In file included from /tmp/gr-gsm-20180223-35332-10ybdzu/lib/decoding/osmocom/coding/gsm0503_coding.c:36:
/usr/local/include/osmocom/core/endian.h:27:10: error: 'endian.h' file not found with include; use "quotes" instead
#include <endian.h>
^
1 error generated.
make[2]: *** [lib/CMakeFiles/grgsm.dir/decoding/osmocom/coding/gsm0503_coding.c.o] Error 1
make[1]: *** [lib/CMakeFiles/grgsm.dir/all] Error 2
make: *** [all] Error 2
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/dholm/homebrew-sdr/issues
devs-MacBook-Pro:libosmocore dev-osx$`
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: