its-pointless / julia

The Julia Language: A fresh approach to technical computing. Termux/Android

Home Page:https://julialang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue building julia on termux

ajgiuliani opened this issue · comments

hi,
I am trying to build julia on termux, but make fails:
In file included from /data/data/com.termux/files/home/src/julia/src/support/libsupport.h:13:
/data/data/com.termux/files/home/src/julia/src/support/ios.h:7:10: fatal error: 'uv.h' file not found

I am using the the buildjulia.sh script and all the necessary pkgs are installed.
Any idea how to fix this.
Regards,
Alex

Sorry I was not clear. I did sh buildjulia-termux.sh and got this error during the process.

I am adding the full output of the execution the script, may it'll help identify the bug.

buildjulia-termux.log

Install patch

Great, it worked. Thank you very much this work.