On Wed, 6 Jan 2010, Paolo Bonzini wrote: > > > git clone git://git.sv.gnu.org/smalltalk.git
Cool... > This, and then (on OS X you should have autoconf/automake installed, or you > can install them using ports too). got the tools... > autoreconf -vi > ./configure > make > make install Yep! I should have read further down the http://smalltalk.gnu.org/download/cvs page before popping off with a question ;) > and ensure that /usr/local/bin comes in your PATH before the place where you > installed gst before (for example /opt/local/bin). I see! So you want the system to find /usr/local/bin *before* /opt/local/bin... Should I disable /opt/local/bin/gst using `port deactivate'? > It looks indeed like your gst does not have an idle process, this would > definitely give the error message. How do I get an idle process? Is this an OS X issue? or is it an issue with the GST OS X port? Thanks for your help! -- Duke _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
