Compiling VLC Android does not work properly – iconv not found

I am trying to compile VLC Android. Androidcompile from source code according to this manual

I received this error:

  CC       src/smb_utils.lo
src/smb_utils.c:32:19: Fatal error: iconv.h: No such file or directory
 #include <iconv.h>
               ^
compilation terminated.
make[1]: *** [src/smb_utils.lo] Error 1

Finally, this is:

checking for iconv... no, consider installing GNU libiconv
configure: error: iconv() not found
make: *** [.zvbi] Error 1
contribs: make Failed

Strangely, it worked normally yesterday. I'm using Linux Mint 17.2

resolvent:

A solution has been found (actually a solution). The problem is that the Android patch of iconv (contrib / SRC / iconv / libiconv Android IOS. Patch) cannot be applied. It has been applied in iconv version 1.14

The temporary solution is to comment out the patch for Android. It is located on line 26 of contrib / SRC / iconv / rules.mak

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>