I am testing this https://github.com/saleyn/erws_example on R16B03 (both on windows and Ubuntu)
==> erws_example (compile) src/erws_handler.erl:none: undefined parse transform 'lager_transform' ERROR: compile failed while processing /home/charles/erws_example: rebar_abort
I saw this offer http://philipcristiano.com/2013/05/27/ordering-of-rebar-dependencies.html
Until now, I could not succeed.
Thanks.
Armature doesn't seem to be able to compile syntax conversions before compiling everything else ( https://github.com/basho/rebar/issues/270 ). The solution is to compile the module with parsing manually or use the parse_transform compiler directive at the file level instead of the project level.
Try putting lager in the first position in the list of rebar dependencies. he will fix it. rebar orders the compilation of dependencies according to this list, not the dependency tree))
Source: https://habr.com/ru/post/1433111/More articles:Avoid moving the cursor to autcmd BufWritePre in .vimrc - vimUnderstanding <> - androidWhy is git log empty even if a log file exists? - gitQuery to output horizontal output - sqlAlways got undef lager_transform error when using lager log framework - erlangIIS Error - HTTP Error 500.24 - Internal Server Error - asp.netHow to compare items between two unordered ListBox - c #When using registerNib: forCellReuseIdentifier, how do I set the UITableViewCell iVars? - iphoneThreadPool using ASIO - exit thread, task failed - c ++Mysql LOAD DATA INFILE update - mysqlAll Articles