On Wed, Jan 1, 2020 at 12:38 AM Tobias S. Josefowitz @ Pike developers forum 10353@lyskom.lysator.liu.se wrote:
As of commit 1c31950, the Image.PNG module fails unless Gz has already been loaded. The PIKE_MODULE_IMPORT lines fail, and the module chooses to export nothing.
Is there a way to force the Gz module to be loaded whenever Image.PNG gets loaded?
Fixed on master by directly going for _Gz instead of Gz from Image.PNG.
Thank you! I was confused by the fact that the EXPORT lines seemed to match the IMPORT lines, but I guess they must have both been wrong. The fix works.
ChrisA
pike-devel@lists.lysator.liu.se