I have downloaded and built python2.4.5 using visual studio 7.1sp1.
I have installed windows server 2008 sdk.  When I try to build
pywin32-212 I get an error:


e:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c
/nologo /Ox /MD /W3 /GX /DNDEBUG -DDISTUTILS_BUILD
-Icom/win32com/src/include -Iwin32/src
-IE:\Python-2.4.5\Python-2.4.5\include -IE:\Python-2.4.5\Python-2.4.5\PC "-IE:\Program Files\Microsoft SDKs\Windows\v6.1\include"
/Tpwin32\src\PyACL.cpp /Fobuild
\temp.win32-2.4\Release\win32\src\PyACL.obj
-DBUILD_PYWINTYPES /YXPyWinTypes.h /
Fpbuild\temp.win32-2.4\Release\pywintypes.pch /Zi /Fdbuild\temp.win32-2.4\Release\pywintypes_vc.pdb /EHsc PyACL.cpp

E:\Program Files\Microsoft SDKs\Windows\v6.1\Include\specstrings.h(9) : fatal error C1083: Cannot open include file: 'sal.h': No such file or
directory
error: command '"e:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.e
xe"' failed with exit status 2


which seems to be some incompatibility between the headers from
visual studio 7.1 and the win sdk?  What do I need to install to
properly build pywin32?

Tim Newsham
http://www.thenewsh.com/~newsham/
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to