Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Linux support #411

Open
UzayAnil opened this issue Dec 10, 2020 · 0 comments
Open

Linux support #411

UzayAnil opened this issue Dec 10, 2020 · 0 comments

Comments

@UzayAnil
Copy link

When I run "make," this is what happens:

make -j1 libmono-urho.so -f MakeAndroid ABI="armeabi"
make[1]: Entering directory '/home/engin/urho'
rm -rf Urho3D/Urho3D_Android/armeabi && mkdir "Urho3D/Urho3D_Android/armeabi" && cd Urho3D/Source && cmake -E make_directory ../Urho3D_Android/armeabi && cmake -E chdir ../Urho3D_Android/armeabi cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=../../Urho3D/Source/CMake/Toolchains/Android.cmake .../Urho3D_Android/armeabi -DANDROID=1 -DANDROID_ABI=armeabi -DANDROID_NATIVE_API_LEVEL=android-15 -DANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-4.9 -DCMAKE_BUILD_TYPE=Release -DURHO3D_PCH=0 -DURHO3D_C++11=0 -DURHO3D_TOOLS=0 -DURHO3D_LUA=0 -DURHO3D_WEBP=0 -DURHO3D_ANGELSCRIPT=0 -DURHO3D_SSE=0 ../../../Urho3D/Source/
CMake Error: The source directory "/home/engin/urho/Urho3D/Urho3D_Android/armeabi/.../Urho3D_Android/armeabi" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make[1]: *** [MakeAndroid:88: Urho3D_Android] Error 1
make[1]: Leaving directory '/home/engin/urho'
make: *** [Makefile:28: Android_armeabi] Error 2

How do I fix this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant