tizoc/shen-scheme

shen-scheme not building

doug719 opened this issue · 2 comments

Downloaded shen-scheme from githum on June 23. When I did a make, got the following:

...
make[1]: Leaving directory '/home/doug/Downloads/shen-scheme-master/_build/chez/csv9.5.6'
mkdir -p _build/bin
cc -o _build/bin/shen-scheme _build/chez/csv9.5.6/ta6le/boot/ta6le/kernel.o main.o -lm -ldl -lpthread -luuid
make: *** No rule to make target 'shen-scheme.scm', needed by '_build/lib/shen-scheme/shen.boot'. Stop.


I am using linux mint 20.3

tizoc commented

Hi @doug719, which file did you download? Remember that only the one suffixed -src.tar.gz contains the full sources.

It looks like I picked up the wrong file. From the github page I selected code and then downloaded the code (which was shen-scheme-master.zip). Instead if I download shen-scheme-v0.25.2-src.tar.gz from the github page, then everything is fine.