"1) What is the output of gst --version?"
was included in my posting:
gst --version
GNU Smalltalk version 3.2.3-96ea7ed
Copyright 2009 Free Software Foundation, Inc.
"2) Can you include the packages/gtk/Funcs.st file from your build
directory?"
Wow this is mighty large:
"Automatically generated, do not edit!"
!GTypeInterface class methodsFor: 'C call-outs'!
peek: instanceClass ifaceType: ifaceType
<cCall: 'g_type_interface_peek' returning: #cObject
args: #( #cObject #long )>! !
!GTypeInterface class methodsFor: 'C call-outs'!
peekParent: gIface
<cCall: 'g_type_interface_peek_parent' returning: #cObject
args: #( #cObject )>! !
!GTypeInterface class methodsFor: 'C call-outs'!
addPrerequisite: interfaceType prerequisiteType: prerequisiteType
<cCall: 'g_type_interface_add_prerequisite' returning: #void
args: #( #long #long )>! !
!GTypeInterface class methodsFor: 'C call-outs'!
prerequisites: interfaceType nPrerequisites: nPrerequisites
! !
!GTypeInstance methodsFor: 'C call-outs'!
getPrivate: privateType
! !
!GTypeInterface class methodsFor: 'C call-outs'!
getPlugin: instanceType interfaceType: interfaceType
<cCall: 'g_type_interface_get_plugin' returning: #{GTypePlugin}
args: #( #long #long )>! !
I just included up to line 20 where the crash happens.
"3) Can you try branch "stable-3.2" instead of master? "
Will try.
--
View this message in context:
http://forum.world.st/Could-this-be-a-bug-tp3387533p3389108.html
Sent from the Gnu mailing list archive at Nabble.com.
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk