On Wednesday 24 July 2002 12:52, Lars Gullik Bjønnes wrote:

> It seems that the fix was to rename the advance to lyx_advance, that
> is what is in vspace.C now.

  That made the trick.

  Next for 1.1.4 and 1.1.5* I have this problem:
buffer.C: In member function `void Buffer::writeFileAscii(const std::string&,
   int)':
buffer.C:1362: choosing `std::fpos<_StateT> std::fpos<_StateT>::operator-(long
   int) [with _StateT = mbstate_t]' over `operator-'
buffer.C:1362:   because worst conversion for the former is better than worst
   conversion for the latter
buffer.C:1447: choosing `std::fpos<_StateT> std::fpos<_StateT>::operator-(long
   int) [with _StateT = mbstate_t]' over `operator-'
buffer.C:1447:   because worst conversion for the former is better than worst
   conversion for the latter

  and the relevant code is:
1361        inset->Latex(fs, -1);
1362        h += fs.tellp() - 1;

1444       fpos = ofs.tellp();
1445       inset->Latex(ofs, -1);
1446       currlinelen += (ofs.tellp() - fpos);
1447       actpos += (ofs.tellp() - fpos) - 1;

  I remember that John had this problem last week or so...

  Lars? :-)
-- 
José Abílio

Reply via email to