Michael A. Koziarski wrote: > Looking through your brutal patches, it doesn't seem like you've touched > textpainter.[Ch]. The only recent change was > > Replace LString.h with support/std_string.h, > Lsstream.h with support/std_sstream.h, > support/LIstream.h with support/std_istream.h, > support/LOstream.h with support/std_ostream.h. > http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/mathed/textpainter.C.diff?r1=1.7&r2=1.8 > > That doesn't seem like it would've caused this, does it?
No, but looking through your original mail again, I am minded that config.h has this stuff. It sounds pertinent to me, especially in view of the problems you're having (auto-)configuring LyX. /************************************************************ ** You should not need to change anything beyond this point */ #ifndef HAVE_STRCHR # define strchr(a,b) index(a,b) #endif #ifndef HAVE_MEMMOVE # define memmove(a,b,c) bcopy(b,a,c) #endif -- Angus
