Re: Fix to compile trunk on windows

2006-09-11 Thread Jim Gallacher
Dan Eloff wrote: Unrelated question, is it ok to use the trunk in a development environment? It will usualy work, or should I expect it to blow up in my face more often than not? At this point in the development cycle you are fairly safe. As later messages in this thread indicate you've been

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

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 symbol

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

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 the Apache