Compilation VLC编译Mac OS

Compilation VLC编译Mac OS,compilation,makefile,vlc,Compilation,Makefile,Vlc,我正试图按照描述自己编译VLC,而build.sh抛出此错误 make all-am CCLD libvlccore.la Undefined symbols for architecture x86_64: "_iconv", referenced from: __nl_find_msg in libintl.a(dcigettext.o) (maybe you meant: _vlc_iconv_open, _vlc_iconv , _vlc_icon

我正试图按照描述自己编译
VLC
,而
build.sh
抛出此错误

make  all-am
  CCLD     libvlccore.la
Undefined symbols for architecture x86_64:
  "_iconv", referenced from:
      __nl_find_msg in libintl.a(dcigettext.o)
     (maybe you meant: _vlc_iconv_open, _vlc_iconv , _vlc_iconv_close )
  "_iconv_open", referenced from:
      __nl_find_msg in libintl.a(dcigettext.o)
     (maybe you meant: _vlc_iconv_open)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [libvlccore.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

我一点也不知道该怎么办。我正在运行
Mac OS 10.8.4
Xcode 4.6.2

您可能需要删除对环境中现有包管理器(如fink或macports)的引用

为此,请在执行任何其他操作之前使用以下命令:

我11个月前就放弃了:)但是谢谢,如果我的电脑上安装了自制软件,可能是这样的