pothosware / homebrew-pothos

Homebrew formulas for Pothos and SoapySDR
https://github.com/pothosware/homebrew-pothos/wiki
MIT License
62 stars 17 forks source link

brew install soapyuhd not working #55

Open wonderingStars opened 2 years ago

wonderingStars commented 2 years ago

Installing soapyuhd from pothosware/pothos ==> cmake .. -DUHD_ROOT='.' ==> make install Last 15 lines from /Users/newuser/Library/Logs/Homebrew/soapyuhd/02.make: res_source_info src_info{res_source_info::USER, instance}; ^ /opt/homebrew/include/uhd/rfnoc/res_source_info.hpp:29:5: note: 'res_source_info' has been explicitly marked deleted here res_source_info() = delete; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[2]: [CMakeFiles/uhdSupport.dir/SoapyUHDDevice.cpp.o] Error 1 make[1]: [CMakeFiles/uhdSupport.dir/all] Error 2 make[1]: Waiting for unfinished jobs.... [ 80%] Linking CXX shared module libsoapySupport.so /opt/homebrew/Cellar/cmake/3.22.2/bin/cmake -E cmake_link_script CMakeFiles/soapySupport.dir/link.txt --verbose=1 /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -O3 -DNDEBUG -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -bundle -Wl,-headerpad_max_install_names -o libsoapySupport.so CMakeFiles/soapySupport.dir/UHDSoapyDevice.cpp.o /opt/homebrew/lib/libuhd.dylib /opt/homebrew/lib/libSoapySDR.0.8.1.dylib /opt/homebrew/lib/libboost_thread-mt.dylib /opt/homebrew/lib/libboost_system-mt.dylib -pthread -flat_namespace [ 80%] Built target soapySupport make: [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): https://github.com/pothosware/homebrew-pothos/issues

lastest macOS : Montaray MacBook 13 M1

ncorgan commented 2 years ago

@guruofquality We should make a new SoapyUHD tag. This looks like the C++14 flag issue we fixed, which hasn’t made it into a release.

wonderingStars commented 2 years ago

did I install the wrong one

ncorgan commented 2 years ago

No, the fix for that problem hasn’t made it into a release yet.

wonderingStars commented 2 years ago

ok do you know any other software I could use for Mac that supports ettus b200

guruofquality commented 2 years ago

just FYI passing --head to brew should make it build in the meantime

wonderingStars commented 2 years ago

just FYI passing --head to brew should make it build in the meantime

hi I have managed to install it but can't get it to recognise the b200 it all works on windows but getting work on mac os is the worst thing in the world