Closed vk1kcm closed 3 months ago
The SoapySDR source module has been deprecated for months. I don't know what hardware you have but you most likely should NOT use it.
The SoapySDR source module has been deprecated for months. I don't know what hardware you have but you most likely should NOT use it.
Could you please tell me what the last commit supports this module?
I have the same problem - using SOAPY and with latest build i never got a compiled sdrpp with SOAPY included (-DOPT_BUILD_SOAPY_SOURCE=ON will beb ignored by cmake). :-(
Can someone post a link to SDRpp sourcecode there Soapy was working at least?
WARNING: Filling out the template below is NOT optional. Issues not filling out this template will be closed without review.
FIRST: Before reporting any bug, make sure that the bug you are reporting has not been reported before. Also, try to use the nightly version if possible in case I've already fixed the bug.
Hardware
Software
Bug Description The make_macos_bundle.sh script doesn't copy in the soapysdr source module, so SoapySDR is not available in the build, nor in the released binary on GitHub.
Steps To Reproduce
Only If SDR++ fails to lauch or the SDR fails to start: Run SDR++ from a command line window with special parameters:
cd
to SDR++'s directory and run.\sdrpp.exe -c
(if running SDR++ version 1.0.4 or older, use-s
instead, though you should probably update SDR++ instead...)sdrpp -c
/path/to/the/SDR++.app/Contents/MacOS/sdrpp -c
Then, post the entire logs from start to after the issue. DOT NOT truncate to where you think the error is...Odd, the '-c' option doesn't seem to work BTW. Gets an
Unknown Argument
response.Screenshots Add any screenshot that is relevant to the bug (GUI error messages, strange behavior, graphics glitch, etc...).
Additional info To fix I just added the following to the make_macos_bundle.sh script: