← Back to team overview

kicad-developers team mailing list archive

Re: You missed a file in the zlib CMake script...

 

On Fri, May 04, 2012 at 06:38:27PM +0200, jean-pierre charras wrote:
> But if common_plotPDF_functions.cpp can use wxZipOutputStream, it fixes this problem.

Uhmm... wxZipOutputStream is not suitable but most probably wxZlibOutputStream could be put to use... wxOutputStream doesn't seem to be too much flexible though. It would need to be able to append to another already output FILE*

If iostream didn't suck so much (expecially with formatting) a good idea would be to use std:stringstream to avoid the intermediate file...

-- 
Lorenzo Marcantonio
Logos Srl


References