我想尝试kivy / audiostream模块,但我无法使用sudo python2.7 setup.py install安装它我正在使用os x 10.9.2。
我收到此错误
生成了2个警告。 / usr / bin / clang -bundle -undefined dynamic_lookup -L / opt / local / lib -Wl,-headerpad_max_install_names -L / opt / local / lib / db46 build / temp.macosx-10.9-x86_64-2.7 / audiostream / platform / plat_mac.o build / temp.macosx-10.9-x86_64-2.7 / audiostream / platform / mac_ext.o -lSDL -lSDL_mixer -o build / lib.macosx-10.9-x86_64-2.7 / audiostream / platform / plat_mac.so ld:找不到-lSDL的库 clang:错误:链接器命令失败,退出代码为1(使用-v查看调用) 错误:命令' / usr / bin / clang'退出状态1失败
你有什么想法吗?
谢谢
答案 0 :(得分:0)
这解决了我的问题:
brew install sdl
brew install sdl_mixer