Advertisement
Guest User

Untitled

a guest
Dec 7th, 2011
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  2. Effects/BaseEffect.cs(39,10): error CS0246: The type or namespace name `TypeExtensionPoint' could not be found. Are you missing a using directive or an assembly reference?
  3. Effects/BaseEffect.cs(39,10): error CS0246: The type or namespace name `TypeExtensionPointAttribute' could not be found. Are you missing a using directive or an assembly reference?
  4. Classes/BaseTool.cs(32,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  5. Classes/BaseTool.cs(38,10): error CS0246: The type or namespace name `TypeExtensionPointAttribute' could not be found. Are you missing a using directive or an assembly reference?
  6. Managers/SystemManager.cs(33,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  7. Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  8. Classes/BasePaintBrush.cs(32,10): error CS0246: The type or namespace name `TypeExtensionPointAttribute' could not be found. Are you missing a using directive or an assembly reference?
  9. Task "Csc" execution -- FAILED
  10. Done building target "CoreCompile" in project "/var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.Core/Pinta.Core.csproj".-- FAILED
  11. Done building project "/var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.Core/Pinta.Core.csproj".-- FAILED
  12. Task "MSBuild" execution -- FAILED
  13. Done building target "Build" in project "/var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.sln".-- FAILED
  14. Done building project "/var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.sln".-- FAILED
  15.  
  16. Build FAILED.
  17.  
  18. Warnings:
  19.  
  20. /var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.sln (default targets) ->
  21. (Build target) ->
  22. /var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.Core/Pinta.Core.csproj (default targets) ->
  23. /usr/lib/mono/4.0/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
  24.  
  25. /usr/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL' not resolved
  26.  
  27. Errors:
  28.  
  29. /var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.sln (default targets) ->
  30. (Build target) ->
  31. /var/calculate/tmp/portage/media-gfx/pinta-1.1/work/pinta-1.1/Pinta.Core/Pinta.Core.csproj (default targets) ->
  32. /usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
  33.  
  34. Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  35. Effects/BaseEffect.cs(39,10): error CS0246: The type or namespace name `TypeExtensionPoint' could not be found. Are you missing a using directive or an assembly reference?
  36. Effects/BaseEffect.cs(39,10): error CS0246: The type or namespace name `TypeExtensionPointAttribute' could not be found. Are you missing a using directive or an assembly reference?
  37. Classes/BaseTool.cs(32,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  38. Classes/BaseTool.cs(38,10): error CS0246: The type or namespace name `TypeExtensionPointAttribute' could not be found. Are you missing a using directive or an assembly reference?
  39. Managers/SystemManager.cs(33,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  40. Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
  41. Classes/BasePaintBrush.cs(32,10): error CS0246: The type or namespace name `TypeExtensionPointAttribute' could not be found. Are you missing a using directive or an assembly reference?
  42.  
  43. 1 Warning(s)
  44. 8 Error(s)
  45.  
  46. Time Elapsed 00:00:05.5001160
  47. * ERROR: media-gfx/pinta-1.1 failed (compile phase):
  48. * (no error message)
  49. *
  50. * Call stack:
  51. * ebuild.sh, line 84: Called src_compile
  52. * environment, line 2295: Called die
  53. * The specific snippet of code:
  54. * xbuild Pinta.sln || die;
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement