POV-Ray : Newsgroups : povray.general : povray uses internal libpng function -- broken with new png library : Re: povray uses internal libpng function -- broken with new png library Server Time
1 Aug 2024 02:15:42 EDT (-0400)
  Re: povray uses internal libpng function -- broken with new png library  
From: Nicolas Calimet
Date: 6 May 2006 06:52:57
Message: <445c8009$1@news.povray.org>
> 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).

	You don't need a patch for now.  Rather, just force POV-Ray to
build and link with the libraries provided in the source archive, using
the  --disable-lib-checks  configure option.  Those libs are the versions
that were used along the POV-Ray development.

	Anyway, thanks for the report.  If possible, POV should not use any
function that is supposed to be internal to the library (if those were
really "private", POV could not use them anyway: somehow the lib itself
was not cleanly designed).

	- NC


Post a reply to this message

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