Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-09 Thread Michael Droettboom
Thanks for the report. I'll make the change in SVN. [For those planning the next bugfix release: this only affects the trunk.] Mike Patrick Marsh wrote: > I just tried this fix and was able to build on Windows Vista. > > -Patrick > > > > > On Fri, Feb 6, 2009 at 6:08 PM, Michael Droettboom wr

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-09 Thread Patrick Marsh
I just tried this fix and was able to build on Windows Vista. -Patrick On Fri, Feb 6, 2009 at 6:08 PM, Michael Droettboom wrote: > Just getting to this thread now -- I think this was introduced in my > recent changes. I'm used to being on platforms where this is defined, > so I forgot that i

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-06 Thread Michael Droettboom
Just getting to this thread now -- I think this was introduced in my recent changes. I'm used to being on platforms where this is defined, so I forgot that it's not always there. In this specific case "unsigned char" is probably equivalent everywhere we run, so we might as well just do that.

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-06 Thread Michael Abshoff
On Fri, Feb 6, 2009 at 3:03 PM, Ryan May wrote: > > > On Fri, Feb 6, 2009 at 4:48 PM, Andrew Straw wrote: >> >> Ryan May wrote: >> > On Fri, Feb 6, 2009 at 3:27 PM, Andrew Straw > > > wrote: >> > >> > Patrick, >> > >> > Can you see if adding "#include " at the

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-06 Thread Ryan May
On Fri, Feb 6, 2009 at 4:48 PM, Andrew Straw wrote: > Ryan May wrote: > > On Fri, Feb 6, 2009 at 3:27 PM, Andrew Straw > > wrote: > > > > Patrick, > > > > Can you see if adding "#include " at the top of > src/path.cpp > > will do the job? > > > > I'm n

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-06 Thread Andrew Straw
Ryan May wrote: > On Fri, Feb 6, 2009 at 3:27 PM, Andrew Straw > wrote: > > Patrick, > > Can you see if adding "#include " at the top of src/path.cpp > will do the job? > > I'm not super-optimistic, though -- I think this is defined by the C99 > stan

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-06 Thread Ryan May
On Fri, Feb 6, 2009 at 3:27 PM, Andrew Straw wrote: > Patrick, > > Can you see if adding "#include " at the top of src/path.cpp > will do the job? > > I'm not super-optimistic, though -- I think this is defined by the C99 > standard, which I'm not sure Microsoft supports. > Well, we're also talk

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-06 Thread Andrew Straw
Patrick, Can you see if adding "#include " at the top of src/path.cpp will do the job? I'm not super-optimistic, though -- I think this is defined by the C99 standard, which I'm not sure Microsoft supports. -Andrew Patrick Marsh wrote: > Greetings, > > I have previously been able to build matpl