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 29/05/2017 03:11, Andy Li wrote:
On Fri, May 26, 2017 at 9:01 PM, Jon Turney 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?

Yes, that seems to be it.  I have "MAKEFLAGS=-j8" in my environment.

I think the cygport reference manual recommends an explicit "-j1" in the cygport MAKEOPTS variable for packages which do not build properly with a parallel make.

With that added, package looks GTG.  I added it to your uploads.


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