! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Warning clean in pyxfce
Status:
RESOLVED: WONTFIX
Severity:
trivial

Comments

Description Daichi Kawahata 2005-06-07 16:15:57 CEST
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
Comment 1 Daichi Kawahata 2005-06-07 16:18:59 CEST
Created attachment 250 
warnings emitted on the pyxfce compilation

I've compiled pyxfce with gcc 4.0.0 on IRIX 6.5.
Comment 2 Daichi Kawahata 2005-06-07 16:21:12 CEST
Created attachment 251 
this patch fixes warnings at previous log

I've just added NULL to fix warnings 'missing initializer'.
Comment 3 Daichi Kawahata 2005-06-07 17:06:22 CEST
Created attachment 252 
this patch fixes warnings at previous log

Sorry, previous patch contains extra modifying.
Comment 4 Brian J. Tarricone (not reading bugmail) 2005-06-07 17:33:23 CEST
Sorry for the SPAM; mass move to new pyxfce product, reassigning to Danny.
Comment 5 dannym editbugs 2005-06-23 21:54:08 CEST
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.


Comment 6 Daichi Kawahata 2005-07-18 08:47:48 CEST
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.
Comment 7 dannym editbugs 2005-07-24 19:02:32 CEST
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 !

Comment 8 Daichi Kawahata 2005-08-04 16:53:21 CEST
I've subscribed PyGTK's ML, soon I'll post my reported problem.
Comment 9 dannym editbugs 2006-05-30 22:25:14 CEST
passing ball to pygtk

Bug #988

Reported by:
Daichi Kawahata
Reported on: 2005-06-07
Last modified on: 2006-05-30

People

CC List:
0 users

Version

Version:
unspecified

Attachments

warnings emitted on the pyxfce compilation (49.45 KB, text/plain)
2005-06-07 16:18 CEST , Daichi Kawahata
no flags
this patch fixes warnings at previous log (168.33 KB, patch)
2005-06-07 16:21 CEST , Daichi Kawahata
no flags
this patch fixes warnings at previous log (167.38 KB, patch)
2005-06-07 17:06 CEST , Daichi Kawahata
no flags

Additional information