Bo Peng <[EMAIL PROTECTED]> writes: > > Dear list, > > When I compile current svn under windows, boost::iostreams looks for > zlib.h etc. They are standard under linux but I have to supply them > under windows. I am sure I will have some trouble in linking lyx with > zlib.dll later. > > My question is: was compression supported under win32 before? How was > zlib supported?
Depends what do you mean by supported. If you mean would the code have worked had someone compiled with the USE_COMPRESSION macro defined then yes it probably would have worked. If not, a quick email would have resulted in "support". If, however, you mean was the executable that I packaged up compiled with the USE_COMPRESSION macro defined, then no. Angus