PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org
MIT License
388 stars 26 forks source link

Failed to compile v0.9.1 on aarch64 linux. #828

Closed tqfx closed 7 months ago

tqfx commented 7 months ago

See https://github.com/termux/termux-packages/issues/19856

error: undefined symbol: soup_intrin::aes_expand_key_128
error: undefined symbol: soup_intrin::aes_expand_key_192
error: undefined symbol: soup_intrin::aes_expand_key_256
Sainan commented 7 months ago

Fixed upstream: https://github.com/calamity-inc/Soup/commit/7cbfc6b04eb27d0bd35d1cf08bd97874b840754b

Sainan commented 7 months ago

Although we will probably release 0.9.2 soon, feel free to use https://github.com/PlutoLang/Pluto/commit/541426dea7c3e3c250c1ba23cb9f4d6801099161 as a patched 0.9.1 release.

Sainan commented 6 months ago

0.9.2 is now released.

tqfx commented 6 months ago

Thanks!