Hi Alexander - I haven't looked into changing the GNU Radio code, but such a change is certainly doable if desired. We've already implemented a workaround by adding "-llog4cpp" to LDFLAGS in its PKGCONFIG file -- which is what's used by CMake as the starting point for determining whether its installed. That said, these changes do not fix the broader issue; they are just workarounds. I would hope you could address the broader issue here ... but, I really don't know what the solution. Cheers! - ML...
Hi Alexander - Thanks for looking into this; no problems on delays. The code in gnuradio-runtime is found here: https://github.com/gnuradio/gnuradio/blob/master/gnuradio-runtime/include/gnuradio/logger.h.in https://github.com/gnuradio/gnuradio/blob/master/gnuradio-runtime/lib/logger.cc Please note that the header is actaully C++ even though its extension is just ".h". The ".in" is used by CMake during configuration to swap out the "#cmakedefine" lines depending on whether the variable was defined...
Use of static variable in Appender.hh results in build issues
Fix usage of volk_32f_index_max*, first argumen...