Created
December 7, 2017 02:06
-
-
Save ApolloTang/57879804ab9ea4adb7e93911bf18cf5f to your computer and use it in GitHub Desktop.
YouCompleteMe build in OmniSharpServer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer | |
$ msbuild /property:Configuration=Release /property:TargetFrameworkVersion=v4.5 | |
Microsoft (R) Build Engine version 15.4.0.0 (master/f296e67b Wed Oct 18 09:47:05 EDT 2017) for Mono | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Build started 2017-12-06 9:06:28 PM. | |
Project "/Users/apollotang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln" on node 1 (default targets). | |
/Users/apollotang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln.metaproj : error MSB4126: The specified solution configuration "Release|mac" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [/Users/apollotang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln] | |
Done Building Project "/Users/apollotang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln" (default targets) -- FAILED. | |
Build FAILED. | |
"/Users/apollotang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln" (default target) (1) -> | |
(ValidateSolutionConfiguration target) -> | |
/Users/apollotang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln.metaproj : error MSB4126: The specified solution configuration "Release|mac" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [/Users/apollotang/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer/OmniSharp.sln] | |
0 Warning(s) | |
1 Error(s) | |
Time Elapsed 00:00:00.49 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment