[erlang-questions] exprecs installation failure
Motiejus Jakštys
desired.mta@REDACTED
Fri Aug 5 08:55:12 CEST 2011
On Fri, Aug 05, 2011 at 08:47:02AM +0200, Ulf Wiger wrote:
> Hi Motiejus,
>
> What the error report says is that it can't find the parse_trans
> module, which exprecs relies on. Your "-pa ." option seems to take
> care of finding exprecs.beam, but not parse_trans.beam.
>
> In later versions of parse_trans, exprecs is in parse_trans/src, and
> you can even set your environment to find the parse_trans modules via
> ERL_LIBS.
>
> https://github.com/esl/parse_trans/tree/master/src
>
Adding parse_trans to dependencies helped.
I didn't realize exprecs depends on parse_trans. Thanks!
Motiejus
More information about the erlang-questions
mailing list