<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">When the build calls erlc, it passes it relative paths to the input and output directory, which can cause problems if you are running under MSYS and using a Windows build of erlc, because erlc will run in the Windows context rather than the bash context that mmc and MSYS are running in and thus have a different base for relative paths. I did find though that calling dir.get-current-directory does return the correct path from mmc's bash environment and thus prepending that to the paths passed to erlc may fix the problem - I have still to try it fully though.</span><br>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">(For some reason a moderator blocked this message off the list saying I'm not a member, but I am...?)</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Mark</span></div></div>