Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-04-20 Thread John Hunter
On Mon, Mar 24, 2008 at 2:48 PM, Charlie Moad [EMAIL PROTECTED] wrote: This is a compiler problem the with the gcc on 10.5.2 (and 10.5.1 I think). I found the same error message on many google hits outside of matplotlib. Your suggestion of compiling with -Os for the two problem files worked

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-24 Thread Zachary Pincus
Zachary Pincus wrote: Can you tell me where you specified the -Os option to gcc to escape the problem? So the compile that command that failed is printed right above the error message it generated. (The long line that starts with 'gcc' ...). I just copied this command, edited the -O3 to

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-24 Thread Charlie Moad
On Mon, Mar 24, 2008 at 10:01 AM, Zachary Pincus [EMAIL PROTECTED] wrote: Zachary Pincus wrote: Can you tell me where you specified the -Os option to gcc to escape the problem? So the compile that command that failed is printed right above the error message it generated. (The long

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-21 Thread Andrew Jaffe
Hi All, Zachary Pincus wrote: Can you tell me where you specified the -Os option to gcc to escape the problem? So the compile that command that failed is printed right above the error message it generated. (The long line that starts with 'gcc' ...). I just copied this command,

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-13 Thread Zachary Pincus
Hi Stephane, [CC'd to the matplotlib-users list in case others will find this useful.] I got the same problem. Can you tell me where you specified the -Os option to gcc to escape the problem? So the compile that command that failed is printed right above the error message it

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-10 Thread Zachary Pincus
For what it's worth, the standalone agg 2.4 library compiles just fine on my system -- this problem seems to be some sort of matplotlib / agg interaction. Zach On Mar 9, 2008, at 11:35 PM, Zachary Pincus wrote: Hello, I just tried to compile the SVN head of matplotlib (r4994) from