Re: FYI: Patch: java.awt.image.PixelGrabber

2004-01-05 Thread Eric Blake
How hard would it be to update the configure/Makefile.am to check that the compiler supports assert, and to enable any command-line option necessary to turn it on? Jikes supports assert when the `-source 1.4' flag is used. Speaking of which, I probably ought to see if I can push out a new versi

Re: FYI: Patch: java.awt.image.PixelGrabber

2004-01-05 Thread Tom Tromey
> "Eric" == Eric Blake <[EMAIL PROTECTED]> writes: Eric> How hard would it be to update the configure/Makefile.am to check that Eric> the compiler supports assert, and to enable any command-line option Eric> necessary to turn it on? It might be a little tricky since at least for jikes we can'

Re: FYI: Patch: java.awt.image.PixelGrabber

2004-01-05 Thread Tom Tromey
> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: Mark> Lets keep asserts out of Classpath sources for now since by default not Mark> all compilers support it. But I do like to see them in the future if we Mark> can actually use them more then in one or two spots. Personally I'd like to s