[erlang-questions] Failed to run make..
Éric Pailleau
eric.pailleau@REDACTED
Mon Jan 11 21:03:47 CET 2016
Hi
You can use crownedgrouse/geas plugin on code to know what Erlang version is needed.
My last commit allow to work on source files instead Beam files. You simply have to set GEAS_USE_SRC=1 as environment variable.
Still working on feature.
Regards
Le 11 janv. 2016 8:30 AM, Vimal Kumar <vimal7370@REDACTED> a écrit :
>
> Hi,
>
> If erlang:is_map/1 is not available then you should try upgrading erlang to the latest version.
>
>
> On Mon, Jan 11, 2016 at 11:23 AM, Pavanan M S <pavananms@REDACTED> wrote:
>>
>> Hi all,
>>
>> While trying to run make in a project I encountered this message first;-
>>
>> ===> Plugin rebar_gdb_plugin not available. It will not be used.
>>
>> Then it crashed showing this message;-
>>
>> ===> Compiling /home/pavanan/pine/_build/default/lib/pine/src/pine_tools.erl failed
>> /home/pavanan/pine/_build/default/lib/pine/src/pine_tools.erl:339: illegal guard expression
>>
>> Looking at the code I found that the guard expression consists of a function is_map().
>> That function didn't work in my erl console (returns function not found.).
>>
>> 1. Are these errors related? and
>> 2. How can I make this work.
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>
More information about the erlang-questions
mailing list