scheme / scsh

A Unix shell embedded in scheme
Other
386 stars 36 forks source link

Incorrect location for scheme48vm in Makefile #1

Closed jm2dev closed 11 years ago

jm2dev commented 11 years ago

Hi,

I've installed scsh on osx mountain lion, but I noticed the Makefile points to the wrong location for scheme48vm.

I installed scheme48 v1.9 (homebrew: brew install scheme48)

I couldn't run ./go neither scsh, and I discovered the following line in the Makefile

SCHEME48VM = /usr/local/lib/scheme48-1.9t/scheme48vm

instead of the valid one

SCHEME48VM = /usr/local/lib/scheme48-1.9/scheme48vm

the manual modification, allowed that

make && make install

successfully install the binary.

Any way, thank you for providing this formula.

jm2dev commented 11 years ago

Actually running

./configure

corrupts the Makefile as I reported.

roderyc commented 11 years ago

Thanks for reporting. It'll do the right thing by default for now.