> --
> With qt-1.44 and gcc-2.95.2:
>
> g++ -c -I/usr/local/qt/include -I/usr/X11R6/include -I/usr/include/qt -I.
>-Dbool=char -DHAS_BOOL -O -DVERSION=\"2.102\" -DXS_VERSION=\"2.102\" -fpic
>-I/usr/local/lib/perl5/5.00503/ppc-linux/CORE -DPIGDEBUG=0 -DPIG_QT -DPIGPERL_PL=5
>-DPIGPERL_SV=3 pigproto.c
> pigproto.c: In function `struct SV * __pig_parse_proto(SV *)':
> pigproto.c:180: warning: initialization of negative value `-1' to `char'
> pigproto.c:247: passing `const char *' as argument 2 of `Perl_sv_catpv(SV *, char
>*)' discards qualifiers
> make: *** [pigproto.o] Error 1
egcs doesn't have -Wcast-qual on by default like gcc-2.95 seems to...
Oh well. I'll turn it on and put in the appropriate (char *) casts.
Ashley Winters