Bug 248 - cannot convert `guint*' to `gsize*'
Status:
RESOLVED FIXED
Component:
Core
Version:
1.2.2
Hardware:
PC Linux
Importance:
P3 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Apr 26 2003 04:44:04 UTC
by:
Rob Caelers
Modified:
Apr 26 2003 04:54:06 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | Apr 26 2003 04:54:06 UTC | status | NEW | RESOLVED |
| resolution | FIXED |
Description
Rob Caelers Apr 26 2003 04:44:04 UTC
Debian bug #189954 From: Bdale Garbee <bd**@ga**.com> This package fails on the ia64 autobuilder as shown below. Bdale | Automatic build of workrave_1.2.2-1 on caballero by sbuild/ia64 1.170.2 | Build started at 20030421-0507 [...] | if g++ -DHAVE_CONFIG_H -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../intl -I. -I. -I.. -W -DWORKRAVE_DATADIR="\"/usr/share/workrave\"" -I ../arch -I ../arch/unix -I../gui -D_XOPEN_SOURCE=600 -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/ us | r/include/orbit-2.0 -I/usr/include/linc-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnet -I/usr/lib/gnet/include -O2 -DNDEBUG -MT workrave-GNetSocketDriver.o -MD -MP -MF ".deps/workrave-GNetSocketDriver.Tpo" \ | -c -o workrave-GNetSocketDriver.o `test -f 'GNetSocketDriver.cc' || echo './'`GNetSocketDriver.cc; \ | then mv ".deps/workrave-GNetSocketDriver.Tpo" ".deps/workrave-GNetSocketDriver.Po"; \ | else rm -f ".deps/workrave-GNetSocketDriver.Tpo"; exit 1; \ | fi | GNetSocketDriver.cc: In member function `virtual bool | GNetSocketConnection::read(void*, int, int&)': | GNetSocketDriver.cc:337: cannot convert `guint*' to `gsize*' for argument `4' | to `GIOError g_io_channel_read(GIOChannel*, gchar*, long unsigned int, | gsize*)' | GNetSocketDriver.cc: In member function `virtual bool | GNetSocketConnection::write(void*, int, int&)': | GNetSocketDriver.cc:368: cannot convert `guint*' to `gsize*' for argument `4' | to `GIOError g_io_channel_write(GIOChannel*, const gchar*, long unsigned | int, gsize*)' | make[3]: *** [workrave-GNetSocketDriver.o] Error 1
Comment 1
Rob Caelers Apr 26 2003 04:54:06 UTC
Added correct cast.