Re: [Wireshark-dev] gzwrite compile error

2007-06-19 Thread Ulf Lamping
Jeff Morriss schrieb: > ps. I was wondering (and this issue made me think of it again) if maybe > in the release branch (for 0.99.6) we should turn off (by default) > warnings-as-errors. Every time I've gone to a different-from-my-usual > platform I've had to either patch it or disable warnings

Re: [Wireshark-dev] gzwrite compile error

2007-06-19 Thread Jeff Morriss
Guy Harris wrote: > On Jun 18, 2007, at 3:26 PM, Jeff Morriss wrote: > >> What am I missing here? > > Compiler bug? I've seen a case where MSVC++ 6 was confused about > qualifiers; perhaps GCC is getting confused here, e.g. by the > (presumed) typedef "voidp"? Oof, I was afraid of that.

Re: [Wireshark-dev] gzwrite compile error

2007-06-18 Thread Guy Harris
On Jun 18, 2007, at 3:26 PM, Jeff Morriss wrote: > What am I missing here? Compiler bug? I've seen a case where MSVC++ 6 was confused about qualifiers; perhaps GCC is getting confused here, e.g. by the (presumed) typedef "voidp"? What version of GCC is this? ___

[Wireshark-dev] gzwrite compile error

2007-06-18 Thread Jeff Morriss
Hi folks, Trying to compile Wireshark (SVN) on my Solaris 9 system is giving me this error: > gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include > -Werror "-D_U_=__attribute__((unused))" -g -O2 -Wall -W > -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith > -