|
From: <jo...@ai...> - 2025-11-26 23:45:50
|
Dear gputils devs, I'm just reaching out to notify you about some patches I'm proposing for the Msys2 packaging of gputils 1.5.2: https://github.com/msys2/MINGW-packages/pull/26578/commits The first one fixes build issues with C23 by forcing the C-language standard down to C17. The second commit enables the default include search path on Windows by determining the installation prefix relative to the executable. I would be interested to know what the developer's reaction to this is. The motivation for this work was to fix the probing of gputils by the SDCC configure script. I don't think the current patch is good enough to go upstream because it makes assumptions about the relative location of directories, but I would be interested to know if anyone has any suggestions about how it can be done better. Best Regards Joel Holdsworth |