![]() |
endpwent import error - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: endpwent import error (/showthread.php?tid=280134) |
endpwent import error - dvenum - 2016-06-18 Hello. I am trying to build android apk from sources and have this linking error: Quote:CPP xbmc/CompileInfo.o This is strange, because 'nm /opt/android-toolchain-arm/android-17/sysroot/usr/lib/libc.so | grep endpwent' return nothing. I am using android-ndk-r11c from official site and latest sdk version: https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz Must I use previous version of ndk? My build machine: Linux 4.4.0-24-generic #43-Ubuntu SMP x86_64 GNU/Linux RE: endpwent import error - MrMC - 2016-06-18 you need https://github.com/MrMC/mrmc/blob/master/tools/depends/target/mysql/06-no-endpwent.patch and change the Makefile to use it RE: endpwent import error - dvenum - 2016-06-18 MrMC This work, thanks you a lot. Ready solution for someone: Quote:build@helia:~/kodi-android/tools/depends/target/mysql$ diff -c Makefile-orig Makefile Quote:build@helia:~/kodi-android/tools/depends/target/mysql$ cat 06-no-endpwent.patch |