Gregory R. Warnes
Gregory R. Warnes
I also use homebrew to manage build deps. Let me check what I've got installed... ``` bash-3.2$ for pkg in `cat CircleCI.list`; do echo -n "$pkg: "; grep -c $pkg...
I've made a fork where I'm keeping track of the changes to get it to build for me: [email protected]:warnes/gnuradio-for-mac-without-macports.git Once I get everything running, I'll create a PR.
The `ifconfig` command is also necessary, and can be installed on Ubuntu with: ``` sudo apt install net-tools ```
Further, it is necessary to install `flask`: ``` sudo apt install python3-flask ``` or, of course ``` pip3 install flask ```
I would really appreciate this feature. It would allow me to consolidate multiple configure files into venv. For my purposes, it would be ideal to placing a file, say `env.txt`...
Clippy is *annoying*, and I just wasted 30 minutes looking for a way to turn this off through MS-Windows configuration because I assumed that MS-Windows was the source of this....
I am getting these same errors on my Raspberry Pi. ``` pi@wwi-demo-green:~/inoui/src/srsGUI/build-pi $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 11 (bullseye) Release: 11...
(BTW, these test ran without error on an Ubuntu 21.10 VM under Parallels.)
Test output files from `build/Testing/Temporary`: [CTestCostData.txt](https://github.com/srsran/srsGUI/files/8187419/CTestCostData.txt) [LastTestsFailed.log](https://github.com/srsran/srsGUI/files/8187429/LastTestsFailed.log) [LastTest.log](https://github.com/srsran/srsGUI/files/8187430/LastTest.log) It looks like the tests are segfaulting somewhere in `sdrgui_exit()`.
Can you explain that response?