Harold,
The problem is not cheetah or lxml, the problem is SWIG. It finds version
2.0.11, but rejects it ... the line about "Request SWIG version is at
least." is the hint, that line is called when SWIG is found but failed a
version check, what's odd is that SWIG_FIND_VERSION is unset... because
>From the log below it may be because SWIG version check failed:
> -- Disabling SWIG because version check failed
and
> -- Configuring python-support support...
> -- Dependency PYTHONLIBS_FOUND = TRUE
> -- Dependency SWIG_FOUND = FALSE
> -- Dependency SWIG_VERSION_CHECK = FALSE
> --