qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/3] Improve websock response / error handlin


From: Daniel P. Berrange
Subject: Re: [Qemu-devel] [PATCH v2 0/3] Improve websock response / error handling
Date: Fri, 8 Sep 2017 14:41:45 +0100
User-agent: Mutt/1.8.3 (2017-05-23)

On Fri, Sep 08, 2017 at 03:53:57AM -0700, address@hidden wrote:
> /tmp/qemu-test/src/io/channel-websock.c: In function 
> ‘qio_channel_websock_date_str’:
> /tmp/qemu-test/src/io/channel-websock.c:171: error: ‘GTimeZone’ undeclared 
> (first use in this function)
> /tmp/qemu-test/src/io/channel-websock.c:171: error: (Each undeclared 
> identifier is reported only once
> /tmp/qemu-test/src/io/channel-websock.c:171: error: for each function it 
> appears in.)
> /tmp/qemu-test/src/io/channel-websock.c:171: error: ‘utc’ undeclared (first 
> use in this function)
> /tmp/qemu-test/src/io/channel-websock.c:171: warning: implicit declaration of 
> function ‘g_time_zone_new_utc’
> /tmp/qemu-test/src/io/channel-websock.c:171: warning: nested extern 
> declaration of ‘g_time_zone_new_utc’
> /tmp/qemu-test/src/io/channel-websock.c:172: error: ‘GDateTime’ undeclared 
> (first use in this function)
> /tmp/qemu-test/src/io/channel-websock.c:172: error: ‘now’ undeclared (first 
> use in this function)
> /tmp/qemu-test/src/io/channel-websock.c:172: warning: implicit declaration of 
> function ‘g_date_time_new_now’
> /tmp/qemu-test/src/io/channel-websock.c:172: warning: nested extern 
> declaration of ‘g_date_time_new_now’
> /tmp/qemu-test/src/io/channel-websock.c:173: warning: implicit declaration of 
> function ‘g_date_time_format’
> /tmp/qemu-test/src/io/channel-websock.c:173: warning: nested extern 
> declaration of ‘g_date_time_format’
> /tmp/qemu-test/src/io/channel-websock.c:175: warning: implicit declaration of 
> function ‘g_date_time_unref’
> /tmp/qemu-test/src/io/channel-websock.c:175: warning: nested extern 
> declaration of ‘g_date_time_unref’
> /tmp/qemu-test/src/io/channel-websock.c:176: warning: implicit declaration of 
> function ‘g_time_zone_unref’
> /tmp/qemu-test/src/io/channel-websock.c:176: warning: nested extern 
> declaration of ‘g_time_zone_unref’

Urgh,  GTimeZone arrived in glib 2.26 and we hav 2.22 as the min :-(

I'll have to switch to strftime....

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]