Re: USE_COMPRESSION

2005-01-21 Thread Lars Gullik Bjønnes
[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

Re: USE_COMPRESSION patch

2005-01-21 Thread Asger Ottar Alstrup
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

Re: USE_COMPRESSION patch

2005-01-21 Thread Lars Gullik Bjønnes
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

Re: USE_COMPRESSION

2005-01-21 Thread Lars Gullik Bjønnes
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 macro defined in config.h. > | Unfortuanetl

Re: USE_COMPRESSION patch

2005-01-21 Thread Angus Leeming
Andreas Vox wrote: >> Here's my take on Asger's patch. > One typo left. Thanks, Andreas. -- Angus

Re: USE_COMPRESSION patch

2005-01-20 Thread Andreas Vox
Angus Leeming <[EMAIL PROTECTED]> writes: > > Here's my take on Asger's patch. > One typo left. /Andreas Index: src/lyxlex_pimpl.h = RCS file: /cvs/lyx/lyx-devel/src/lyxlex_pimpl.h,v retrieving revision 1.21 diff -u -p -r1.21 lyxlex_pimpl.h --- src/lyxlex_pimpl.h 2005

Re: USE_COMPRESSION

2005-01-20 Thread Jean-Marc Lasgouttes
> "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

Re: USE_COMPRESSION

2005-01-20 Thread Georg Baum
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

Re: USE_COMPRESSION

2005-01-20 Thread Angus Leeming
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 entire trees unless you cheat by using

Re: USE_COMPRESSION

2005-01-20 Thread Jean-Marc Lasgouttes
> "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'd need to have a USE_COMPRESSION macro defined in

Re: USE_COMPRESSION

2005-01-20 Thread Georg Baum
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. > > Unfortuanetly, whilst there's