/usr/include/librsvg-2.0/librsvg/rsvg.h:125:66:error:"/*"withincomment[-Werror=comment]125|*includedthroughXMLentities)ifthosefilesarein`/foo/bar/*` or in `/foo/bar/*\/.../*`.
Hello.
```c
/usr/include/librsvg-2.0/librsvg/rsvg.h:125:66: error: "/*" within comment [-Werror=comment]
125 | * included through XML entities) if those files are in `/foo/bar/*` or in `/foo/bar/*\/.../*`.
```
- [Full build log](https://kojipkgs.fedoraproject.org//work/tasks/190/81980190/build.log).
- GCC ver: `12.0.1-0.3.fc36`
https://gcc.gnu.org/gcc-12/porting_to.html
Hello.
12.0.1-0.3.fc36
https://gcc.gnu.org/gcc-12/porting_to.html
That error points into a system installed livrsvg header file. I.e. the issue is in librsvg, not fuzzel.
note: you can disable the use of librsvg, and use the built-in nanosvg backend instead, with the
-Dsvg-backend
meson command line option.@dnkl thank you. Built with
nanosvg
for now on f36.This will be the default in the next fuzzel release.