Am 19.03.24 um 00:20 schrieb Reuben Thomas:
On Mon, 18 Mar 2024 at 23:33, Bastian Germann <b...@debian.org
<mailto:b...@debian.org>> wrote:
Hi,
I have updated the salsa repo to build without gnulib.
Fantastic, thanks for doing this!
I am a little puzzled, I thought that the idea was to build with Debian gnulib?
I think that could be a simpler patch.
As nobody has provided any patch yet and I do not have an idea how to use gnulib properly generally and in Debian
context, I came up with this. I have actually tried to use Debian's gnulib but could not get the thing to work.
Looking at the patches, nothing seems really a problem though, except that `quote(q)` should put single quotation marks
around its argument. You could use ASCII apostrophe for this:
#define quote(q) "'" q "'"
I think this will end up in syntax errors but you can try. The obvious fix for me would be putting the quotation marks
around each of the three format strings that the quoted strings are inserted in.