richardhundt / shine

A Shiny Lua Dialect
Other
231 stars 18 forks source link

Build failure on Linux #45

Closed richardhundt closed 10 years ago

richardhundt commented 10 years ago

$ git clone https://github.com/richardhundt/shine $ cd shine $ make [..] CC lib_tvm.o CC lib_init.o AR libtvmjit.a GEN op.h make[2]: ./tvmjit: Command not found

fperrad commented 10 years ago

sometime, I've the same problem on Travis CI, see https://github.com/fperrad/tvmjit/commit/d19179ed7ab6f3105b294652aed95891732d430e

you could avoid it with make TRAVIS=1

richardhundt commented 10 years ago

On 3/29/14 4:50 PM, François Perrad wrote:

sometime, I've the same problem on Travis CI, see fperrad/tvmjit@d19179e https://github.com/fperrad/tvmjit/commit/d19179ed7ab6f3105b294652aed95891732d430e

you could avoid it with |make TRAVIS=1|

— Reply to this email directly or view it on GitHub https://github.com/richardhundt/shine/issues/45#issuecomment-38999410.

Thanks, I've made that the default.