koka-lang / madoko

Madoko is a fast markdown processor for high quality academic and technical articles
Other
393 stars 42 forks source link

Madoko does not compile #37

Open michaeldg opened 6 years ago

michaeldg commented 6 years ago

Hi,

When using jake to compile madoko I get an error from a semi-hardcoded dependancy: root@madoko:~/madoko# jake

../koka-0.6/out/release/koka-0.6.0-dev -isrc -i../koka-0.6/lib -c -olib --outname=madoko -v main /bin/sh: 1: ../koka-0.6/out/release/koka-0.6.0-dev: not found jake aborted. Error: Process exited with error. at api.fail (/usr/lib/node_modules/jake/lib/api.js:336:18) at Exec. (/usr/lib/node_modules/jake/lib/utils/index.js:124:9) (See full trace by running task with --trace)

There is no ../koka-0.6 in my environment. I guess this is something semi hardcoded from your environment?

Thanks, Michaël

Artoria2e5 commented 6 years ago

It's in the Jakefile!

https://github.com/koka-lang/madoko/blob/189505063f76b5c9363c05855a6b405bb85337ce/Jakefile.js#L28-L42