Closed thebluefish closed 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:
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
what haxe version?
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.
Escalated
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
:I attempt to compile with:
Resulting in the output: