Skip to content

Instantly share code, notes, and snippets.

@tomaszkubacki
Created October 15, 2010 15:23
Show Gist options
  • Save tomaszkubacki/628374 to your computer and use it in GitHub Desktop.
Save tomaszkubacki/628374 to your computer and use it in GitHub Desktop.
other error
/opt/mono/bin/gmcs -debug -codepage:utf8 -warnaserror -debug -out:../../../build/bin/MonoDevelop.Projects.Formats.MSBuild.exe -target:winexe -r:Microsoft.Build.Engine -r:Microsoft.Build.Framework -r:Microsoft.Build.Utilities -r:System -r:System.Runtime.Remoting ./AssemblyInfo.cs ./Main.cs ./MonoDevelop.Projects.Formats.MSBuild/BuildEngine.cs ./MonoDevelop.Projects.Formats.MSBuild/ConsoleLogger.cs ./MonoDevelop.Projects.Formats.MSBuild/IBuildEngine.cs ./MonoDevelop.Projects.Formats.MSBuild/ILogWriter.cs ./MonoDevelop.Projects.Formats.MSBuild/IProjectBuilder.cs ./MonoDevelop.Projects.Formats.MSBuild/LocalLogger.cs ./MonoDevelop.Projects.Formats.MSBuild/MSBuildResult.cs ./MonoDevelop.Projects.Formats.MSBuild/ProjectBuilder.cs
./MonoDevelop.Projects.Formats.MSBuild/ProjectBuilder.cs(167,60): error CS0618: `System.Threading.Thread.ApartmentState' is obsolete: `Deprecated in favor of GetApartmentState, SetApartmentState and TrySetApartmentState.'
Compilation failed: 1 error(s), 0 warnings
make[4]: *** [../../../build/bin/MonoDevelop.Projects.Formats.MSBuild.exe] Błąd 1
make[4]: Opuszczenie katalogu `/home/tomek/Projekty/mono_sources/monodevelop/main/src/core/MonoDevelop.Projects.Formats.MSBuild'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment