Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. [DEBUG]: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=24 -isystem /home/tito/.buildozer/android/platform/android-ndk-r16b/sysroot/usr/include/arm-linux-androideabi -isysroot /home/tito/.buildozer/android/platform/android-ndk-r16b/sysroot -I/home/tito/code/pebblo_mobile_app/build/.buildozer/android/platform/build/build/python-installs/iciavant/include/python3.7 -DNDEBUG -g -fwrapv -O3 -Wall -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=24 -isystem /home/tito/.buildozer/android/platform/android-ndk-r16b/sysroot/usr/include/arm-linux-androideabi -isysroot /home/tito/.buildozer/android/platform/android-ndk-r16b/sysroot -I/home/tito/code/pebblo_mobile_app/build/.buildozer/android/platform/build/build/python-installs/iciavant/include/python3.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/home/tito/code/pebblo_mobile_app/build/.buildozer/android/platform/build/build/other_builds/python3/armeabi-v7a__ndk_target_24/python3/Include -fPIC -I/home/tito/code/pebblo_mobile_app/build/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Include -I/home/tito/code/pebblo_mobile_app/build/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build -c jnius/jnius.c -o build/temp.linux-x86_64-3.7/jnius/jnius.o
  2. [DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_convert_jstring_to_python':
  3. [DEBUG]: jnius/jnius.c:10131:19: warning: assignment discards 'const' qualifier from pointer target type
  4. [DEBUG]: __pyx_v_j_chars = (__pyx_v_j_env[0])->GetStringChars(__pyx_v_j_env, __pyx_v_j_string, NULL);
  5. [DEBUG]: ^
  6. [DEBUG]: jnius/jnius.c: In function '__pyx_pf_5jnius_5jnius_12MetaJavaBase___instancecheck__':
  7. [DEBUG]: jnius/jnius.c:18064:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  8. [DEBUG]: __pyx_t_9 = ((PyObject *)(__pyx_v_j_env[0])->CallLongMethod(__pyx_v_j_env, __pyx_v_obj, __pyx_v_meth));
  9. [DEBUG]: ^
  10. [DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_py_invoke0':
  11. [DEBUG]: jnius/jnius.c:32887:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  12. [DEBUG]: __pyx_t_2 = ((PyObject *)((void *)__pyx_v_jptr));
  13. [DEBUG]: ^
  14. [DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_create_proxy_instance':
  15. [DEBUG]: jnius/jnius.c:34033:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  16. [DEBUG]: __pyx_t_1 = __Pyx_PyInt_From_PY_LONG_LONG(((PY_LONG_LONG)((void *)__pyx_v_py_obj))); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 168, __pyx_L1_error)
  17. [DEBUG]: ^
  18. [DEBUG]: jnius/jnius.c: In function '__Pyx_PyCFunction_FastCall':
  19. [DEBUG]: jnius/jnius.c:50796:12: error: too many arguments to function '(struct PyObject * (*)(struct PyObject *, struct PyObject * const*, Py_ssize_t))meth'
  20. [DEBUG]: return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
  21. [DEBUG]: ^
  22. [DEBUG]: jnius/jnius.c: In function '__Pyx__ExceptionSave':
  23. [DEBUG]: jnius/jnius.c:51754:19: error: 'PyThreadState' has no member named 'exc_type'
  24. [DEBUG]: *type = tstate->exc_type;
  25. [DEBUG]: ^
  26. [DEBUG]: jnius/jnius.c:51755:20: error: 'PyThreadState' has no member named 'exc_value'
  27. [DEBUG]: *value = tstate->exc_value;
  28. [DEBUG]: ^
  29. [DEBUG]: jnius/jnius.c:51756:17: error: 'PyThreadState' has no member named 'exc_traceback'
  30. [DEBUG]: *tb = tstate->exc_traceback;
  31. [DEBUG]: ^
  32. [DEBUG]: jnius/jnius.c: In function '__Pyx__ExceptionReset':
  33. [DEBUG]: jnius/jnius.c:51763:22: error: 'PyThreadState' has no member named 'exc_type'
  34. [DEBUG]: tmp_type = tstate->exc_type;
  35. [DEBUG]: ^
  36. [DEBUG]: jnius/jnius.c:51764:23: error: 'PyThreadState' has no member named 'exc_value'
  37. [DEBUG]: tmp_value = tstate->exc_value;
  38. [DEBUG]: ^
  39. [DEBUG]: jnius/jnius.c:51765:20: error: 'PyThreadState' has no member named 'exc_traceback'
  40. [DEBUG]: tmp_tb = tstate->exc_traceback;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement