Re: Problems on AMD64 with Glib module
- From: "Ross McFarland" <rwmcfa1 neces com>
- To: gtk-perl-list gnome org
- Subject: Re: Problems on AMD64 with Glib module
- Date: Fri, 9 Jan 2004 13:27:49 -0500 (EST)
muppet said:
Compiler doesn't warn me any more, but the test still doesn't pass, so
probably the problem is somhere else. Any hints?
there are probably bits of code which assume pointer/int samesizeness but
which do not trigger compiler warnings. are you using the "-Wall -W" flags to
GCC? (GCC will warn about nearly every xsub having an unused parameter named
"cv", but that's unavoidable.)
just fyi, the newest ParseXS module should prevent these xs -> auto-gen
related warnings and leave you with only the 'real' warnings, if that's any
help.
My warning-killer patch is attached.
thanks. doubtless, you will find similar problems in all of the Gtk2-Perl
modules, once you get past Glib.
i really wish i had a 64-bit box around to test things on :(.
-rm
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]