Bugs item #3094288, was opened at 2010-10-25 04:57
Message generated for change (Settings changed) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3094288&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Pending
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: PyIProfAdmin.h(6) : error C2143: syntax error : missing ';'
Initial Comment:
I'm trying to build python for win using VS2008, python 2.7 on XP.
After going through some mapi issues, the compilation now fails with this
message.
Please find the complete trace attached
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2010-11-16 15:58
Message:
oops - I meant "2.6 or later"
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2010-11-16 15:53
Message:
Sorry for the delay - to build Python 2.6, try the Windows 7 SDK at
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6b6c21d2-2006-4afa-9702-529fa782d63b
- I just updated (in CVS) the comments in setup.py to reflect my current
build environment (which I just rebuilt in a VM)
----------------------------------------------------------------------
Comment By: https://www.google.com/accounts ()
Date: 2010-10-30 20:40
Message:
I'm using the windows SDK version 6.1
is this incorrect ? I was using this SDK together with VS2008 to
get the python build itself working.
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2010-10-27 12:02
Message:
The problem seems to be that IProfAdmin isn't defined. I guess this will
have something to do with the windows sdk version being used - I can see
that interface defined in mapix.h, which should be included via
PyMAPIUtil.h. You might need to grep your SDK dir to find where this is
defined, or try and diagnose why it isn't being included for you (eg, some
#define needed before including mapi, etc)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3094288&group_id=78018
|