This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Haxe package


On Fri, May 26, 2017 at 9:01 PM, Jon Turney <jon.turney@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]