Closed zurgeg closed 4 years ago
Why don't you simply install it then? It's a system dependency required by one of your requirements. By the way you can also install:
automake
for the aclocal
binaryautoconf
for the autoreconf
binarylibltdl-dev
which defines the LT_SYS_SYMBOL_USCORE
macroI did that and it started working!
Why don't you simply install it then? It's a system dependency required by one of your requirements. By the way you can also install:
automake
for theaclocal
binaryautoconf
for theautoreconf
binarylibltdl-dev
which defines theLT_SYS_SYMBOL_USCORE
macro
You might also need to install libffi-dev
and reinstall python from source, to be able to read these changes. Else you might run into some more dependency issues.
For me i got _ctypes not found
error, when trying to package as apk file using buildozer
For someone using Google Console to create an APK, you can run these commands: !sudo apt-get autoconf install !sudo apt-get update !sudo apt-get install libtool !sudo apt-get autopoint install
Versions
Description
Whenever I try to build, it gets through most of the process, and then errors out with something about autoreconf not being found.
buildozer.spec
Command:
Spec file:
Logs