Am Samstag, den 05.06.2010, 13:18 +0200 schrieb Kornel Benko: > Am Samstag 05 Juni 2010 schrieb Edwin Leuven: > > On Sat, Jun 5, 2010 at 1:08 AM, Kornel Benko <[email protected]> wrote: > > > I get: > > this should solve it: > > > > http://www.lyx.org/trac/changeset/34599/lyx-devel/trunk > > It does, but now > /usr/src/lyx/lyx-devel/src/LyXRC.cpp: In member function ‘void > lyx::LyXRC::write(std::ostream&, bool, const std::string&) const’: > /usr/src/lyx/lyx-devel/src/LyXRC.cpp:2710: error: ‘find_if’ was not > declared in this scope > ... > > Don't know whom to blame, since this is old code.
Maybe my changes to use TR1 instead of boost: Because if a boost header is included often many other std headers are also included, which does not happen when a TR1 header is included. I've tested the build with GCC 4.4, which compiler do you use? Does it help to add #include <algorithm>? Peter
