I basically compile a program with -W switch, but this switch brings many warnings as a matter of course. The uploaded patch fixes the warnings at uploaded log. Reproducible: Always Steps to Reproduce: 1. Compile pyxfce with -W switch
Created attachment 250 warnings emitted on the pyxfce compilation I've compiled pyxfce with gcc 4.0.0 on IRIX 6.5.
Created attachment 251 this patch fixes warnings at previous log I've just added NULL to fix warnings 'missing initializer'.
Created attachment 252 this patch fixes warnings at previous log Sorry, previous patch contains extra modifying.
Sorry for the SPAM; mass move to new pyxfce product, reassigning to Danny.
this looks like the pygtk codegen needs fixing, does it not ? Most of the code in pyxfce is generated, so changing the generated files doesnt help much (well ok, it makes it work at all for you). What I mean is, as soon as something else in xfce changes, they will be overwritten again.
Hi, sorry for late reply. Yes, as you said, those errors occurred on another package either, so it could be simply considered problem has nothing to do with PyXfce.
I don't mean to imply that it shouldn't be fixed, but I mean this issue should also be brought up with the pygtk list. If you did that, that would ensure the problem being fixed properly, at the root :) Plus, all the other python g bindings will benefit too, which isnt all that bad :) See http://www.pygtk.org/feedback.html (best bring it up at the mailing list). The components that are used to create the bindings are called "h2def" (used by many many projects, not just python related) and "pygtk codegen", which generates the actual python extensions. The problem lies within the latter. Thank you for your work on this !
I've subscribed PyGTK's ML, soon I'll post my reported problem.
passing ball to pygtk