>>>>> "cghan" == <[EMAIL PROTECTED]> writes:
>> graphics/PreviewLoader.C and other places too: - >> PreviewLoader::Status status(string const & latex_snippet) const; + >> PreviewLoader::Statue status(string const & latex_snippet) const; >> >> WHY? >> cghan> I was about to ask you for this subtle problem: when I compile cghan> PreviewLoader.C without Status->Statue change, I get tons of cghan> errors a few of which are **************** PreviewLoader.C:129: cghan> parse error before `int' PreviewLoader.C:202: parse error cghan> before `int' This is because of this: /usr/include/X11/Xlib.h:#define Status int Now we have to find out _why_ X11/Xlib.h is loaded. JMarc