Skip to content

Instantly share code, notes, and snippets.

@kg
Created January 23, 2019 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kg/024c6ecd35961f20240af6f9184d1a0d to your computer and use it in GitHub Desktop.
Save kg/024c6ecd35961f20240af6f9184d1a0d to your computer and use it in GitHub Desktop.
Attempting to start compiler server...
.//build/start-compiler-server.sh '/home/kate/Projects/mono/mcs' '/home/kate/Projects/mono/mcs/build/compiler-server.log' 'monomake'
RoslynCommandLineLogFile=/home/kate/Projects/mono/mcs/build/compiler-server.log MONO_PATH=".//class/lib/monolite-linux/07423dee-1eb8-11e9-a2ee-43262508f9cf:.//class/lib/monolite-linux/07423dee-1eb8-11e9-a2ee-43262508f9cf/Facades:$MONO_PATH" /home/kate/Projects/mono/runtime/mono-wrapper --gc-params=nursery-size=64m /home/kate/Projects/roslyn/artifacts/bin/VBCSCompiler/Debug/net472/VBCSCompiler.exe -pipename:monomake &
Compiler server started with PID 94140.
make[7]: Leaving directory '/home/kate/Projects/mono/mcs'
.//build/start-compiler-server.sh: line 12: MONO_PATH=".//class/lib/monolite-linux/07423dee-1eb8-11e9-a2ee-43262508f9cf:.//class/lib/monolite-linux/07423dee-1eb8-11e9-a2ee-43262508f9cf/Facades:$MONO_PATH": No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment