Re: [Matplotlib-users] Matplotlib in Cygwin

2008-10-21 Thread John Hunter
On Tue, Oct 21, 2008 at 8:48 AM, Pete <[EMAIL PROTECTED]> wrote: > gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes > -I/usr/lib/python2.5/site-packages/numpy-1.2.0-py2.5-cygwin-1.5.25-i686.egg/numpy/core/include > -I/usr/include/freetype2 -I/usr/include -I. -I/usr/include/python

Re: [Matplotlib-users] Matplotlib in Cygwin

2008-10-21 Thread Pete
2008/10/20 John Hunter <[EMAIL PROTECTED]> > This is probably something you will have to debug yourself, since it > is dependent on the TK you have installed on your system, but it is > fairly easy to do. Edit setupext.py, store the results of > > tmp = tk_vars.get("default", "TK_LIB_SPEC")[1:-1

Re: [Matplotlib-users] Matplotlib in Cygwin

2008-10-20 Thread John Hunter
On Mon, Oct 20, 2008 at 6:33 AM, Pete <[EMAIL PROTECTED]> wrote: > Has anyone had any luck compiling Matplotlib using cygwin? > Out of the box I get the following: (I have numpy, tcl/tk and libpng1.2 > installed) > > ~/matpl/matplotlib-0.98.3$ python setup.py build > ===

[Matplotlib-users] Matplotlib in Cygwin

2008-10-20 Thread Pete
Has anyone had any luck compiling Matplotlib using cygwin? Out of the box I get the following: (I have numpy, tcl/tk and libpng1.2 installed) ~/matpl/matplotlib-0.98.3$ python setup.py build BUILDING MATPLOTLIB