Hi, receiving the following compile error and not sure how to fix:
make compile
rebar3 as dev release -n hotline -v dev
===> Verifying dependencies...
=ERROR REPORT==== 5-Mar-2023::09:38:42.004111 ===
beam/beam_load.c(148): Error loading module enc:
please re-compile this module with an Erlang/OTP 25 compiler
escript: exception error: undefined function enc:main/1
in function escript:run/2 (escript.erl, line 750)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
===> Hook for compile failed!
make: *** [compile] Error 1
Any suggestions?
Hi, receiving the following compile error and not sure how to fix:
Any suggestions?