Re: [modwsgi] Re: mod_wsgi-3.3 Python 3.2 - apache2.2 - windows 7 build

2012-04-01 Thread Graham Dumpleton
On 28 December 2011 02:51, Ahmed Hassan ahmed.i...@gmail.com wrote:
 i also tried Visual Studio 2008 and the same goes here

I fixed what would have been a few obvious build problems with
mod_wsgi 4.0 trunk on Windows since last email. I still haven't tried
it myself yet as still trying to get myself organised to be able to do
that once more.

If you have spare cycles and can try building latest mod_wsgi 4.0 from
trunk on Windows and let me know of any errors from build that would
be helpful.

Thanks.

Graham

-- 
You received this message because you are subscribed to the Google Groups 
modwsgi group.
To post to this group, send email to modwsgi@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.



[modwsgi] Re: mod_wsgi-3.3 Python 3.2 - apache2.2 - windows 7 build

2011-12-19 Thread Ahmed Hassan
i cloned source with Mercurial:  https://code.google.com/p/modwsgi/
In the folder there is win32-ap22py31.mk

renamed to win32-ap22py32.mk
and modified paths for python32, visual studio 10.0 and sdks/v7.0A

still getting error

c:\python32\include\pytime.h(21) : warning C4820: 'unnamed-tag' :
'4' bytes padding added after data member 'tv_usec'
c:\python32\include\bytesobject.h(41) : warning C4820: 'unnamed-
tag' : '3' bytes padding added after data member 'ob_sval'
c:\python32\include\longintrepr.h(92) : warning C4820: '_longobject' :
'2' bytes padding added after data member 'ob_digit'
c:\python32\include\pystate.h(83) : warning C4820: '_ts' : '2' bytes
padding added after data member 'recursion_critical'
c:\python32\include\pythonrun.h(172) : warning C4255:
'_Py_CheckPython3' : no function prototype given: converting '()' to
'(void)'
c:\Python32\include\node.h(12) : warning C4820: '_node' : '2' bytes
padding added after data member 'n_type'
Generating Code...
NMAKE : fatal error U1077: 'C:\Program Files\Microsoft Visual Studio
10.0\VC\BIN\cl.EXE' : return code '0x2'
Stop.

-- 
You received this message because you are subscribed to the Google Groups 
modwsgi group.
To post to this group, send email to modwsgi@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.