On Fri, May 26, 2017 at 9:01 PM, Jon Turney <jon.tur...@dronecode.org.uk> wrote:
> This fails to build for me, the first error is:
>
> make: *** No rule to make target 'libs/ilib/il.cmxa', needed by
> 'src/context/common.cmx'.  Stop.
>
> I wonder if I'm missing some build-dep?

I've just double check and it still build fine on my machine...
I notice your build log contains "make: *** Waiting for unfinished
jobs....", does it mean `make` was run in parallel mode somehow?
The Haxe makefile doesn't support parallel build so I set
`MAKEOPTS="-f Makefile.win"` that removes the `-j` opt. Maybe there is
some other setting that caused a parallel build?

Best,
Andy

Reply via email to