Gonzalo José Carracedo Carballal

Results 342 comments of Gonzalo José Carracedo Carballal

This is a minor though, I believe it will suffice to change this line in the top-level `meson.build`: ``` project('sigutils', ['c', 'cpp'], version: '0.1', default_options: ['cpp_std=c++17']) ```

Two issues: * Libraries are installed in `/usr/local/lib/x86_64-linux-gnu/`. This is not in my `$LD_LIBRARY_PATH`. With CMake, they were installed in `/usr/local/lib`. * This makes SigDigger crash when I press the...

I have just given a look to both `libsigutils` generated by Meson and CMake, and it seems the only difference between both is the order in which certain libraries are...

It does not seem to be related by the generated library either. I replaced one with the other and now it works. I believe the culprit is the `.pc` files...

This may be insightful, the problem occurs after a null size allocation: https://github.com/BatchDrake/SigDigger/issues/216#issuecomment-1585717929

Hi, Since there was not much activity here since last year, I am closing the issue. Feel free to reopen it if you have trouble pulling this off. Cheers,

Hi, I do confirm this is still happening. Cheers,

Friendly reminder that this is still failing.

> As was shown before, the fix has been merged upstream. We're currently preparing for SoapySDR+Pothos releases across the board, so expect this to reach packages in the next few...