Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Jeff Whitaker
Joshua Lippai wrote: Hello all, I'v been trying to get the same python module setup in 10.5 qorking that I had going in 10.4, and so far I've been unable to install matplotlib from svn on my own. I've managed to use an installer (easy_install I think...) in the mean time, but I'd really like

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Joshua Lippai
Thanks, Jeff. But is there a downside to removing the Wno-long-double flag I should know about? Josh On Tue, Apr 8, 2008 at 9:06 AM, Jeff Whitaker [EMAIL PROTECTED] wrote: Joshua Lippai wrote: Hello all, I'v been trying to get the same python module setup in 10.5 qorking that I had

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Joshua Lippai
Also, I assume I should also take out the no-cpp-precomp flag since that doesn't work with GCC 4.2 either? Or does it not matter? Josh On Tue, Apr 8, 2008 at 1:57 PM, Joshua Lippai [EMAIL PROTECTED] wrote: Thanks, Jeff. But is there a downside to removing the Wno-long-double flag I should

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Jeff Whitaker
Joshua Lippai wrote: Also, I assume I should also take out the no-cpp-precomp flag since that doesn't work with GCC 4.2 either? Or does it not matter? Josh: Apparently it just ignores that flag. Josh On Tue, Apr 8, 2008 at 1:57 PM, Joshua Lippai [EMAIL PROTECTED] wrote: Thanks,

Re: [Matplotlib-users] Building matplotlib on Mac OS X 10.5.2

2008-04-08 Thread Joshua Lippai
Perfect, this works like a charm. And if so desired, this could also be done without changing the symlink by just changing the Python Makefile to use gcc-4.2 and g++-4.2. Thanks! Josh On Tue, Apr 8, 2008 at 3:11 PM, Jeff Whitaker [EMAIL PROTECTED] wrote: Joshua Lippai wrote: Also, I assume I