Harekaze / pvr.chinachu

Chinachu PVR client for Kodi/XBMC
https://mzyy94.com/blog/2017/02/04/pvr-chinachu-4/
GNU General Public License v3.0
50 stars 10 forks source link

Android ARM Build Error #16

Closed mizucoffee closed 7 years ago

mizucoffee commented 7 years ago

Description

./bootstrap
./configure --host=arm-linux-androideabi
make CPPFLAGS=-DPICOJSON_USE_LOCALE=0 # この行で失敗
ls pvr.chinachu.*.zip

を実行したときに失敗する

エラー

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libpvrchinachu.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Your Environment

Android NDK導入、及びパス通し済み(ndk-buildコマンド実行可)。

Hardware

Software

Versions

Git Tag:a6b6ae5

P.S.

Releaseページにて3.2.0からAndroid版のビルド済みファイルのDLが不可になっていますが、もしかしてこちらと関係ありますでしょうか。

mzyy94 commented 7 years ago

Fixed fb4170f315f1cea2bbba51e80d79330f4fbe5ebb

mizucoffee commented 7 years ago

Thanks! ;D