Closed jm2dev closed 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.
Actually running
./configure
corrupts the Makefile as I reported.
Thanks for reporting. It'll do the right thing by default for now.
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
instead of the valid one
the manual modification, allowed that
successfully install the binary.
Any way, thank you for providing this formula.