Non-portable path to file:when building project for linux

The only way i found is to disable “-Werror” in engine.
To do this change LinuxToolChain.cs:315

-Result += " -Wall -Werror";
+Result += " -Wall";