2013-06-28 52 views
0

我想通過自己編譯VLC描述herebuild.sh拋出這個錯誤VLC編譯的Mac OS

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.4Xcode 4.6.2

回答