rev. 13745 fail to compil: problem with "filtering_istreambuf" in "lyxlex_pimpl.C"

2006-04-26 Thread Abdelrazak Younes
I think this is related to USE_COMPRESSION being defined by default now 
on windows.


g++ -DHAVE_CONFIG_H -I. -I. -I../../src   -I./.. -I../../boost -Wextra 
-Wall -Wall -Id:/program/Aspell-0.60.4/include 
-I/cygdrive/d/mingw/include  -I/cygdrive/d/program/Aspell-0.60.4/include 
  -O3 -c -o lyxlex_pimpl.o lyxlex_pimpl.C
lyxlex_pimpl.C: In member function `bool LyXLex::Pimpl::setFile(const 
std::string&)':lyxlex_pimpl.C:147: error: 'class 
boost::iostreams::filtering_istreambuf' has no member named 'is_open'
lyxlex_pimpl.C:150: error: 'class 
boost::iostreams::filtering_istreambuf' has no member named 'open'
lyxlex_pimpl.C:154: error: 'class 
boost::iostreams::filtering_istreambuf' has no member named 'is_open'




Re: rev. 13745 fail to compil: problem with "filtering_istreambuf" in "lyxlex_pimpl.C"

2006-04-26 Thread Bo Peng
On 4/26/06, Abdelrazak Younes <[EMAIL PROTECTED]> wrote:
> I think this is related to USE_COMPRESSION being defined by default now
> on windows.

Have not looked at the errors but USE_COMPRESSION should be removed
totally. It makes no sense that a windows version of lyx can not open
a file with extension .lyx.

Bo