Frédéric Brière
Frédéric Brière
> I suspect that `libatomic` (provided by gcc) will still be required, as even Clang 15 does not seem to be able to handle this on its own. Ah, so...
> I'll submit a patch shortly. Done as #309.
> ``` > FreeBSD% pkg which /usr/local/include/gsm.h > /usr/local/include/gsm.h was installed by package gsm-1.0.19 > ``` Aha! That was the missing piece of the puzzle, and I can now reproduce...
> I'll later try to figure out a way to properly use the installed library in either scenario. Done with #312. Compiling on FreeBSD with `WITH_GSM` enabled will now work...
@LubosD: You can now merge this when ready. :smile:
Note: This was motivated by the removal of the `setSource(const QUrl&)` `QTextBrowser` slot in Qt 6 (#297).
@kenorb Don't be misled by the `latest` keyword, which actually installs the *default* version within the chosen distribution release (9 in `focal`, 11 in `jammy`). You can install gcc 11...
For the record, the crash reported specifically by @SMUsamaShah was due to #12326, triggered by upgrading directly from 2021.04 to a more modern version (2022.10 or later): > ``` >...
Est-ce que le module est bel et bien chargé? Dixit le README : > (If you get a `Cannot set line discipline: Invalid argument` error, it is most > likely...
> But having a separate number that bumps on every interface change is also not nice for development. My phrasing may have been ambiguous; when I said "similar to `MPV_CLIENT_API_VERSION`",...