guitarvydas / arith0d

0 stars 0 forks source link

failure when running make #2

Open RAbraham opened 6 months ago

RAbraham commented 6 months ago

Hi Paul I get this issue

> make dev  

rm -rf arith0d arith0d.dSYM *~ *.json
0d/das2json/das2json 0D/odin/std/transpile.drawio
make: 0d/das2json/das2json: No such file or directory
make: *** [Makefile:17: transpile.drawio.json] Error 127
guitarvydas commented 5 months ago

0d/das2json/das2json is a stand-alone tool that converts .drawio files to .json files appropriate for the rest of 0D kernel.

I forgot to modify the Makefile to re-build this tool from scratch. I've probably pushed the Mac-only binary to the repo forgetting that the Mac version will not work on other operating systems.

das2json is written in Odin and needs the Odin compiler for re-building.

For now, there are 2 workarounds:

I'm leaving this issue open until I figure out how best to modify the Makefile.