Hi, The problem is that you try to inspect unassigned variables using the val()-member in your code. See the marked part of the error message below to know what to look for.
2010/6/28 Claudio Cesar de Sá <[email protected]>: > (<unknown>:3284): GLib-GObject-WARNING **: IA__g_object_set_valist: object > class `GtkMenuItem' has no property named `label' > > (<unknown>:3284): GLib-GObject-WARNING **: IA__g_object_set_valist: object > class `GtkCheckMenuItem' has no property named `label' > terminate called after throwing an instance of > 'Gecode::Int::ValOfUnassignedVar' > what(): BoolVar::val: Attempt to access value of unassigned variable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ See also a previous discussion on errors thrown when using Gist: http://article.gmane.org/gmane.comp.lib.gecode.user/2858 Cheers, Mikael -- Mikael Zayenz Lagerkvist, http://www.ict.kth.se/~zayenz/ _______________________________________________ Gecode users mailing list [email protected] https://www.gecode.org/mailman/listinfo/gecode-users
