Mohammad Akhlaghi
Mohammad Akhlaghi
Thanks a lot "mpctx", I just also tested this commit on several Linux systems and a Mac system and it worked nicely. I just merged it into my own fork...
Please go ahead @josephholsten :wink:...
With the help of Zahra Sharbaf, we recently discovered that simply replacing `%1u` with `%1lu` is not a generic solution and will cause a crash on macOS (using LLVM compiler)!...
There was a mistake in my previous message: on macOS, the format is `int`, not `long int`! So this is what our building script looks like now (modifying the source...