John Levon <[EMAIL PROTECTED]> writes: | Looks like it's pch, I can compile with: | | ./configure --prefix=/usr/local/lyx-cvs --enable-maintainer-mode | --enable-debug QTDIR=/usr/lib64/qt-3.3 --disable-pch | --disale-stdlib-debug --disable-concept-checks --with-frontend="qt xforms"
There are bugs in gcc with pch and anon namespaces, so might be what hits you. The contents of the different pch.h files try to include as many .h files as possible, and my solution to the redefinitions problem has been to trim the included files. It might be that another trim is needed. (I doubt it since all is working fine on my box.) -- Lgb