Subject: | Compile error on librsvg2 v2.48.7 |
Date: | Mon, 12 Oct 2020 18:33:17 +0200 |
To: | bug-Gnome2-Rsvg [...] rt.cpan.org |
From: | Franz Fasching <perldev [...] drfasching.com> |
Dear Gnome2::Rsvg maintainers!
Just noticed that the Gnome2::Rsvg module no longer compiles with
librsvg2-dev version 2.48.7 installed, as the include file
<librsvg/librsvg-enum-types.h> included from rsvg2perl.h no longer
exists. Obviously the required enums are defined now already in
<librsvg/rsvg.h>.
Commenting out or deleting line 28 from rsvg2perl.h:
// #include <librsvg/librsvg-enum-types.h>
resolves the problem, and the module compiles and installs fine.
Thanks for this fine module and best regards,
Franz