[erlang-questions] maint branch failed to build on osx

Dmytro Lytovchenko dmytro.lytovchenko@REDACTED
Tue Sep 13 11:13:59 CEST 2016


Assuming it built before but doesn't build now:
make clean does not do complete cleaning, some stuff remains on disk and
can create problems. I can blame the overcomplicated build system.
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).

If it never built for you before, then no amount of cleaning is going to
fix it. Show the errors which you receive.

tis 13 sep. 2016 kl 10:48 skrev Leo Liu <sdl.web@REDACTED>:

>
>
> On 2016-09-13 05:09 +0200, Björn Gustavsson wrote:
> > On Mon, Sep 12, 2016 at 4:10 PM, Leo Liu <sdl.web@REDACTED> wrote:
> [snipped 6 lines]
> > Did you run "git clean" to clean the repository before running those
> commands?
> >
> > Cleaning the repository is often necessary if you have switched from
> > the master branch to the maint branch or vice versa.
> >
> > /Bjorn
>
> Did that and got the same failure. Then make clean and got the same
> failure.
>
> Looks like somewhere something is wrong.
>
> Leo
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160913/8a32f621/attachment.htm>


More information about the erlang-questions mailing list