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

2009-07-11 Thread Robin
; --- On Fri, 7/10/09, Robin wrote: > >> From: Robin >> Subject: Re: [Matplotlib-users] current svn fails to build on mac >> To: "Michiel de Hoon" >> Cc: matplotlib-users@lists.sourceforge.net >> Date: Friday, July 10, 2009, 6:59 AM >> On Fri,

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

2009-07-10 Thread Michiel de Hoon
, Robin wrote: > From: Robin > Subject: Re: [Matplotlib-users] current svn fails to build on mac > To: "Michiel de Hoon" > 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 Hoon > wro

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

2009-07-10 Thread Robin
2.5/src/path_cleanup.o -L/usr/local/lib -L/usr/lib -lstdc++ -lm -o build/lib.macosx-10.3-i386-2.5/matplotlib/backends/_macosx.so -framework Cocoa robin-mbp-3:matplotlib robince$ Cheers Robin > --Michiel. > > --- On Fri, 7/10/09, Robin wrote: > >> From: Robin >> Subjec

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 wrote: > From: Robin > Subject: Re: [Matplotlib-users] current svn fails to build on mac > To: "Michiel de Hoon" > Cc: matplotlib-

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 Hoon 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 scratch. 0.98.5.3

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

2009-07-09 Thread Michiel de Hoon
roblem. --Michiel. --- On Thu, 7/9/09, Robin wrote: > From: Robin > 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, > Robin > wrote: > >

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

2009-07-09 Thread Michiel de Hoon
seen this error on Mac OS X 10.4 or 10.5. --Michiel. --- On Thu, 7/9/09, Robin wrote: > From: Robin > 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 le

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

2009-07-09 Thread Robin
On Thu, Jul 9, 2009 at 12:15 PM, Robin wrote: > On Thu, Jul 9, 2009 at 12:06 PM, Michiel de Hoon 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 >> linker is picking up different

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

2009-07-09 Thread Robin
On Thu, Jul 9, 2009 at 11:11 AM, Robin 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 buildin

[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' extension