[Telepathy] Building telepathy-gabble
Danielle Madeley
danielle.madeley at collabora.co.uk
Mon Oct 17 05:10:51 PDT 2011
On Mon, 2011-10-17 at 11:48 +0100, Dawid Nowak wrote:
> It seems I can compile my code on 64 bit Ubuntu system. On 32 bit Ubuntu
> there was a small problem with src/muc-channel.c but it was easy to fix.
>
> DEBUG ("Subject changed to '%s' by '%s' at %" G_GINT64_FORMAT "",
> - subject, actor, timestamp);
> + subject, actor, (long long int)timestamp);
Thanks for pointing this out. It seems part of that code secretly uses
time_t, which no one was expecting. I've fixed it in master.
--
Danielle Madeley
Software Developer, Collabora Ltd. Melbourne, Australia
www.collabora.co.uk
More information about the telepathy
mailing list