Re: Template Widgets inside another GtkBuilder file

2015-10-04 Thread Tristan Van Berkom
On Sat, Oct 3, 2015 at 10:14 AM, Victor Aurélio Santos wrote: How can I do that ? Just build all together results in this warning: (ajami:3475): Gtk-CRITICAL **: Error building template class 'AjamiMainWindow' for an instance of type 'AjamiMainWindow': Invalid

Re: Template Widgets inside another GtkBuilder file

2015-10-04 Thread Victor Aurélio Santos
I compiled now with gmodule-export-2.0.pc the symbols get exported: nm -g build/src/ajami | grep '_get_type' [...] 00429b30 T hv_meter_get_type but when I try to launch I get the same error: (ajami:30289): Gtk-CRITICAL **: Error building template class 'AjamiMainWindow' for an instance

Problems when building the latest git master with MSVC

2015-10-04 Thread John Emmas
Problem #1:- When building today's git master of 'gio/gsocket.c' (with MSVC) I'm seeing compiler errors in the function 'input_message_from_msghdr()'. The errors are all broadly similar and take the following form:- ..\gio\gsocket.c (line 3961) : error C2037: left of 'msg_name' specifies

Re: Template Widgets inside another GtkBuilder file

2015-10-04 Thread Emmanuele Bassi
Hi; On 3 October 2015 at 02:14, Victor Aurélio Santos wrote: > How can I do that ? > Just build all together results in this warning: > >> (ajami:3475): Gtk-CRITICAL **: Error building template class >> 'AjamiMainWindow' for an instance of type 'AjamiMainWindow':

Re: Problems when building the latest git master with MSVC

2015-10-04 Thread Emmanuele Bassi
Hi; On 4 October 2015 at 16:03, John Emmas wrote: > Problem #1:- When building today's git master of 'gio/gsocket.c' (with > MSVC) I'm seeing compiler errors in the function > 'input_message_from_msghdr()'. The errors are all broadly similar and take > the following

Re: Problems when building the latest git master with MSVC

2015-10-04 Thread John Emmas
On 04/10/2015 16:29, Emmanuele Bassi wrote: On 4 October 2015 at 16:03, John Emmas wrote: Problem #1:- When building today's git master of 'gio/gsocket.c' (with MSVC) I'm seeing compiler errors in the function 'input_message_from_msghdr()'. The errors are all broadly