Re: [MIT-Scheme-devel] Quick Start under Mac OS X (Snow Leopard)

2011-11-05 Thread Chris Hanson
You probably did this: /Applications/MIT\:GNU\ Scheme.app/Contents/MacOS/macosx-starter It was my intention to include a shell script with the Mac release but didn't get it done with this release. On Sat, Nov 5, 2011 at 11:19 PM, Kenneth Sloan wrote: > Perfect - thanks. > > Strange...I *thought

Re: [MIT-Scheme-devel] Quick Start under Mac OS X (Snow Leopard)

2011-11-05 Thread Kenneth Sloan
Perfect - thanks. Strange...I *thought* that I tried something very similar and still got Edwin. In any event - all is now well. On Nov 6, 2011, at 00:05 , Chris Hanson wrote: > You can invoke the program directly from the application like this: > > /Applications/MIT\:GNU\ Scheme.app/Contents

Re: [MIT-Scheme-devel] scheme/edwin build problem?

2011-11-05 Thread Chris Hanson
Just "make" won't do the right thing; use "make compile-microcode". In step 3, try running configure with the "--without-x argument"; that should fix the problem. On Fri, Nov 4, 2011 at 4:59 PM, Joe Marshall wrote: > I noticed that in Step 3 you say: >> 3.  ... make compile-microcode... > > Have

Re: [MIT-Scheme-devel] Quick Start under Mac OS X (Snow Leopard)

2011-11-05 Thread Chris Hanson
You can invoke the program directly from the application like this: /Applications/MIT\:GNU\ Scheme.app/Contents/Resources/mit-scheme Alternatively, put the attached shell script somewhere on your path. On Fri, Nov 4, 2011 at 2:44 PM, Kenneth Sloan wrote: > My apologies if this is the wrong foru