-
lvlinuxmc_ does 4.3 only compile on Erlang 19 or will it work on later?
-
mc_lvlinux: i think i've seen 22 used
-
mc_not sure that 23 would work, there are breaking changes that either kazoo or a 3rd party dep break on
-
mc_forget which
-
lvlinuxI installed OTP25 (default from erlang solutions) on a Debian 10 box, and it failed in: src/app_utils.erl: error in parse transform 'lager_transform':
-
lvlinuxAh ok so i should go back at least to 22
-
lvlinuxi'll have to figure out how to revert lol
-
lvlinuxDo you recommend that I do 22 or earlier like 19?
-
mc_lvlinux: 19.3 is "recommended" but i think 21 for sure still works, and 22 may work
-
mc_i use kerl to manage OTP installations locally
-
mc_rather than packages
-
mc_but up to you
-
lvlinuxk thx
-
lvlinuxmc_ I can compile in one version like 19/20/21, on say, debian, and then move an application ebin file to a centos system running from official repo packages, right? Or do I have to compile on a matching system?
-
mc_in general, OTP is compat for 2 major versions
-
mc_but we don't really test that too far
-
mc_so ideally you run on a VM compiled for the same BEAM version
-
lvlinuxk
-
lvlinuxI installed v22.2.7 and it failed build at a different place (building cowboy), so I guess I'll try kerl and do v19.
-
lvlinuxsrc/cowboy_http.erl:388: variable '_Stacktrace' is unbound
-
lvlinuxHmm...