Re: [Tuxpaint-devel] Doesn't compile on Rocky9
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Bill K. <nb...@so...> - 2023-06-22 05:20:43
|
On Thu, Jun 22, 2023 at 08:24:41AM +0900, Shin-ichi TOYAMA wrote: > Just a brief report > > Current git tree fails to link due to an "undefined reference" error > to `rsvg_handle_get_intrinsic_size_in_pixels' on Rocky Linux 9 > > May be a library bug on the distro?? Hrm, that function was apparently added in RSVG 2.52. What version does Rocky Linux 9 have? Perhaps, for a while at least, we may need to support using either rsvg_handle_get_dimensions() (deprecated nowadays) or rsvg_handle_get_intrinsic_size_in_pixels(), depending on which version of RSVG is in use. I'll see if I can figure out an #ifdef test. Thanks for reporting! -bill! |