Hi
when starting *⎕GTK 'some_interface_created_with.glade'
*I get
*/Gtk_server:1174274): GLib-WARNING**: 21:31:17.047: In call to
g_spawn_sync(), wait status of a child process was requested but ECHILD
was received by waitpid(). See the documentation of
g_child_watch_source_new() for possible causes.
TLV socket closed (3): Success: V_len=34 rx_len=50
/*
----------
The message */"TLV socket closed (3): Success: V_len=34 rx_len=50"/*
seems to be caused by / in
Gtk_server.cc
.......
main
..........
for(;;)
.................
if (rx_len != V_len + 8 )
........
cerr << "TLV socket closed (3): "
.........
With different*⎕GTK *.glade*runs/files*rx_len* is*V_len + 16*
using
gtk3-devel.x86_64 3.24.52-1.fc44
GNU APL version 2.0 / SVN: 1876:2009M
Could it be that the TLV header is 16Bytes long?
The config log says it used gtk3.
Best Regards
Hans-Peter