On Fri, Apr 30, 2004 at 09:08:45AM +0530, Venkat Bhamidipati wrote: > Attached patch works around compile errors by #including > "LaTeXFeatures.h" in several files.
Why are these needed? I don't see any usage of LaTeXFeatures in these files, at least after a superficial scan of the code? In any case, the #ifdef _APPLE_ is "wrong". Either it is needed, so we include it unconditionally, or it is not, so, well, we don't include it at all. Andre'