Re: [Matplotlib-users] current svn fails to build on mac

2009-07-11 Thread Robin
: Robin robi...@gmail.com Subject: Re: [Matplotlib-users] current svn fails to build on mac To: Michiel de Hoon mjldeh...@yahoo.com Cc: matplotlib-users@lists.sourceforge.net Date: Friday, July 10, 2009, 6:59 AM On Fri, Jul 10, 2009 at 11:45 AM, Michiel de Hoonmjldeh...@yahoo.com wrote: It's

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-10 Thread Robin
On Fri, Jul 10, 2009 at 1:33 AM, Michiel de Hoonmjldeh...@yahoo.com wrote: Can you verify that matplotlib 0.98.5.3 still compiles correctly? If it does, we can compare the linker flags used for 0.98.5.3 and the svn version to find the problem. Yes - just removed build dirs and did both from

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-10 Thread Robin
: [Matplotlib-users] current svn fails to build on mac To: Michiel de Hoon mjldeh...@yahoo.com Cc: matplotlib-users@lists.sourceforge.net Date: Friday, July 10, 2009, 4:03 AM On Fri, Jul 10, 2009 at 1:33 AM, Michiel de Hoonmjldeh...@yahoo.com wrote: Can you verify that matplotlib 0.98.5.3 still

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-10 Thread Michiel de Hoon
It's probably the -L/usr/X11R6/lib that is causing a problem. Can you try linking without it? --Michiel. --- On Fri, 7/10/09, Robin robi...@gmail.com wrote: From: Robin robi...@gmail.com Subject: Re: [Matplotlib-users] current svn fails to build on mac To: Michiel de Hoon mjldeh

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-10 Thread Michiel de Hoon
: From: Robin robi...@gmail.com Subject: Re: [Matplotlib-users] current svn fails to build on mac To: Michiel de Hoon mjldeh...@yahoo.com Cc: matplotlib-users@lists.sourceforge.net Date: Friday, July 10, 2009, 6:59 AM On Fri, Jul 10, 2009 at 11:45 AM, Michiel de Hoonmjldeh...@yahoo.com wrote

[Matplotlib-users] current svn fails to build on mac

2009-07-09 Thread Robin
Hi, Just to let folks know the current SVN version fails to build on a mac. I built the release (0.98.5.3) successfully from source so I think my environment, dependencies etc. should be OK. The problem seems to be building mac os x native backend: building 'matplotlib.backends._macosx'

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-09 Thread Robin
On Thu, Jul 9, 2009 at 11:11 AM, Robinrobi...@gmail.com wrote: How can I disable building the mac os x backend. I copied setup.cfg.example to setup.cfg and have macosx = False but it doesn't seem to have any effect. python setup.py config still reports  Mac OS X native: yes. I disabled macosx

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-09 Thread Robin
On Thu, Jul 9, 2009 at 12:15 PM, Robinrobi...@gmail.com wrote: On Thu, Jul 9, 2009 at 12:06 PM, Michiel de Hoonmjldeh...@yahoo.com wrote: One thing that changed between 0.98.5.3 and the current SVN version is that we're now using matplotlib's path cleanup code, which is in C++. Maybe the

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-09 Thread Michiel de Hoon
. --Michiel. --- On Thu, 7/9/09, Robin robi...@gmail.com wrote: From: Robin robi...@gmail.com Subject: [Matplotlib-users] current svn fails to build on mac To: matplotlib-users@lists.sourceforge.net Date: Thursday, July 9, 2009, 6:11 AM Hi, Just to let folks know the current SVN version

Re: [Matplotlib-users] current svn fails to build on mac

2009-07-09 Thread Michiel de Hoon
. --- On Thu, 7/9/09, Robin robi...@gmail.com wrote: From: Robin robi...@gmail.com Subject: Re: [Matplotlib-users] current svn fails to build on mac To: matplotlib-users@lists.sourceforge.net Date: Thursday, July 9, 2009, 7:16 AM On Thu, Jul 9, 2009 at 12:15 PM, Robinrobi...@gmail.com wrote