Re: [matplotlib-devel] build error in ttutil.cpp on win32

2007-10-16 Thread Martin Spacek
Michael Droettboom wrote: Hmmm... Well, I think we've reached the limit of my MSVC knowledge (which doesn't go very far.) I presume that for your local copy, you can just hard code it to : #ifdef 1 || WIN32 || _MSC_VER Actually, I just tried that, and it didn't work. Again, I don't rea

Re: [matplotlib-devel] build error in ttutil.cpp on win32

2007-10-16 Thread Michael Droettboom
Thanks. Sorry about the syntax errors -- I don't use the preprocessor much either. I think this patch seems reasonable (or at least reasonably harmless), so I'll go ahead and commit it. Cheers, Mike Martin Spacek wrote: > Michael Droettboom wrote: >> Hmmm... Well, I think we've reached the l

Re: [matplotlib-devel] build error in ttutil.cpp on win32

2007-10-16 Thread Charlie Moad
WIN32 worked for the last matplotlib release build I did, but I agree this patch is harmless. Thanks for looking into it this much. - Charlie On 10/16/07, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Thanks. Sorry about the syntax errors -- I don't use the preprocessor > much either. > > I t