GodotVR / godot_oculus_mobile

Godot Oculus mobile drivers (Oculus Go / Oculus Quest)
MIT License
169 stars 34 forks source link

Build procedure error #113

Closed davvore33 closed 4 years ago

davvore33 commented 4 years ago

Hi, I'm trying to build your plugin but this is what i got when i try gradlew procedure

./gradlew :generatePluginBinary

> Task :OVRMobile:externalNativeBuildDebug FAILED
Build godot_ovrmobile_armeabi-v7a
ninja: Entering directory `/home/matteo/Documents/godot_oculus_mobile/plugin/.cxx/cmake/debug/armeabi-v7a'
ninja: error: '../../../../libs/ovr_sdk_mobile/VrApi/Libs/Android/armeabi-v7a/Debug/libvrapi.so', needed by '../../../../build/intermediates/cmake/debug/obj/armeabi-v7a/libgodot_ovrmobile.so', missing and no known rule to make it

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':OVRMobile:externalNativeBuildDebug'.
> Build command failed.
  Error while executing process /home/matteo/Android/Sdk/cmake/3.10.2.4988404/bin/ninja with arguments {-C /home/matteo/Documents/godot_oculus_mobile/plugin/.cxx/cmake/debug/armeabi-v7a godot_ovrmobile}
  ninja: Entering directory `/home/matteo/Documents/godot_oculus_mobile/plugin/.cxx/cmake/debug/armeabi-v7a'

  ninja: error: '../../../../libs/ovr_sdk_mobile/VrApi/Libs/Android/armeabi-v7a/Debug/libvrapi.so', needed by '../../../../build/intermediates/cmake/debug/obj/armeabi-v7a/libgodot_ovrmobile.so', missing and no known rule to make it

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 607ms
2 actionable tasks: 2 executed

Am I missing some deps?

m4gr3d commented 4 years ago

Seems like you're missing the Oculus mobile SDK. Follow the instructions in the readme to find out how to access it and set it up for the project.

m4gr3d commented 4 years ago

@davvore33 Closing this issue. Feel free to reopen if you're still having build errors.