Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Bo Peng
> Try to replace the whole use-compression block of configure.ac with > something like (untested): Attached. Tested for zlib.h under linux. I can not move libz.so away since my system tends to crash if I do so. Bo Index: src/lyxlex_pimpl.C =

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Georg Baum
Bo Peng wrote: >> Please not later, > > Come on, I am checking now ... That's fine. > On my agenda, I need to fix master-slave docs for local-layout-cls. I > do not see a session bug, could explain to again me? (I may missed a > few emails.) If you open a master doc, the slave docs will automa

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Bo Peng
> # check for compression support > AC_CHECK_HEADERS(zlib.h, > [AC_CHECK_LIB(z, gzopen,[LIBS="$LIBS -lz"], LYX_LIB_ERROR(libz, zlib)])], > [LYX_LIB_ERROR(zlib.h, zlib)])) This is what I get right now. I will test. Bo

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Bo Peng
> Please not later, Come on, I am checking now ... > Otherwise it will get forgotten (do you remember my bug report of > the session thing with master-slave docs? I have disabled the sessions for > now because this bug makes it unusable for me) On my agenda, I need to fix master-slave docs for l

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> There is no error at configure time if compression support is not >> there. This is not good... Bo> That is a separate autoconf issue that we can fix later. There Bo> should be such a thing floating around, at least in the zlib Bo> community. L

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Georg Baum
Bo Peng wrote: >> There is no error at configure time if compression support is not >> there. This is not good... > > That is a separate autoconf issue that we can fix later. Please not later, but at the same time you remove the existing compression check. Otherwise it will get forgotten (do you

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Bo Peng
> There is no error at configure time if compression support is not > there. This is not good... That is a separate autoconf issue that we can fix later. There should be such a thing floating around, at least in the zlib community. Let me google (as always)... Bo

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> OK to apply? Compressed file should always be openable. Bo There is no error at configure time if compression support is not there. This is not good... Otherwise, I am all for this idea. JMarc

Re: [PATCH] Remove USE_COMPRESSION

2006-04-27 Thread Abdelrazak Younes
Bo Peng a écrit : OK to apply? Compressed file should always be openable. Did you solve the compil problem? Abdel

[PATCH] Remove USE_COMPRESSION

2006-04-26 Thread Bo Peng
OK to apply? Compressed file should always be openable. Bo Index: src/lyxlex_pimpl.C === --- src/lyxlex_pimpl.C (revision 13752) +++ src/lyxlex_pimpl.C (working copy) @@ -140,7 +140,6 @@ if (format == "gzip" || format == "zip" || fo