Skip to content

Instantly share code, notes, and snippets.

Created January 6, 2012 21:13
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 anonymous/1572429 to your computer and use it in GitHub Desktop.
Save anonymous/1572429 to your computer and use it in GitHub Desktop.
smuxi 0.8.9.1 xmpp engine build error
/usr/bin/xbuild /toolsversion:3.5 /p:TargetFrameworkVersion=v3.5 /p:Configuration=Debug /p:SignAssembly=false /p:WarningLevel=0 /p:OutputPath=smuxi-0.8.9.1/bin/debug /p:BaseIntermediateOutputPath=smuxi-0.8.9.1/bin/debug/obj/ /p:IntermediateOutputPath=smuxi-0.8.9.1/bin/debug/obj/ /p:DocumentationFile= ./jabber-net/2005-jabber-net.csproj
XBuild Engine Version 2.10.8.0
Mono, Version 2.10.8.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2011.
Build started 2012. 01. 06. 21:50:30.
__________________________________________________
Project "smuxi-0.8.9.1/lib/jabber-net/2005-jabber-net.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target ResolveProjectReferences:
/usr/lib/mono/3.5/Microsoft.Common.targets: warning : Referenced Project netlib.Dns/netlib.Dns.csproj not found, ignoring.
Target CopyNonResxEmbeddedResources:
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/client/JabberClient.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.client.JabberClient.bmp'
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/client/PresenceManager.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.client.PresenceManager.bmp'
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/client/RosterManager.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.client.RosterManager.bmp'
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/server/JabberService.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.server.JabberService.bmp'
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/connection/DiscoManager.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.connection.DiscoManager.bmp'
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/connection/CapsManager.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.connection.CapsManager.bmp'
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/connection/PubSubManager.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.connection.PubSubManager.bmp'
Copying file from 'smuxi-0.8.9.1/lib/jabber-net/jabber/connection/ConferenceManager.bmp' to 'smuxi-0.8.9.1/bin/debug/obj/jabber.connection.ConferenceManager.bmp'
Target GenerateResources:
Tool /usr/bin/resgen2 execution started with arguments: /useSourcePath /compile "jabber/client/JabberClient.resx,smuxi-0.8.9.1/bin/debug/obj/jabber.client.JabberClient.resources"
Tool /usr/bin/resgen2 execution started with arguments: /useSourcePath /compile "jabber/client/RosterManager.resx,smuxi-0.8.9.1/bin/debug/obj/jabber.client.RosterManager.resources"
Tool /usr/bin/resgen2 execution started with arguments: /useSourcePath /compile "jabber/connection/XmppStream.resx,smuxi-0.8.9.1/bin/debug/obj/jabber.connection.Options.resources"
/usr/lib/mono/3.5/Microsoft.Common.targets: error : Tool exited with code: 1. Output: Error: Invalid ResX input. Could not find valid "resheader" tags for the ResX reader & writer type names.
Tool /usr/bin/resgen2 execution started with arguments: /useSourcePath /compile "jabber/server/JabberService.resx,smuxi-0.8.9.1/bin/debug/obj/jabber.server.JabberService.resources"
/usr/lib/mono/3.5/Microsoft.Common.targets: error : Tool exited with code: 1. Output: Error: Invalid ResX input. Could not find valid "resheader" tags for the ResX reader & writer type names.
Tool /usr/bin/resgen2 execution started with arguments: /useSourcePath /compile "jabber/connection/CertificatePrompt.resx,smuxi-0.8.9.1/bin/debug/obj/jabber.connection.CertificatePrompt.resources"
Task "GenerateResource" execution -- FAILED
Done building target "GenerateResources" in project "smuxi-0.8.9.1/lib/jabber-net/2005-jabber-net.csproj".-- FAILED
Done building project "smuxi-0.8.9.1/lib/jabber-net/2005-jabber-net.csproj".-- FAILED
Build FAILED.
Warnings:
smuxi-0.8.9.1/lib/jabber-net/2005-jabber-net.csproj (default targets) ->
/usr/lib/mono/3.5/Microsoft.Common.targets (ResolveProjectReferences target) ->
/usr/lib/mono/3.5/Microsoft.Common.targets: warning : Referenced Project netlib.Dns/netlib.Dns.csproj not found, ignoring.
Errors:
smuxi-0.8.9.1/lib/jabber-net/2005-jabber-net.csproj (default targets) ->
/usr/lib/mono/3.5/Microsoft.Common.targets (GenerateResources target) ->
/usr/lib/mono/3.5/Microsoft.Common.targets: error : Tool exited with code: 1. Output: Error: Invalid ResX input. Could not find valid "resheader" tags for the ResX reader & writer type names.
/usr/lib/mono/3.5/Microsoft.Common.targets: error : Tool exited with code: 1. Output: Error: Invalid ResX input. Could not find valid "resheader" tags for the ResX reader & writer type names.
1 Warning(s)
2 Error(s)
Time Elapsed 00:00:11.4347350
make[2]: *** [../bin/debug/jabber-net.dll] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment