POV-Ray : Newsgroups : povray.general : povray uses internal libpng function -- broken with new png library : povray uses internal libpng function -- broken with new png library Server Time
1 Aug 2024 02:20:05 EDT (-0400)
  povray uses internal libpng function -- broken with new png library  
From: Thomas Klausner
Date: 6 May 2006 02:57:29
Message: <445c48d9@news.povray.org>
Hi!

povray-3.6.1, the Unix version, uses the png_write_finish_row()
function, which is a private (internal) function of the png library
and not provided by the current png version (1.2.10).

Linking thus fails with:
../source/libpovray.a(png_pov.o)(.text+0x161a): In function
`pov::PNG_Image::~PNG_Image()': undefined reference to
`png_write_finish_row'

Does someone have a patch for this?

Cheers,
 Thomas


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.