Issue when loading GTK

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue when loading GTK

Mathieu Suen-2
Hi,

I take the package gnu-smalltalk from the ubuntu repository and libgtk2-gst.
I have the gtk2 package  installed too.
But when I try :
PackageLoader fileInPackage: 'GTK'.
I got the following error:

"Global garbage collection... done"                                                                                
Loading package GTK                                                                                                
Recompiling classes...                                                                                            
Recompiling class: GTK.GtkRequisition class                                                                        
Recompiling classes...                                                                                            
Recompiling classes...                                                                                            
Recompiling class: GTK.GdkEventButton class                                                                        
Recompiling classes...                                                                                            
Recompiling class: GTK.GdkEventMotion class                                                                        
Recompiling classes...                                                                                            
Recompiling class: GTK.GdkEventConfigure class                                                                    
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:5: C function not defined                                            
/usr/lib/gnu-smalltalk/GTK.star#uzip/Funcs.st:10: C function not defined                                          
....
/usr/lib/gnu-smalltalk/GTK.star#uzip/MoreFuncs.st:158: C function not defined
/usr/lib/gnu-smalltalk/GTK.star#uzip/MoreFuncs.st:273: C function not defined
Object: GInitiallyUnowned error: did not understand #getType
Smalltalk.MessageNotUnderstood(Smalltalk.Exception)>>signal
GInitiallyUnowned class(Smalltalk.Object)>>doesNotUnderstand: #getType
optimized [] in GLib class>>registerAllTypes
Smalltalk.OrderedCollection(Smalltalk.SequenceableCollection)>>do:
GLib class>>registerAllTypes
Smalltalk.UndefinedObject>>executeStatements
PackageLoader

Thanks for help

        Mth














       

       
               
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Issue when loading GTK

Paolo Bonzini-2
Can you run a strace of the same execution and send it to me
(privately, bzipped)?  I think it's "strace -o gst.log gst" that sends
the log to gst.log.

Thanks,

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk