<div dir="ltr"><div><div>Assuming it built before but doesn't build now:<br>make clean does not do complete cleaning, some stuff remains on disk and can create problems. I can blame the overcomplicated build system.<br></div>Anyway try git clean -f -x, or do a clean checkout from git (or faster: git clone from one directory to another, but then you lose git remotes).<br><br></div>If it never built for you before, then no amount of cleaning is going to fix it. Show the errors which you receive.<br></div><br><div class="gmail_quote"><div dir="ltr">tis 13 sep. 2016 kl 10:48 skrev Leo Liu <<a href="mailto:sdl.web@gmail.com">sdl.web@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 2016-09-13 05:09 +0200, Björn Gustavsson wrote:<br>
> On Mon, Sep 12, 2016 at 4:10 PM, Leo Liu <<a href="mailto:sdl.web@gmail.com" target="_blank">sdl.web@gmail.com</a>> wrote:<br>
[snipped 6 lines]<br>
> Did you run "git clean" to clean the repository before running those commands?<br>
><br>
> Cleaning the repository is often necessary if you have switched from<br>
> the master branch to the maint branch or vice versa.<br>
><br>
> /Bjorn<br>
<br>
Did that and got the same failure. Then make clean and got the same<br>
failure.<br>
<br>
Looks like somewhere something is wrong.<br>
<br>
Leo<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>