Fix to compile trunk on windows

2006-09-10 Thread Dan Eloff
I get the following linker errors when trying to compile mod_python as fetched from the svn tonight. mod_python error LNK2019: unresolved external symbol __imp__MpFinfo_FromFinfo referenced in function _getreq_rec_fi mod_python error LNK2019: unresolved external symbol __imp__MpFinfo_New referenc

Re: Fix to compile trunk on windows

2006-09-10 Thread Graham Dumpleton
Dan Eloff wrote .. > I get the following linker errors when trying to compile mod_python as > fetched from the svn tonight. > > mod_python error LNK2019: unresolved external symbol > __imp__MpFinfo_FromFinfo referenced in function _getreq_rec_fi > mod_python error LNK2019: unresolved external symb

Re: Fix to compile trunk on windows

2006-09-10 Thread Jorey Bump
Graham Dumpleton wrote: The only area I guess one may have to be careful with is if you have used PythonPath directive to extend module search path, especially if you reference directories in the document tree. This may result in mod_python complaining in the Apache error log at you and in worst

Re: Fix to compile trunk on windows

2006-09-10 Thread Graham Dumpleton
Jorey Bump wrote .. > Graham Dumpleton wrote: > > > The only area I guess one may have to be careful with is if you have > used > > PythonPath directive to extend module search path, especially if you > > reference directories in the document tree. This may result in mod_python > > complaining in