[python-win32] Error while building pywin32

Mark Hammond skippy.hammond at gmail.com
Tue Oct 21 06:59:28 CEST 2014


Works OK for me here - that line is:

	static IAsyncOperation *GetI(PyObject *self);

So I can only guess that the Windows SDK you are using means 
IAsyncOperation isn't declared yet - you might need to grep the SDK dirs 
to see where that lives and why it isn't already included.

HTH,

Mark

On 18/10/2014 9:19 AM, Bharath Ramesh wrote:
> Hi,
> I am trying to build 64-bit pywin32 locally. While building I come
> across this error when the shell extension is being built
>
> com\win32comext\shell\src\PyIAsyncOperation.h(11) : error C2143:
> syntax error : missing ';' before '*'
>
> I am trying to figure out what could be possibly wrong that could be
> causing this issue.
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> https://mail.python.org/mailman/listinfo/python-win32
>



More information about the python-win32 mailing list