Tomas Kalibera
Tomas Kalibera
Hiredis is a client for Redis, an open-source in-memory database, https://redis.io/.
This declares a dependency of mesa on llvm. Without that, on my system llvm was not built and mesa started picking up the host system llvm, resulting in error messages...
On Ubuntu 20.04, when I install only the dependencies documented in "Debian and derivatives", mako-render does not work: ``` mako-render --help Traceback (most recent call last): File "/usr/bin/mako-render", line 6,...
On a clean default installation of Msys2, when one installs `gdb` and starts it, the following error message is shown ``` Traceback (most recent call last): File "", line 3,...
Minizip reads the disk number start from the zip64 extended information extra field, when the value of disk_num_start is 0xffffffff (MAXU32). However, the specification seems to be saying that one...
The tab character (`\t`) is treated as printable (`[:print:]`) on Windows, even in the "C" locale. This is a bug (in violation with POSIX at least) and it happens when...
Specify explicitly only the needed symbols to export from the DLL. This is safer wrt to possible naming conflicts and fixes linking on Windows using gcc 13.2, which produces weak...
This will use pkg-config to establish the libraries to link when pkg-config is available (which will soon be in Rtools). This should reduce the frequency of needed updates to linking...
This patch fixes the location where MXE puts the cmake user configuration file. The previous location was not correct (anymore?) and the config file there was ignored. This can be...
This is a simple update of several packages, where it does not require any further adaptations. Tested by building full MXE for x86_64-w64-mingw32.static before and after the changes: no packages...