ra1nb0w

Results 91 comments of ra1nb0w

Maybe, you have conflicts between macports and homebrew. I build SDR++ without any trouble with macports. Can you check if you have the following file `/opt/local/share/cmake/volk/VolkConfig.cmake`? Can you post the...

Volk builds fine on macports from July 2021 (https://github.com/macports/macports-ports/commit/e83a55ef196d4283be438c052295b2fc44f3df5b and https://ports.macports.org/port/volk/details/)

removing/moving homebrew and using only macports must build SDR++. Otherwise, you can edit the portfile ``` sudo port edit sdrplusplus ``` changing the version with the commit and update `checksums`...

``` port contents volk ``` what returns? You should have `.cmake` files. otherwise ``` sudo port install volk ```

you have something strange. I just tested sdrplusplus trunk on M1 mini and macOS 11 and it works fine without error. maybe some CXX/CC flags in the environment? Ps. the...

this is a very useful application.

something like ```c++ QPalette palette; setDefaultOption("color", palette.color(QPalette::Dark)); setDefaultOption("color-off", palette.color(QPalette::Dark)); setDefaultOption("color-disabled", palette.color(QPalette::Midlight)); setDefaultOption("color-active", palette.color(QPalette::Light)); setDefaultOption("color-selected", palette.color(QPalette::Light)); ```

Tried with that without success.

I did a rebuild of CubicSDR and the latest wxwidgets-3.2 (through macports) and the problem is still there. What is your setup?

it happened a while ago during a beta of 10.15 but then the problem comes back.