Anybody with strange error while pressing “Compile” from Editor?
Just trying to compile a very basic c++ class which was perfectly working on 4.8, but doesn’t on 4.9 due to this strange error:
[]
Warning: Starting HotReload took 0.0s.
CompilerResultsLog: New page: Compilation - Aug 26, 2015, 12:21:57 AM
CompilerResultsLog: Info
CompilerResultsLog: Info Running Mono…
CompilerResultsLog: Info
CompilerResultsLog: Info Setting up Mono
CompilerResultsLog: Info ~/ue4.9-p4/Engine ~/ue4.9-p4/Engine/Binaries/Mac
CompilerResultsLog: Info Compiling game modules for hot reload
CompilerResultsLog: Info Performing 2 actions (8 in parallel)
CompilerResultsLog: Info [1/2] Compile PlayCloud.cpp
CompilerResultsLog: Info [2/2] Link UE4Editor-TestProject-2556-Mac-Debug.dylib
CompilerResultsLog: Info clang: error: no such file or directory: ‘???/Users/marborromeo/Documents/Unreal Projects/TestProject/Intermediate/Build/Mac/UE4Editor/Debug/TestProject/TestProject.cpp.o’
CompilerResultsLog: Info -------- End Detailed Actions Stats -----------------------------------------------------------
CompilerResultsLog: Info ERROR: UBT ERROR: Failed to produce item: /Users/marborromeo/Documents/Unreal Projects/TestProject/Binaries/Mac/UE4Editor-TestProject-2556-Mac-Debug.dylib
CompilerResultsLog: Info Total build time: 12.71 seconds
LogMainFrame: MainFrame: Module compiling took 14.394 seconds
Warning: HotReload failed, recompile failed
[/]
UE4.9 compiled from source (commit f5e5090 - tag 4.9.0-preview-4) on OSX 10.10.4 / XCode 6.4 + custom patch (removed “-fno-rtti” from MacToolChain.cs).
Maybe that “???” in the path is preventing the linker to find the object file? How can i get rid of those question marks?