Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我什至无法在 OS X 上构建我的 SDL 程序;我收到此错误:
/Users/<redacted>/code/<redacted>/.hsenv/cabal/lib/SDL-0.6.4/ghc-7.4.1/HSSDL-0.6.4.o: unknown symbol `_SDL_HasSSE2'
我尝试从源代码重新编译 SDL,从 macports 安装它;没有任何效果。
我不太确定问题出在哪里,但是当我在 OSX 上时,我在 7.4.1 上遇到了很多问题。通过 HomeBrew 升级到 7.4.2 后,大部分问题都消失了。所以我建议尝试7.4.2。希望你能解决你的问题。