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
setupext.py was indeed not reading the macosx build information from setup.cfg. I've put a patch here: http://sourceforge.net/tracker/?func=detail&atid=560722&aid=2818964&group_id=80706 (patch number 2818964). The error you're seeing is described in this technical note from Apple: http://deve

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