Finally got back to this this morning. I realized that I was using
/usr/local as my prefix, and hence my problem with the gfortran
libgcc.

Another important step was to make sure I had removed all previous
results of builds, installs, etc. in the source directory, install
path, site-packages, etc.

The following command works fine, with no modifications to John's
build script and none to the Python framework Makefile.
PREFIX=/usr/local/pydev make -f make.osx fetch deps mpl_install

Thanks to all for their help as I fumbled through this.

-Eric


On Tue, Aug 25, 2009 at 10:19 PM, John Hunter<jdh2...@gmail.com> wrote:
> On Tue, Aug 25, 2009 at 9:04 PM, Eric Bruning<eric.brun...@gmail.com> wrote:
>> Hi Ariel,
>>
>> Thanks for the suggestion. Combining John's new makefile with the
>> changes to the Python.framework Makefile yielded:
>> distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET
>> mismatch: now "10.4" but "10.5" during configure.
>
> What if you edit the mak.osx file and use 10.5 for the
> MACOSX_DEPLOYMENT_TARGET -- I had set it to 10.4 for building the
> installers, but there is no need for that when building from src for a
> local install.
>
> What if you simply remove all references to MACOSX_DEPLOYMENT_TARGET
> in the make.osx file?  Does that work for you?
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to