Re: [CalendarServer-users] Problem building PyOpenDirectory

2009-01-16 Thread Mark Cockfield
So here's the problem: The MacPython 2.6.1 version was built against the MacOSX10.4u.sdk and it appears that distutils uses the Python Makefile to configure compiler options so the build of PyOpenDirectory is using MacOSX10.4u.sdk. The new, as of I believe 12/17/08, CDirectoryServiceAuth.cpp decl

Re: [CalendarServer-users] FW: Problem building PyOpenDirectory

2009-01-16 Thread Mark Cockfield
Just discovered that according to the API docs: distutils.util.get_platform "For MacOS X systems the OS version reflects the minimal version on which binaries will run (that is, the value of MACOSX_DEPLOYMENT_TARGET during the build of Python), not the OS version of the current system." Since MacP

[CalendarServer-users] FW: Problem building PyOpenDirectory

2009-01-16 Thread Mark Cockfield
Didn't reply all. -- Forwarded Message From: Mark Cockfield Date: Fri, 16 Jan 2009 20:53:42 -0500 To: Cyrus Daboo Subject: Re: [CalendarServer-users] Problem building PyOpenDirectory Hi Cyrus, Thanks for the response. Actually I am on the current version of 10.5, the 10.3 seems to be incor

Re: [CalendarServer-users] Problem building PyOpenDirectory

2009-01-16 Thread Cyrus Daboo
Hi Mark, --On January 16, 2009 4:43:41 PM -0500 Mark Cockfield wrote: Just updated to latest in trunk and tried to do a ./run –f. I seem to have an issue in the build of PyOpenDirectory, something to do with “‘::dsFillAuthBuffer’ has not been declared”. I am running Python 2.6.1 and have re

[CalendarServer-users] Problem building PyOpenDirectory

2009-01-16 Thread Mark Cockfield
Just updated to latest in trunk and tried to do a ./run ­f. I seem to have an issue in the build of PyOpenDirectory, something to do with ³Œ::dsFillAuthBuffer¹ has not been declared². I am running Python 2.6.1 and have recently upgraded the Xcode tools, but I am quite certain I went through the sa