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.
我创建了一个新的 xcode 项目并放入了 clunk 库的源文件(http://sourceforge.net/projects/clunk/)。当我尝试构建该项目时,出现以下错误:
error turn on SSE support with CLUNK_USES_SSE macro
如何将该宏设置为...我不知道..在 xcode 中为真???或者它需要什么价值?
将宏添加到预处理器宏构建设置。我没有使用 Clunk,但是将 CLUNK_USES_SSE 添加到 Preprocessor Macros 构建设置应该将宏设置为 true。