I’m doing:
cmake_android.bat Android -DURHO3D_LUA=1
cd Android
make -j8
if build without lua, then there is no problem.and successful running.(sorry.I’m not good at english.)
Linking CXX static library libBox2D.a
[ 62%] "Built target Box2D"
Scanning dependencies of target tolua++
[ 62%] Creating directories for ‘tolua++’
[ 62%] No download step for ‘tolua++’
[ 63%] No patch step for ‘tolua++’
[ 63%] No update step for ‘tolua++’
[ 63%] Performing configure step for ‘tolua++’
– The C compiler identification is unknown
– The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:25 (project):
No CMAKE_C_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable “CC” or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:25 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable “CXX” or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
– Configuring incomplete, errors occurred!
See also “E:/work/Urho3D/Android/Source/Urho3D/tolua+±prefix/src/tolua+±build/CMakeFiles/CMakeOutput.log”.
See also “E:/work/Urho3D/Android/Source/Urho3D/tolua+±prefix/src/tolua+±build/CMakeFiles/CMakeError.log”.
make[2]: *** [Source/Urho3D/tolua+±prefix/src/tolua+±stamp/tolua+±configure] Error 1
make[1]: *** [Source/Urho3D/CMakeFiles/tolua++.dir/all] Error 2
make: *** [all] Error 2