Hi all, > Could it be that you have a stale ~/.st/VisualGST.star file?
In order to get a "fresh" environment I completly uninstalled/removed all files from my previous installation attemps (including ~/.st/*) and: - Installed smalltalk from git://git.sv.gnu.org/smalltalk.git (autoreconf -vi; ./configure; make; make install) - Installed VisualGST from git://github.com/MrGwen/gst-visualgst.git (make_packages.sh) However now I can't even add new namespaces in VisualGST, and get errors like in the transcript at the end of the file. Any idea whats wrong this time? Thanks, Clemens error: did not understand #push: MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) UndefinedObject(Object)>>doesNotUnderstand: #push: (SysExcept.st:1407) VisualGST.AddNamespaceUndoCommand(VisualGST.UndoCommand)>>push (VisualGST.star#VFS.ZipFile/Undo/UndoCommand.st:65) [] in VisualGST.AddNamespaceCommand>>execute (VisualGST.star#VFS.ZipFile/Commands/AddNamespaceCommand.st:9) [] in VisualGST.GtkEntryDialog>>hasPressedOk: (VisualGST.star#VFS.ZipFile/GtkEntryDialog.st:35) error: did not understand #push: MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) UndefinedObject(Object)>>doesNotUnderstand: #push: (SysExcept.st:1407) VisualGST.AddClassUndoCommand(VisualGST.UndoCommand)>>push (VisualGST.star#VFS.ZipFile/Undo/UndoCommand.st:65) [] in VisualGST.AddClassCommand>>execute (VisualGST.star#VFS.ZipFile/Commands/AddClassCommand.st:16) [] in VisualGST.GtkEntryDialog>>hasPressedOk: (VisualGST.star#VFS.ZipFile/GtkEntryDialog.st:35) error: did not understand #do: MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) UndefinedObject(Object)>>doesNotUnderstand: #do: (SysExcept.st:1407) VisualGST.GtkWebBrowser(VisualGST.GtkMainWindow)>>createNewMenuEntry: (VisualGST.star#VFS.ZipFile/GtkMainWindow.st:209) VisualGST.GtkWebBrowser(VisualGST.GtkMainWindow)>>addMenuItem:withSubmenu: (VisualGST.star#VFS.ZipFile/GtkMainWindow.st:190) VisualGST.GtkWebBrowser(VisualGST.GtkVisualGSTTool)>>createMenus (VisualGST.star#VFS.ZipFile/GtkVisualGSTTool.st:227) VisualGST.GtkWebBrowser(VisualGST.GtkMainWindow)>>initialize (VisualGST.star#VFS.ZipFile/GtkMainWindow.st:136) VisualGST.GtkWebBrowser class(VisualGST.GtkMainWindow class)>>openSized: (VisualGST.star#VFS.ZipFile/GtkMainWindow.st:19) VisualGST.GtkWebBrowser class>>openOn: (VisualGST.star#VFS.ZipFile/GtkWebBrowser.st:8) VisualGST.GtkLauncher(VisualGST.GtkVisualGSTTool)>>helpContents (VisualGST.star#VFS.ZipFile/GtkVisualGSTTool.st:209) error: did not understand #clearTranscriptWidget MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) VisualGST.GtkLauncher(Object)>>doesNotUnderstand: #clearTranscriptWidget (SysExcept.st:1407) _______________________________________________ help-smalltalk mailing list help-smalltalk@gnu.org http://lists.gnu.org/mailman/listinfo/help-smalltalk