hxcpp icon indicating copy to clipboard operation
hxcpp copied to clipboard

/home/runner/haxelib/hxcpp/4,2,1/include/hxcpp.h:23:13: fatal error: 'typeinfo' file not found #include <typeinfo> ^~~~~~~~~~ 1 error generated. Error: Could not create PCH

Open ghost opened this issue 2 years ago • 1 comments

im trying to compile on Android and it keeps crashing with this /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 is there a way to fix this?

ghost avatar Jun 12 '22 07:06 ghost

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.

justin-espedal avatar Jun 14 '22 08:06 justin-espedal