Florian Euchner

Results 74 comments of Florian Euchner

You have two linker errors: * Something related to multiple definitions of the function `app_main` (do you have two main functions? maybe the one from this repo in addition to...

The Makefile invokes the `glib-compile-resources` command. Make sure to install the package that provides `glib-compile-resources` for your Linux distribution.

I am running into a similar issue, I also get the following error message and, even worse, my GNURadio flow graph crashes after a few seconds: ``` QCoreApplication::sendPostedEvents: Cannot send...

### Cause of the Bug What I have figured out is that, in my flow graph, this issue occurs because - apparently - the callback for the sample rate variable...