Derek Kozel
Derek Kozel
The build failed because the script prepends a 'v' before the specified GNURADIO_BRANCH. My recommendation is to remove the hidden 'v' so the branch actually pulled is easily visible at...
@beaugunderson sorry to keep bouncing this back instead of openning a PR, I'm overloaded at the moment. It looks like the script tries to checkout the `GNURADIO_BRANCH` as a commit...
The correct tag would be `v3.8.1.0`. https://github.com/gnuradio/gnuradio/releases/tag/v3.8.1.0 I do think the ability to build arbitrary hashes from whatever branch (in the main repo) would be a nice feature.
@ricky-bos There's a few hardcoded mentions of Python 3.7 in the build script. The GNU Radio core is compatible with Python 3.8. https://github.com/ktemkin/gnuradio-for-mac-without-macports/blob/560d51574f876f8a44829ba416737dfa965953b5/build.sh#L76 Can you open a separate issue for...
@ktemkin I just tried downloading the same SWIG tar as the build script and it succeeded. I don't know where the failure was, but it seems like temporary. The URL...
@beaugunderson VOLK is still a git submodule in the 3.8 release series. As the script worked for 3.8.0.0 it should be the same for 3.8.1.0. Would you be interested in...
GNU Radio removed the VOLK submodule from the master branch today. It will stay in the maint-3.8 branch forever, but setting up the build to fetch VOLK separately would be...
I can reliably reproduce this in the 1.0.0 release on a Samsung Galaxy S4 with Android 4.4.2.
@freiform's patch to change the default directory to the `DIRECTORY_PODCASTS` provided by the OS's Environmental Variables is exactly the change I came to propose. For me what that would enable...
As an update, I am now using a custom build that uses the system DIRECTORY_PODCASTS directory hardcoded and this works well with the Sonos app. I do not feel competent...