Angus, I tested the compilation after creating a LaTeXFeatures_fwd.h as mentioned, and #including it in the affected files, but got the same link error. I tried modifying the LaTeXFeatures_fwd.h with different combinations of #includes and forward declarations. But the link stage completes successfully only when I include the full class declaration of LaTeXFeatures in it.
I will the test above again more throughly with a clean build, and revert. Venkat On Sat, 2004-05-01 at 01:52, Angus Leeming wrote: > LaTeXFeatures.h defines a class, LaTeXFeatures, but also #includes and > forward declares a bunch of other stuff. Why not try > LaTeXFeatures_fwd.h and see whether we can reduce this to something > minimal. > > Angus