![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Toguro |
![]() |
Old Version | Published before Godot 3 was released. |
Hello.
I try to use my module for Android and first I need templates. I can’t get templates because I get this error message:
android-ndk-r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_algobase.h:59:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
scons: *** [modules/mymodule/register_types.android.opt.debug.armv7.neon.o] Error 1
scons: building terminated because of errors.
I use:
$ scons platform=android target=release_debug
My system is ubuntu 64 bits
I can’t solve this problem alone, please I need help.
Thank you.