Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-22 Thread Tobias Wood
Yes, that seems to have fixed the problem. I tried to do something similar but failed. Many thanks! On 22 Aug 2009, at 05:20, Jouni K. Seppänen wrote: > Tobias Wood writes: > >> I've just started getting exactly the same errors, but with Python >> 2.6.2 and the most recent svn checkout. I have

Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-21 Thread Jouni K . Seppänen
Tobias Wood writes: > I've just started getting exactly the same errors, but with Python > 2.6.2 and the most recent svn checkout. I haven't updated for a month > or so but never had this issue before. >> src/_macosx.m:1885: error: syntax error before ‘setfont’ >> src/_macosx.m: In function

Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-21 Thread Jouni K . Seppänen
Tobias Wood writes: > Out of curiosity, why is the 10.4 SDK specified and how? Is this part > of distutils? And why, even with the 10.4 SDK, is the resulting output > bundle called 10.3 fat? I think Python remembers the compiler flags used to compile the Python interpreter and uses them when

Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-21 Thread Tobias Wood
I've just started getting exactly the same errors, but with Python 2.6.2 and the most recent svn checkout. I haven't updated for a month or so but never had this issue before. Toby On 20 Aug 2009, at 16:33, Michael Hearne wrote: > I'm attempting to build matplotlib from source (0.99.0 from >

Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-21 Thread Tobias Wood
Hi, I've been having the same problem. I've done some digging and now know why this is happening, but have no idea how to fix it! Someone has updated _macosx.m to use the new CTFont functionality in the 10.5 SDK. Unfortunately, the #ifdef checks they have put in to ensure that the 10.5 SDK

[matplotlib-devel] Building from source on Mac OS X

2009-08-20 Thread Michael Hearne
I'm attempting to build matplotlib from source (0.99.0 from sourceforge) on Mac OS 10.5, and I'm getting the build output below (with errors). Is there some setting I need to make for the mac OS backend? --Mike = = = = ===