>>>>> "Andreas" == Andreas Pour <[EMAIL PROTECTED]> writes:
Andreas> Hi, Andreas> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost Andreas> -isystem /usr/X11R6/include -O2 -march=i386 -mcpu=i386 Andreas> -DNDEBUG -O2 -march=i386 -mcpu=i386 -D_GNU_SOURCE -DNDEBUG Andreas> -DNO_DEBUG -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT Andreas> -pipe -c insetbib.C -Wp,-MD,.deps/insetbib.TPlo Andreas> ../../boost/boost/shared_ptr.hpp:203: template instantiation Andreas> depth exceeds maximum of 17 How did you do the compilation? It is not LyX that adds the -march=i386 -mcpu=i386 thingies, as far as I know... OTOH, LyX does add to CXXFLAGS options like -ftemplate-depth-30 that would avoid this error. JMarc