On Wed, 13 Jan 2010, Paolo Bonzini wrote: > > > dnormandin@ ~ > > 09:14 am>> gst --version > > GNU Smalltalk version 3.1 > > Ah, so you're back using MacPorts, not compiling from source---yet stdin now > works for you?
Yes "stdin" works now! After I upgraded the "build" tools, I re-installed GST from MacPorts. I thought that I had fixed *all* the problems in so doing. Not! That's why I have yet to compile GST from source. > 3.1 didn't have VisualGST. You can start the old "blox" browser with > gst-blox. Didn't help. Same symptoms as I reported yesterday. So now I'm trying to compile from source. Seems to get hung up here: mkdir /Users/dnormandin/tmp/gstar-L91w64 mkdir /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/BrowShell.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/BrowShell.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/Inspector.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/Inspector.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/Notifier.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/Notifier.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/View.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/View.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/BrowserMain.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/BrowserMain.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/Load.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/Load.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/PCode.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/PCode.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/bear.gif /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/bear.gif ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/ClassBrow.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/ClassBrow.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/Manager.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/Manager.st ln -s -f /Users/dnormandin/smalltalk/packages/blox/browser/PList.st /Users/dnormandin/tmp/gstar-L91w64/BLOXBrowser/PList.st Is the build process at this point, very time-consuming? Or am I observing another hung build process? -- duke _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
