Re: 4.8.13 compile errors
- From: slava zanko <slavazanko gmail com>
- To: Mike Smithson <mdooligan gmail com>
- Cc: "mc-devel gnome org" <mc-devel gnome org>
- Subject: Re: 4.8.13 compile errors
- Date: Mon, 10 Nov 2014 10:51:47 +0300
Which version of Glib you use?
2014-11-08 1:39 GMT+03:00 Mike Smithson <mdooligan gmail com>:
lib/glibcompat.c, ~ line 156, func
GError *
g_error_new_valist
(GQuark domain, gint code, const gchar * format, va_list args)
will not compile.
'va_list args' must be 'va_list ap'
and you cannot use va_start in a function without '...' in the args.
I had to comment out the 'va_start (ap,format);'. I'm guessing it
was already called in the calling function, but I have not checked
yet.
--
Peace and Cheer
_______________________________________________
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]