On Wed, Nov 12, 2008 at 08:40:51PM +0100, Vincent van Ravesteijn - TNW wrote: > >>> C++ Compiler: g++ (3.3.4) > > > > >Thanks, I installed gcc-4.3.2 locally and ... LyX compiled > >successfully (even without re-compiling Qt beforehand). > > > >If the error was due to the old compiler, I suggest modifying the LyX > >.INSTALL file where it says: > > > >"First of all, you will also need a recent C++ compiler, where recent > >means that the compilers are close to C++ standard conforming (gcc > >3.x)." > > Can anyone comment on the version of gcc needed to compile ? If it is > true that g++ 3.3.4 doesn't compile anymore, we should indeed update > the INSTALL file and 'configure' ?
I don't think we have a 3.4+ requirement, instead I'd expect a bug in 3.3.4 specifically. Apart from that we could try to move the code in question out-of-line and see whether this makes a difference. But I certainly won't install 3.3.4 just to check that ;-) Andre'