Hi everyone, I am trying to build Unreal Engine from source. However I'm encountering this error whenever i am executing following command. I only included the first part of the output since it keeps repeating itself over all the 193actions.
Even a small point in the right direction is highly appreciated! ;-) Thanks in advance! ______________________________________________ ./Engine/Build/BatchFiles/Mac/Build.sh UE4Game HTML5 Development Setting up Mono Building UBT... 0 Error(s) Building UE4Game... 2015-09-02 17:23:27.368 defaults[8967:41690] The domain/default pair of (/Users/Dtec/Library/Preferences/com.apple.dt.Xcode, IDEBuildOperationMaxNumberOfConcurrentCompileTasks) does not exist Running command : Engine/Binaries/DotNET/UnrealBuildTool.exe UE4Game HTML5 Development Setting Emscripten SDK Performing 193 actions (2 in parallel) [2/193] python Module.CharacterAI.cpp [1/193] python Module.Paper2D.cpp WARNING root: Could not verify LLVM version: [Errno 13] Permission denied WARNING root: Could not verify LLVM version: [Errno 13] Permission denied WARNING root: cannot check node version: [Errno 13] Permission denied WARNING root: cannot check node version: [Errno 13] Permission denied WARNING root: could not check fastcomp: [Errno 13] Permission denied WARNING root: could not check fastcomp: [Errno 13] Permission denied INFO root: (Emscripten: Running sanity checks) INFO root: (Emscripten: Running sanity checks) Checking JS engine ['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node'] failed. Check /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten. Details: [Errno 13] Permission denied Checking JS engine ['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node'] failed. Check /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten. Details: [Errno 13] Permission denied CRITICAL root: The JavaScript shell used for compiling (['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node']) does not seem to work, check the paths in /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten CRITICAL root: The JavaScript shell used for compiling (['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node']) does not seem to work, check the paths in /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten [3/193] python LightPropagationVolumeRuntime.generated.cpp [4/193] python Module.HTML5Networking.cpp WARNING root: Could not verify LLVM version: [Errno 13] Permission denied WARNING root: Could not verify LLVM version: [Errno 13] Permission denied WARNING root: cannot check node version: [Errno 13] Permission denied WARNING root: cannot check node version: [Errno 13] Permission denied WARNING root: could not check fastcomp: [Errno 13] Permission denied WARNING root: could not check fastcomp: [Errno 13] Permission denied INFO root: (Emscripten: Running sanity checks) INFO root: (Emscripten: Running sanity checks) Checking JS engine ['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node'] failed. Check /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten. Details: [Errno 13] Permission denied Checking JS engine ['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node'] failed. Check /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten. Details: [Errno 13] Permission denied CRITICAL root: The JavaScript shell used for compiling (['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node']) does not seem to work, check the paths in /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten CRITICAL root: The JavaScript shell used for compiling (['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node']) does not seem to work, check the paths in /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten [5/193] python HTML5Networking.generated.cpp [6/193] python Module.LightPropagationVolumeRuntime.cpp WARNING root: Could not verify LLVM version: [Errno 13] Permission denied WARNING root: Could not verify LLVM version: [Errno 13] Permission denied WARNING root: cannot check node version: [Errno 13] Permission denied WARNING root: cannot check node version: [Errno 13] Permission denied WARNING root: could not check fastcomp: [Errno 13] Permission denied INFO root: (Emscripten: Running sanity checks) WARNING root: could not check fastcomp: [Errno 13] Permission denied INFO root: (Emscripten: Running sanity checks) Checking JS engine ['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node'] failed. Check /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten. Details: [Errno 13] Permission denied Checking JS engine ['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node'] failed. Check /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten. Details: [Errno 13] Permission denied CRITICAL root: The JavaScript shell used for compiling (['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node']) does not seem to work, check the paths in /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten CRITICAL root: The JavaScript shell used for compiling (['/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node']) does not seem to work, check the paths in /Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/.emscripten And so it goes on and on... ______________________________________________________ -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
