Skip to content

Instantly share code, notes, and snippets.

@aaronfeng
Created April 16, 2011 05:45
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 aaronfeng/922905 to your computer and use it in GitHub Desktop.
Save aaronfeng/922905 to your computer and use it in GitHub Desktop.
Making all in man
make[1]: Nothing to be done for `all'.
Making all in src
Making all in libeio
make all-am
Making all in libev
make all-am
make[3]: Nothing to be done for `all-am'.
Making all in libmanos
make all-am
Making all in Manos
/usr/bin/xbuild ./Manos.csproj
XBuild Engine Version 2.8.1.0
Mono, Version 2.8.1.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.
Build started 4/16/2011 1:44:43 AM.
__________________________________________________
Project "/Users/afeng/development/mono/manos2.git/src/Manos/Manos.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/2.8.1/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.
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Mono.framework/Versions/2.8.1/bin/dmcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/Manos.dll Manos.IO.Libev/IOLoop.cs Manos.IO/IOStream.cs Manos.IO/SendFileOperation.cs Manos.Managed/AsyncWatcher.cs Manos.Managed/IOLoop.cs Manos.Managed/Libeio.cs Manos.Managed/SendFileOperation.cs Manos.Managed/Socket.cs Manos/Loop.cs Manos/BaseWatcher.cs Manos/DeleteAttribute.cs Manos/GetAttribute.cs Manos/HeadAttribute.cs Manos/HttpMethodAttribute.cs Manos/IgnoreAttribute.cs Manos/ManosApp.cs Manos/ManosContext.cs Manos/IManosModule.cs Manos/ManosModule.cs Manos/ManosMimeTypes.cs Manos/OptionsAttribute.cs Manos/PostAttribute.cs Manos/PutAttribute.cs Manos/TraceAttribute.cs Manos.Http/HState.cs Manos.Http/HttpCallback.cs Manos.Http/HttpCookie.cs Manos.Http/HttpDataCallback.cs Manos.Http/HttpErrorCallback.cs Manos.Http/HttpFormDataHandler.cs Manos.Http/HttpMethod.cs Manos.Http/HttpMultiPartFormDataHandler.cs Manos.Http/HttpParser.cs Manos.Http/HttpStream.cs Manos.Http/HttpStreamWriterWrapper.cs Manos.Http/IHttpBodyHandler.cs Manos.Http/ParserSettings.cs Manos.Http/ParserType.cs Manos.Http/State.cs Manos.Http/HttpEntity.cs Manos.Http/HttpException.cs Manos.Http/HttpHeaders.cs Manos.Http/HttpRequest.cs Manos.Http/HttpResponse.cs Manos.Http/HttpServer.cs Manos.Http/HttpTransaction.cs Manos.Http/HttpUtility.cs Manos.Http/IHttpRequest.cs Manos.Http/IHttpResponse.cs Manos.Http/IHttpTransaction.cs Manos.Http/UploadedFile.cs Manos.Routing/RouteHandler.cs Manos.IO/ConnectionAcceptedEventArgs.cs Manos.IO/IOLoop.cs Manos.IO.Libev/IOStream.cs Manos.IO/NopWriteOperation.cs Manos.IO/SendBytesOperation.cs Manos.IO.Libev/SocketStream.cs Manos.IO/IWriteOperation.cs Manos/IManosContext.cs Manos.Logging/IManosLogger.cs Manos.Logging/ManosConsoleLogger.cs Manos.Logging/LogLevel.cs Manos.Testing/MockManosModule.cs Manos.Http.Testing/MockHttpTransaction.cs Manos.Http.Testing/MockHttpRequest.cs Manos.Routing/IMatchOperation.cs Manos.Routing/RegexMatchOperation.cs Manos.Routing/MatchOperationFactory.cs Manos.Routing/StringMatchOperation.cs Manos.Routing/NopMatchOperation.cs Manos.Routing/MatchType.cs Manos/HttpMethods.cs Assembly/AssemblyInfo.cs Manos/IRepeatBehavior.cs Manos/IterativeRepeatBehavior.cs Manos/InfiniteRepeatBehavior.cs Manos/RepeatBehavior.cs Manos/TimeoutCallback.cs Manos/Timeout.cs Manos/AppHost.cs Manos.Caching/CacheItemCallback.cs Manos.Caching/CacheOpCallback.cs Manos.Caching/IManosCache.cs Manos.Caching/ManosInProcCache.cs Manos.Testing/ManosContextStub.cs Manos.Testing/ManosAppStub.cs Manos.Testing/ManosBrowser.cs Manos.Routing/ActionTarget.cs Manos.Routing/IManosTarget.cs Manos.Routing/ParameterizedAction.cs Manos.Routing/ParameterizedActionFactory.cs Manos.Routing.Testing/MockManosTarget.cs Manos.Routing/ParameterizedActionTarget.cs Manos.Routing/ManosAction.cs Manos.Routing/SimpleMatchOperation.cs Manos/IManosPipe.cs Manos/ManosPipe.cs Manos/Pipeline.cs Manos.Collections/DataDictionary.cs Manos.Collections/ByteBuffer.cs Manos/RouteAttribute.cs Manos/UnsafeString.cs Manos.Routing/HtmlFormDataTypeConverter.cs Manos.Template/TemplateEnvironment.cs Manos.Template/TemplateLibrary.cs Manos.Template/TemplateParser.cs Manos.Template/TemplateTokenizer.cs Manos.Template/TemplateEngine.cs Manos.Template/ManosTemplate.cs Manos.Template/IManosTemplate.cs Manos.Template/ITemplateCodegen.cs Manos.Template/Expression.cs Manos.Template/TemplateFactory.cs Libeio/Libeio.cs Libev/AsyncWatcher.cs Libev/CheckWatcher.cs Libev/EventTypes.cs Libev/IdleWatcher.cs Libev/IOWatcher.cs Libev/Loop.cs Libev/LoopType.cs Libev/PrepareWatcher.cs Libev/TimerWatcher.cs Libev/UnloopType.cs Libev/UnmanagedWatcherCallback.cs Libev/Watcher.cs Manos.Http.Testing/MockHttpResponse.cs Manos.Http/HttpBufferedBodyHandler.cs Manos/IManosRun.cs Manos.IO.Libev/UdpReceiver.cs Manos/ManosConfig.cs Manos.IO/PosixSendFileOperation.cs Manos.IO/CopyingSendFileOperation.cs Manos.IO.Libev/SecureSocketStream.cs Manos.IO.Libev/PlainSocketStream.cs Manos.Threading/Boundary.cs Manos.Threading/BoundaryExtensions.cs Manos.Threading/IBoundary.cs /target:library /define:DEBUG /nowarn:1591 /reference:/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/Mono.Posix.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/Mono.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/Mono.C5.dll /reference:../../libs/Nini.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/System.Core.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/mscorlib.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/System.Xml.dll /warn:4
Manos.Managed/Libeio.cs(39,40): warning CS0168: The variable `e' is declared but never used
Manos.Managed/Socket.cs(194,26): error CS1501: No overload for method `Dispose' takes `0' arguments
/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
Manos.Managed/Socket.cs(463,20): error CS1501: No overload for method `Dispose' takes `0' arguments
/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll (Location of the symbol related to previous error)
Manos.Http/HttpServer.cs(93,17): warning CS0168: The variable `t' is declared but never used
Manos.Template/TemplateParser.cs(191,33): warning CS0162: Unreachable code detected
Manos.Template/TemplateParser.cs(251,36): warning CS0219: The variable `condition' is assigned but its value is never used
Task "Csc" execution -- FAILED
Done building target "CoreCompile" in project "/Users/afeng/development/mono/manos2.git/src/Manos/Manos.csproj".-- FAILED
Done building project "/Users/afeng/development/mono/manos2.git/src/Manos/Manos.csproj".-- FAILED
Build FAILED.
Warnings:
/Users/afeng/development/mono/manos2.git/src/Manos/Manos.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/2.8.1/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.
/Users/afeng/development/mono/manos2.git/src/Manos/Manos.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
Manos.Managed/Libeio.cs(39,40): warning CS0168: The variable `e' is declared but never used
Manos.Http/HttpServer.cs(93,17): warning CS0168: The variable `t' is declared but never used
Manos.Template/TemplateParser.cs(191,33): warning CS0162: Unreachable code detected
Manos.Template/TemplateParser.cs(251,36): warning CS0219: The variable `condition' is assigned but its value is never used
Errors:
/Users/afeng/development/mono/manos2.git/src/Manos/Manos.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.8.1/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
Manos.Managed/Socket.cs(194,26): error CS1501: No overload for method `Dispose' takes `0' arguments
Manos.Managed/Socket.cs(463,20): error CS1501: No overload for method `Dispose' takes `0' arguments
5 Warning(s)
2 Error(s)
Time Elapsed 00:00:02.0260950
make[2]: *** [../../build/Manos.dll] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment