我在为MAC 10.7.2构建VLCKit时遇到问题,出现错误
--------------------------------------------------------
ld: library not found for -lvlccore
Command /Developer/usr/bin/clang failed with exit code 1我已经看过这个论坛的https://forum.videolan.org/viewtopic.php?f=32&p=222191了
我怎么才能修复它?
发布于 2012-01-29 20:01:28
有几件事:
clang不是GCC。你上面指向的那个线程说VLC需要GCC编译器。然而,这个帖子也来自2009年。之前构建(并安装) vlccore库。
https://stackoverflow.com/questions/9052406
复制相似问题