2009/11/16 Graham Dumpleton <[email protected]>: > 2009/11/16 杨小勇 <[email protected]>: >> RT, I checkout all the download page , and I can't found a binaries for >> python2.5, So ,I want to compile the mod by myself >> any one can give HOW TO, or kind of help > > From memory you will need to have Visual Studio 2003 compilers.Do you > have them? You cannot use Visual Studio 2008 compilers. > > Provided you have, may be able to do the following. > > Use mod_wsgi-3.0c6.tar.gz. > > Unpack. > > Copy win32-ap22py26.mk to win32-ap22py25.mk > > Modify paths in the latter appropriately. > > In command window with appropriate environment variables set so > compiler tools can be found as well as its dependent bits, run: > > nmake -f win32-ap22py25.mk
Also, you may have to comment out or delete line: mt -manifest [email protected] -outputresource:$@;2 from makefile. Don't think that works/is required for older compiler. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
