<div dir="ltr"><div><div>Hi all,<br>         <br></div>           While trying to run make in a project I encountered this message first;-<br>                <br>               ===> Plugin rebar_gdb_plugin not available. It will not be used.<br></div>  <br>           Then it crashed showing this message;-<br><br><div>           ===> Compiling /home/pavanan/pine/_build/default/lib/pine/src/pine_tools.erl failed<br>/home/pavanan/pine/_build/default/lib/pine/src/pine_tools.erl:339: illegal guard expression<br><br></div><div>          Looking at the code I found that the guard expression consists of a function <b>is_map(). <br></b></div><div>          That function didn't work in my erl console (returns function not found.).<br>          <br></div><div>          1. Are these errors related? and<br></div><div>          2. How can I make this work.<br></div></div>