zerovm / zerovm-samples

Sample code and libraries built for ZeroVM
7 stars 10 forks source link

zshell example fails to build #7

Closed jschairb closed 10 years ago

jschairb commented 10 years ago

While attempting to build the ZeroVM samples the final sample fails to build. The error message says that zpython must be installed, although I have built zpython. I think it's likely that the zshell Makefile cannot find my copy of zpython, but it's unclear to me how to link it.

See the linked gist for sample output. https://gist.github.com/jschairb/ff4f344de42733bd1909

YaroslavLitvinov commented 10 years ago

Did you run make zpython? In order to get this sample working it's needed to have zpython folder inside of zerovm-samples/zshell/

pkit commented 10 years ago

Zshell depends on zpython 3 which is not supported right now. Zshell example will be revorked in the near future. Let's leave this issue here as open, but nothing can be done right now...

rampage644 commented 10 years ago

Ok, have just tried to build zshell sample. Succeded. Here's what i did:

cd zerovm-samples/zshell
git clone https://github.com/zerovm/zpython
make python
make

Few notes: