On 10/18/2010 06:28 PM, Gwenaël Casaccio wrote: > Hi Paolo, > > with the last version of gst I've this bug: > > Object: nil error: did not understand #methodsFor: > Smalltalk.MessageNotUnderstood(Smalltalk.Exception)>>signal > (ExcHandling.st:254) > Smalltalk.UndefinedObject(Smalltalk.Object)>>doesNotUnderstand: > #methodsFor: (SysExcept.st:1407) > Smalltalk.UndefinedObject>>executeStatements > (GTK.star#VFS.ZipFile/Funcs.st:4729) > /usr/local/share/smalltalk/GTK.star#VFS.ZipFile/Funcs.st:4731: expected object
The problem is that... the function is called g_bus_something, so the awk script asssumes the Object is called GBus but in that case it is GDBus(Connection) or such... > > and I couldn't launch the git version of VisualGST. you might need to recompile due binary incompatible changes in the development version of GTK+ or such. _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
