impl.C
===
--- src/lyxlex_pimpl.C (revision 13764)
+++ src/lyxlex_pimpl.C (working copy)
@@ -140,7 +140,6 @@
if (format == "gzip" || format == "zip" || format == "compress") {
lyxerr[Debug::LYXLEX] << "lyxlex: compressed" << endl;
-#
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
> # 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
> 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
> "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
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
> 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
> "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
Bo Peng a écrit :
OK to apply? Compressed file should always be openable.
Did you solve the compil problem?
Abdel
at == "zip" || format == "compress") {
lyxerr[Debug::LYXLEX] << "lyxlex: compressed" << endl;
-#ifdef USE_COMPRESSION
// The check only outputs a debug message, because it triggers
// a bug in compaq cxx 6.2, where is_open() returns 'true&
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| | Special build flags:warnings stdlib-debug concept-checks pch
| | assertions use-aspell jpeg-image-loader compression
>>
| | Can some guru help me here?
>
| This is soley in the make system. Not part the compile at all. Why do
| Asge
Lars Gullik Bjønnes wrote:
I do not quite get it. Are you saying that libz does not exist on
windows?
Sure this is needed in the code to have it work without compression,
but Asger seems to want this since he does not have zlib?
I have zlib for windows, but it's a mistake that you can not build
wi
Angus Leeming <[EMAIL PROTECTED]> writes:
| Here's my take on Asger's patch.
I do not quite get it. Are you saying that libz does not exist on
windows?
Sure this is needed in the code to have it work without compression,
but Asger seems to want this since he does not have zlib?
--
Lgb
Angus Leeming <[EMAIL PROTECTED]> writes:
| Part of Asger's patch wraps bits of code up inside
>
| #ifdef USE_COMPRESSION
| ...
| #endif
>
| blocks. Looks entirely reasonable to me. However, before I can apply it,
| I'd need to have a USE_COMPRESSION mac
Andreas Vox wrote:
>> Here's my take on Asger's patch.
> One typo left.
Thanks, Andreas.
--
Angus
.h
--- src/lyxlex_pimpl.h 2005/01/20 21:34:23 1.21
+++ src/lyxlex_pimpl.h 2005/01/21 01:33:01
@@ -60,7 +60,7 @@ public:
/// fb_ is only used to open files, the stream is accessed through is.
std::filebuf fb_;
-#ifdef HAVE_COMPRESSION
+#ifdef USE_COMPRESSION
/// gz_ is onl
7:34 - 1.2095
+++ src/ChangeLog 20 Jan 2005 19:42:22 -
@@ -1,3 +1,10 @@
+2005-01-20 Asger Ottar Alstrup <[EMAIL PROTECTED]>
+
+ * buffer.C:
+ * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
+
+ * output_plaintext.C: remove unneeded #include gzstream.h.
+
2005-01-20 Angus Leeming &
>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Jean-Marc Lasgouttes wrote:
>> Are you looking for USE_COMRESSION or USE_COMPRESSION?
Georg> Good point. And I copy/pasted this several times without
Georg> noticing the typo :-(
Yes, this was fascinating to read :)
JMarc
Jean-Marc Lasgouttes wrote:
> Are you looking for USE_COMRESSION or USE_COMPRESSION?
Good point. And I copy/pasted this several times without noticing the
typo :-(
Georg
Jean-Marc Lasgouttes wrote:
> Angus> There's no corresponding /* #undef USE_COMRESSION */ in
> Angus> config.h.in or #define USE_COMPRESSION in config.h
>
> Are you looking for USE_COMRESSION or USE_COMPRESSION?
Gr. I'm going to make you all rebuild your enti
>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Part of Asger's patch wraps bits of code up inside #ifdef
Angus> USE_COMPRESSION ... #endif
Angus> blocks. Looks entirely reasonable to me. However, before I can
Angus> apply it, I
Angus Leeming wrote:
> Part of Asger's patch wraps bits of code up inside
>
> #ifdef USE_COMPRESSION
> ...
> #endif
>
> blocks. Looks entirely reasonable to me. However, before I can apply it,
> I'd need to have a USE_COMPRESSION macro defined in config.h.
Part of Asger's patch wraps bits of code up inside
#ifdef USE_COMPRESSION
...
#endif
blocks. Looks entirely reasonable to me. However, before I can apply it,
I'd need to have a USE_COMPRESSION macro defined in config.h.
Unfortuanetly, whilst there's this bit of code in config
23 matches
Mail list logo