Git Product home page Git Product logo

Comments (8)

nosami avatar nosami commented on May 21, 2024

My xbuild output is as follows :-

XBuild Engine Version 2.10.8.0
Mono, Version 2.10.8.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2011.

Build started 28/04/2013 15:26:52.
__________________________________________________
Project "/home/jason/src/Omnisharp/OmniSharp.sln" (default target(s)):
    Target ValidateSolutionConfiguration:
        Building solution configuration "Debug|Any CPU".
    Target Build:
        Project "/home/jason/src/Omnisharp/Microsoft.Build.Evaluation/Microsoft.Build.Evaluation.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Debug Platform: AnyCPU
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target CoreCompile:
            Skipping target "CoreCompile" because its outputs are up-to-date.
        Done building project "/home/jason/src/Omnisharp/Microsoft.Build.Evaluation/Microsoft.Build.Evaluation.csproj".
        Project "/home/jason/src/Omnisharp/OmniSharp/OmniSharp.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Debug Platform: AnyCPU
            Target RestorePackages:
                Executing: mono --runtime=v4.0.30319 /home/jason/src/Omnisharp/.nuget/NuGet.exe install "packages.config" -source ""   -o "/home/jason/src/Omnisharp/packages"
                Successfully installed 'Mono.Cecil 0.9.5.4'.
                Successfully installed 'Nancy 0.16.1'.
                Successfully installed 'Nancy.Hosting.Self 0.16.1'.
                Successfully installed 'ICSharpCode.NRefactory 5.3.0'.
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target CoreCompile:
            Skipping target "CoreCompile" because its outputs are up-to-date.
            Target _CopyAppConfigFile:
            Skipping target "_CopyAppConfigFile" because its outputs are up-to-date.
        Done building project "/home/jason/src/Omnisharp/OmniSharp/OmniSharp.csproj".
        Project "/home/jason/src/Omnisharp/OmniSharp.Tests/OmniSharp.Tests.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Debug Platform: AnyCPU
            Target RestorePackages:
                Executing: mono --runtime=v4.0.30319 /home/jason/src/Omnisharp/.nuget/NuGet.exe install "packages.config" -source ""   -o "/home/jason/src/Omnisharp/packages"
                Successfully installed 'Nancy.Testing 0.16.1'.
                Successfully installed 'NUnit 2.6.2'.
                Successfully installed 'Nancy 0.16.1'.
                Successfully installed 'ICSharpCode.NRefactory 5.3.0'.
                Successfully installed 'CsQuery 1.3.4'.
                Successfully installed 'Should 1.1.12.0'.
                Successfully installed 'Mono.Cecil 0.9.5.4'.
            Target ResolveAssemblyReferences:
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'Nancy.Authentication.Forms, Version=0.16.1.0, Culture=neutral, PublicKeyToken=null' not resolved
                For searchpath /home/jason/src/Omnisharp/packages/Nancy.Testing.0.16.1/lib/net40
                Considered '/home/jason/src/Omnisharp/packages/Nancy.Testing.0.16.1/lib/net40/Nancy.Authentication.Forms' as a file, but the file does not exist
                Considered '/home/jason/src/Omnisharp/packages/Nancy.Testing.0.16.1/lib/net40/Nancy.Authentication.Forms.exe' as a file, but the file does not exist
                Considered '/home/jason/src/Omnisharp/packages/Nancy.Testing.0.16.1/lib/net40/Nancy.Authentication.Forms.dll' as a file, but the file does not exist
                For searchpath {CandidateAssemblyFiles}
                Warning: {CandidateAssemblyFiles} not supported currently
                For searchpath {HintPathFromItem}
                HintPath attribute not found
                For searchpath {TargetFrameworkDirectory}
                Considered target framework dir /usr/lib/mono/4.0, assembly named 'Nancy.Authentication.Forms' not found.
                For searchpath {PkgConfig}
                Considered Nancy.Authentication.Forms, Version=0.16.1.0, Culture=neutral, PublicKeyToken=null, but could not find in any pkg-config files.
                For searchpath {GAC}
                Considered Nancy.Authentication.Forms, Version=0.16.1.0, Culture=neutral, PublicKeyToken=null, but could not find in the GAC.
                For searchpath {RawFileName}
                Considered '/home/jason/src/Omnisharp/OmniSharp.Tests/Nancy.Authentication.Forms, Version=0.16.1.0, Culture=neutral, PublicKeyToken=null' as a file, but the file does not exist
                For searchpath bin/Debug/
                Considered '/home/jason/src/Omnisharp/OmniSharp.Tests/bin/Debug/Nancy.Authentication.Forms' as a file, but the file does not exist
                Considered '/home/jason/src/Omnisharp/OmniSharp.Tests/bin/Debug/Nancy.Authentication.Forms.exe' as a file, but the file does not exist
                Considered '/home/jason/src/Omnisharp/OmniSharp.Tests/bin/Debug/Nancy.Authentication.Forms.dll' as a file, but the file does not exist
/usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'CsQuery, Version=1.3.3.249, Culture=neutral, PublicKeyToken=null' and 'CsQuery, Version=1.3.3.5, Culture=neutral, PublicKeyToken=null'. Using 'CsQuery, Version=1.3.3.249, Culture=neutral, PublicKeyToken=null' reference.
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target CoreCompile:
            Skipping target "CoreCompile" because its outputs are up-to-date.
        Done building project "/home/jason/src/Omnisharp/OmniSharp.Tests/OmniSharp.Tests.csproj".
Done building project "/home/jason/src/Omnisharp/OmniSharp.sln".

Build succeeded.

Warnings:

/home/jason/src/Omnisharp/OmniSharp.sln (default targets) ->
(Build target) ->
/home/jason/src/Omnisharp/OmniSharp.Tests/OmniSharp.Tests.csproj (default targets) ->
/usr/lib/mono/4.0/Microsoft.Common.targets (ResolveAssemblyReferences target) ->

    /usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
    /usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
    /usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
    /usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
    /usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Reference 'Nancy.Authentication.Forms, Version=0.16.1.0, Culture=neutral, PublicKeyToken=null' not resolved
    /usr/lib/mono/4.0/Microsoft.Common.targets:  warning : Found a conflict between : 'CsQuery, Version=1.3.3.249, Culture=neutral, PublicKeyToken=null' and 'CsQuery, Version=1.3.3.5, Culture=neutral, PublicKeyToken=null'. Using 'CsQuery, Version=1.3.3.249, Culture=neutral, PublicKeyToken=null' reference.

     6 Warning(s)
     0 Error(s)

Time Elapsed 00:00:51.5287720

I remember Nuget being problematic to get working correctly on linux, though it's some time since I did it. I can't remember the exact steps. I think I followed the steps here http://monomvc.wordpress.com/2012/03/06/nuget-on-mono/

If you still have problems compiling, maybe I should create a fork without Nuget. Alternatively, DM me your email and I can give you access to the build server where you can download a Release build.

from omnisharp-vim.

nosami avatar nosami commented on May 21, 2024

p.s. I wouldn't put the whole git tree under your .vim/bundle directory. Underneath your .vim/bundle/Omnisharp folder should just be the contents of the vimfiles folder.

from omnisharp-vim.

chtenb avatar chtenb commented on May 21, 2024

Thanks for your answer. I will try to install nuget. I would rather avoid using a release build of Omnisharp, since I want to be able to adept the code.

from omnisharp-vim.

chtenb avatar chtenb commented on May 21, 2024

About the git tree, I use Vundle to manage my plugins, which means that its done automatically. But I don't think its a problem. I see more plugins doing likewise.

from omnisharp-vim.

nosami avatar nosami commented on May 21, 2024

OK.. please let me know if it works. I use Pathogen which uses the same tree structure as Vundle but just assumed that it wouldn't work as OmniSharp's vim files are one level lower down than most Pathogen plugins.

You have some interesting vim plugins btw :)

from omnisharp-vim.

chtenb avatar chtenb commented on May 21, 2024

Ah, now I understand what you meant to say about the vimfiles. Indeed they don't get loaded this way. I assumed they were somehow sourced. :)

You mentioned earlier something about Omnisharp without nuget. I actually would like that very much. This would make things easier for people who don't have visual studio installed. And since I (and many people, I think) would use this plugin to replace visual studio, it might be a good idea to make Omnisharp independent of visual studio.

from omnisharp-vim.

nosami avatar nosami commented on May 21, 2024

OK. I've included the binary packages into the source tree. I feel a little dirty somehow doing this, but it should work without Nuget now.

from omnisharp-vim.

chtenb avatar chtenb commented on May 21, 2024

Thanks a lot! I just compiled the stuff without errors, only some warnings. I agree with you on the dirtyness of it, but it works for now. We may get a better solution at some point.

from omnisharp-vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.