HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
291 stars 186 forks source link

GitHub Actions Compiling Issue #1000

Open Poyo2007 opened 2 years ago

Poyo2007 commented 2 years ago

Tried compiling for Android via GitHub Actions a few days ago... Left with a error message

`Creating /home/runner/work/vs-poyo-demoFINALIZED/vs-poyo-demoFINALIZED/export/release/android/obj/obj/android-v7/__pch/haxe/hxcpp.h.gch... /home/runner/haxelib/hxcpp/4,2,1/include/hxcpp.h:23:13: fatal error: 'typeinfo' file not found

include

        ^~~~~~~~~~

1 error generated. Error: Could not create PCH Error: Process completed with exit code 1.`

Is there anyway to fix it?

justin-espedal commented 2 years ago

This may be caused by using an unsupported NDK. Which NDK are you using to build with? Until https://github.com/HaxeFoundation/hxcpp/pull/992 is merged, the highest supported version is NDK 21e.

Poyo2007 commented 2 years ago

This may be caused by using an unsupported NDK. Which NDK are you using to build with? Until #992 is merged, the highest supported version is NDK 21e.

I'm using NDK r15c with HaxeFlixel