gerum100
gerum100
At least in my setup the additional option "--old-args" does not work, it seems to do and it had created backups, but the permissions file was empty, so a restore...
@protist If you would add it to the the crontab, it will not work for manually started backups from cmd or the gui, so I have modified the scripts itself,...
I do not know, but the build target has musl it its name so it seems plausible. Why would that be relevant? Am 27. September 2022 09:59:12 MESZ schrieb Marco...
Ah, I do not see that you have deleted the message, I answered directly to the notification email. On my computer the download of the file also works well. All...
From mxe.cc: do not download anything while building, as all files downloaded should be verified by checksums. Instead create a package which installs the needed file. This policy is forced...
Yes, I know that it is about creating new packages, but if a rule applies for all new, then it will also apply for the existing ones, doesnt it? And...
Yes, you are right, the download problem could be fixed by installing the additional package ```pcre-dev```. After that I got: ```fatal error: libintl.h: No such file or directory```, which could...
What information is missing? I think I give all relevant information about what failed.
The simplest possible fix for the problem is to specify the used C standard instead of using the compiler default by doing `set(CMAKE_C_STANDARD 90)` somewhere in the CMakeLists.txt
I have a requirement that seems similar enough that I want to add it here: I need a layout that puts as much things beside each other as possible, and...