HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
295 stars 184 forks source link

Error when compiling via git. [Unknown compiler option "asmExe"] #1142

Closed sillycodergirl closed 2 weeks ago

sillycodergirl commented 3 weeks ago

Hello

I updated my hxcpp to git, and then it started giving the following error: Unknown compiler option "asmExe"

The issue was fixed when i swapped of git and to 4.3.2 and after comparing the files for any "asmExe" mention, there was no mention of asmExe but in git there was.

image image

hughsando commented 2 weeks ago

After updating from git, sometimes you need to recompile the 'hxcpp.n' file by running "haxe compile.hxml" in the tools/hxcpp directory. I have a mechanism to alert the programmer to this, which I have activated for this change.