Jean-Marc Lasgouttes wrote: > It happens that Lsstream.h tries to use out provided > support/sstream.h, which fails miserably, whereas it should use the > built-in <sstream>. I do not understand why this does not work (since > it works in other lyx parts), but I did not have much time to work it > out. It would be nice if somebody with gcc 3.x could take the time to > try it out (just change the two <sstream> to "Lsstream.h" in > text2lyx.C and texparser.C).
??? 1. There is now only one #include <sstream>, in tex2lyx.C 2. Changing that to #include "Lsstream.h" has no effect on compilation at all. $ gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) -- Angus