On Wed, Feb 19, 2003 at 06:26:28PM +0100, Peter Breitenlohner wrote: > ../../../lyx-1.3.0/boost/boost/shared_ptr.hpp:203: > template instantiation depth exceeds maximum of 17 > > It seems that somewhere there is a C++ construct misunderstood by > gcc-2.95.3, or do you really need more than 17 template instantiation > levels? If so please note (quoted from gcc-info, gcc-3.2):
We do. The other gcc versions define this already. > Adding '#define HAVE_STRERROR 1' by hand in the 'src/config.h' generated by > configure did the job. Please FIX your configure and config.h.in > accordingly. It has already been fixed. > It seems that the detection of libflimage in configre is broken. Please FIX It works for me. john