UE4 の master ブランチを Mac でビルドする時の問題。
なんか bad CPU type みたいなエラーがでていた。
最新版の Mono をインストールしたら治った。
ispc/ispc: Intel SPMD Program Compiler これのことらしい。 実行ビットが立っていなかった。
priscilla:~ toru$ cd src/UnrealEngine/Engine/Source/ThirdParty/IntelISPC
priscilla:IntelISPC toru$ file ./bin/Mac/ispc
./bin/Mac/ispc: Mach-O 64-bit executable x86_64
priscilla:IntelISPC toru$ ls -l ./bin/Mac/ispc
-rw-r--r-- 1 toru staff 75948080 12 26 14:21 ./bin/Mac/ispc
priscilla:IntelISPC toru$ chmod +x ./bin/Mac/ispc