I patched the makefile to allow mxDateTime and pyexpat
to build.
For mxDateTime an additional patch is needed: You have
to change the following array to a fixed size (f.e. 15):
staticforward PyMethodDef mxDateTime_Methods[];
-->
staticforward PyMethodDef mxDateTime_Methods[15];
The main makefile