On Wed, Mar 19, 2008 at 12:32 PM, Daniel Berger <[EMAIL PROTECTED]> wrote:
>
>  See if you can fix these warnings while you're down there:
>
>  "zlib.c", line 297: warning: argument #2 is incompatible with prototype:
>         prototype: pointer to const unsigned char : "zlib.c", line 272
>         argument : pointer to char
>  "zlib.c", line 450: warning: assignment type mismatch:
>         pointer to unsigned char "=" pointer to char
>  "zlib.c", line 469: warning: assignment type mismatch:
>         pointer to unsigned char "=" pointer to char

Those sounds quite familiar with wrong zlib.h ... what compiler are you using?

My last build of ruby_1_8 branch didn't show that (both VC6 and MinGW)

BTW, I just committed a fix for the use of GzipWriter, which was the
one generating the segfault due #flush call on it...
(Eric will agree that is weird stuff) :-P

-- 
Luis Lavena
Multimedia systems
-
Human beings, who are almost unique in having the ability to learn from
the experience of others, are also remarkable for their apparent
disinclination to do so.
Douglas Adams
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to