Tried building on 2 different laptops Win7 & Win10 with 4 different versions of Haxe and related libs.
Reproducible on latest Haxe 4.2.4 and older versions back to 4.1.3 / 4.1.4
did
haxelib install haxeui-core
and
haxelib install haxeui-pdcurses
(using other ways like haxelib run haxeui-core create pdcurses did not work either)
created new dir HaxeUI
changed dir to HaxeUI
ran
HaxeUI> haxelib run haxeui-core create pdcurses
various files and dirs were created OK (I guess…)
ran
HaxeUI> haxe pdcurses.hxml
Got Error
Error: Could not find include file “C:/HaxeToolkit_4_2_4/haxe/lib/haxeui-pdcurses/1,3,0/Build.xml”
found Build.xml in subdir HaxeUI > build > pdcurses
copied Build.xml to
C:/HaxeToolkit_4_2_4/haxe/lib/haxeui-pdcurses/1,3,0 directory
then ran haxe again
HaxeUI> haxe pdcurses.hxml
There was no immediate Error but build ran a long time and finally Neko.exe had severe error
Too many heap segments
When popup shows
Neko.exe had allocated ~ 1.6 GB which seems excessive
Also I think hxcpp was using a 32 bit C++ compiler (not sure but possible. I know on Win7 that is correct)
Did you try pdcurses as Win 32 bit compile ?
So I will work on other stuff for now.
Thanks for your help!
Cheers