Type not found : Any

Hey. I’ve got a Heaps problem when running haxe compile.hxml. I’m getting this error message:

$ haxe compile.hxml
/usr/share/haxelib/heaps/1,6,1/hxd/impl/AnyProps.hx:5: characters 8-38 : Type not found : Any

I can’t seem to found any help on that. Any ideas?

Thanks in advance.

Edit: Here are the contents of my compile.hxml file:

-cp src
-lib heaps
-js main.js
-main Main

Any was added in haxe 3.4.0, so you might have a version of haxe that is too old.