kevinresol / exp-ecs

Experimental macro-powered Entity-Component-System game engine
59 stars 5 forks source link

Unable to compile for HashLink #3

Closed thebluefish closed 5 years ago

thebluefish commented 5 years ago

I'm unable to build with this library when targeting HashLink. I am trying to target HashLink because I wish to use Heaps.

With an example src/Main.hx:

package ;

using tink.CoreApi;

import ecs.*;

class Main {
  static function main() {
    var engine = new Engine();
  }
}

I attempt to compile with:

haxe -debug -lib ecs -cp src -hl bin/foobar.hl -main Main

Resulting in the output:

Stack overflow
kevinresol commented 5 years ago

what haxe version?

thebluefish commented 5 years ago

Oh, apologies. This is using 4.0.0-rc2, and 4.0.0-rc1 also produces the same behavior. Haxe version 3.4.7 exits with code 3221225725.

kevinresol commented 5 years ago

Escalated