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でtrueに設定するにはどうすればよいですか??? または、どのような値が必要ですか?
マクロを Preprocessor Macros ビルド設定に追加します。私は Clunk を使用していませんが、CLUNK_USES_SSE を Preprocessor Macros ビルド設定に追加すると、マクロが true に設定されます。