Your message dated Fri, 24 Jul 2009 19:18:01 +0800
with message-id <4a699869.8050...@gmail.com>
has caused the report #538152,
regarding macopix: gdk_x11_screen_get_window_manager_name implicitly converted
to pointer
to be marked as having been forwarded to the upstream software
author(s) Kurumi Chimari <chim...@rosegray.sakura.ne.jp>
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
538152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Dear Kurumi,
I got a bug report from Dann Frazier from Debian Project.
He reports a bug about implicit pointer conversion which may cause some
problems on
some of the 64-bit platforms like ia64 and amd64. Here's his report:
Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.
Function `gdk_x11_screen_get_window_manager_name' implicitly converted to
pointer at utils.
[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
-cut here
He also sends me a patch, I'm attaching it to you.
The full bug report can be retrieved from
http://bugs.debian.org/538152
Please consider including this patch when you are releasing new versions.
Many Thanks,
Paul
--
PaulLiu(劉穎駿)
E-mail address: grandp...@gmail.com
--- macopix-1.7.4/src/main.h~ 2008-06-23 22:38:47.000000000 -0600
+++ macopix-1.7.4/src/main.h 2009-07-23 09:25:10.351505501 -0600
@@ -93,6 +93,7 @@
#include<gtk/gtk.h>
#include<gdk-pixbuf/gdk-pixbuf.h>
//#include <gdk_imlib.h>
+#include <gdk/gdkx.h>
#ifndef DISABLE_CAIRO
#if defined(CAIRO_H)
signature.asc
Description: OpenPGP digital signature
--- End Message ---