KonnexionsGmbH / OraLixir

Oracle driver for Elixir
Other
2 stars 4 forks source link

oranif fails to compile with OTP 24 #14

Closed nkezhaya closed 3 years ago

nkezhaya commented 3 years ago

Currently on macOS 11.1, installed with asdf:

src/dpi.erl:none: error in parse transform 'dpi_transform': {badarith,
                                           [{dpi_transform,nif_stubs,2,
                                             [{file,
                                               "deps/oranif/src/dpi_transform.erl"},
                                              {line,104}]},
                                            {dpi_transform,parse_transform,2,
                                             [{file,
                                               "deps/oranif/src/dpi_transform.erl"},
                                              {line,70}]},
                                            {compile,foldl_transform,3,
                                             [{file,"compile.erl"},
                                              {line,1145}]},
                                            {compile,fold_comp,4,
                                             [{file,"compile.erl"},
                                              {line,416}]},
                                            {compile,internal_comp,5,
                                             [{file,"compile.erl"},
                                              {line,400}]},
                                            {compile,
                                             '-internal_fun/2-anonymous-0-',2,
                                             [{file,"compile.erl"},
                                              {line,229}]},
                                            {compile,
                                             '-do_compile/2-anonymous-0-',1,
                                             [{file,"compile.erl"},
                                              {line,219}]}]}
nkezhaya commented 3 years ago

Wrong repository, closing!