Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[archlinux] provide package on best working source code #16

Open
lytico opened this issue Sep 16, 2020 · 27 comments
Open

[archlinux] provide package on best working source code #16

lytico opened this issue Sep 16, 2020 · 27 comments

Comments

@lytico
Copy link
Member

lytico commented Sep 16, 2020

provide package on best working source code

https://aur.archlinux.org/packages/monodevelop-stable/

@lytico
Copy link
Member Author

lytico commented Sep 16, 2020

@Mailaender
Copy link

I tried to create a package:

pkgname=dotdevelop
pkgrel=1
pkgver=r65219.6d6f43c111
pkgdesc="Gtk# based IDE for .NET"
arch=('any')
url="https://github.com/dotdevelop/dotdevelop"
license=('GPL')
depends=('dotnet-host' 'dotnet-runtime' 'dotnet-sdk' 'gnome-sharp' 'glade-sharp' 'hicolor-icon-theme')
makedepends=('dotnet-runtime-3.1-bin' 'dotnet-sdk-3.1-bin' 'dotnet-targeting-pack-3.1-bin' 'fsharp' 'mono-msbuild' 'mono-msbuild-sdkresolver')
options=(!makeflags)
source=('dotdevelop::git+https://github.com/dotdevelop/dotdevelop#branch=main')
sha256sums=('SKIP')

pkgver() {
  cd "$pkgname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

prepare() {
    cd "$pkgname"
}

build() {
  cd "$pkgname"

  ./configure --profile=gnome
  make
}

package() {
  cd "$pkgname"
  make DESTDIR=$pkgdir install
}

which does not even start the build

MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'.
/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj(29,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj(37,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj(50,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj(77,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(254,5): warning MSB4181: The "MsBuild" task returned false but did not log an error. [/tmp/NuGetScratch/1xzxrp80.svs.nugetinputs.targets]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/1xzxrp80.svs.nugetinputs.targets]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/1xzxrp80.svs.nugetinputs.targets]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/1xzxrp80.svs.nugetinputs.targets]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/1xzxrp80.svs.nugetinputs.targets]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(933,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.Gtk.csproj" was not found. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MacPlatform/MacPlatform.csproj]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(933,5): warning MSB4181: The "MSBuild" task returned false but did not log an error. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MacPlatform/MacPlatform.csproj]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(933,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.Gtk.csproj" was not found. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk.Windows/Xwt.Gtk.Windows.csproj]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(933,5): warning MSB4181: The "MSBuild" task returned false but did not log an error. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk.Windows/Xwt.Gtk.Windows.csproj]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(933,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUiCommon/TextUICommon.csproj" was not found. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(933,5): warning MSB4181: The "MSBuild" task returned false but did not log an error. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(1024,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.Gtk.csproj" was not found. [/tmp/NuGetScratch/1xzxrp80.svs.nugetinputs.targets]
/tmp/NuGetScratch/vl66stea.a5d.nugetrestore.targets(1024,5): warning MSB4181: The "MsBuild" task returned false but did not log an error. [/tmp/NuGetScratch/1xzxrp80.svs.nugetinputs.targets]

make[2]: *** [Makefile:1007: restore-packages] Error 1
make[2]: Leaving directory '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main'
make[1]: *** [Makefile:548: all-recursive] Error 1
make[1]: Leaving directory '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main'
make: *** [Makefile:54: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

@gluckez
Copy link

gluckez commented Aug 3, 2022

@Mailaender Can you make sure to also fetch the submodules, it seems like only the repo itself is cloned, which could be causing the issues you are seeing in the build.
try this in the root of the repo:
git pull --recurse-submodules

@Mailaender
Copy link

That does not help.

/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj(29,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj(37,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj(50,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj(77,3): error MSB4019: The imported project "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" was not found. Confirm that the expression in the Import declaration "/usr/lib/mono/xbuild/Microsoft/VisualStudio/v16.0/FSharp/Microsoft.FSharp.Targets" is correct, and that the file exists on disk.
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(254,5): warning MSB4181: The "MsBuild" task returned false but did not log an error. [/tmp/NuGetScratch/00kkdut5.sx6.nugetinputs.targets]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/00kkdut5.sx6.nugetinputs.targets]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Shared/MonoDevelop.FSharp.Shared.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/00kkdut5.sx6.nugetinputs.targets]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpi.Service/MonoDevelop.FSharpInteractive.Service.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/00kkdut5.sx6.nugetinputs.targets]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(266,5): warning : Skipping restore for project '/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj'. The project file may be invalid or missing targets required for restore. [/tmp/NuGetScratch/00kkdut5.sx6.nugetinputs.targets]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(933,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.Gtk.csproj" was not found. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MacPlatform/MacPlatform.csproj]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(933,5): warning MSB4181: The "MSBuild" task returned false but did not log an error. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MacPlatform/MacPlatform.csproj]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(933,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.Gtk.csproj" was not found. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk.Windows/Xwt.Gtk.Windows.csproj]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(933,5): warning MSB4181: The "MSBuild" task returned false but did not log an error. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk.Windows/Xwt.Gtk.Windows.csproj]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(933,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUiCommon/TextUICommon.csproj" was not found. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(933,5): warning MSB4181: The "MSBuild" task returned false but did not log an error. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUICocoa/TextUICocoa.csproj]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(1024,5): warning MSB3202: The project file "/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.Gtk.csproj" was not found. [/tmp/NuGetScratch/00kkdut5.sx6.nugetinputs.targets]
/tmp/NuGetScratch/nhd4e0dt.v4g.nugetrestore.targets(1024,5): warning MSB4181: The "MsBuild" task returned false but did not log an error. [/tmp/NuGetScratch/00kkdut5.sx6.nugetinputs.targets]

https://github.com/fsharp/fsharp/ installs into /usr/lib/mono/fsharp/ so it is looking in the wrong directory. https://github.com/dotdevelop/xwt/tree/dotdevelop/Xwt.Gtk does not contain any *.csproj file. fsharpbinding isn't mentioned in https://github.com/dotdevelop/dotdevelop/blob/main/.gitmodules

Can you maybe tag a release of the last commits that are known to work?

@gluckez
Copy link

gluckez commented Aug 6, 2022

@Mailaender Its not the repo itself that's not working, the main branch builds just fine, there seems to be a problem with your installation. Can you verify you have all the correct dependencies?
Look here: https://github.com/dotdevelop/dotdevelop/wiki/Manjaro-(Arch)

Besides that there seems to still be an issue with the submodules. There's a reset-submodules script in the repo in the main folder, can you try running that?

@Mailaender
Copy link

Sorry, it seems Arch Linux dependencies did rot away. I resurrected https://aur.archlinux.org/packages/fsharp-mono-bin and created https://aur.archlinux.org/packages/glade-sharp Didn't find the reset-submodules script. However switched to git submodule update --init --recursive because manually defining them seemed to be error prone.

Now it errors here:

"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj" (Standardziel) (48) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj" (Standardziel) (55:2) ->
(CoreCompile Ziel) -> 
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Gui/generated.cs(80,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/NewSiteDialog.cs(46,24): error CS0506: 'NewSiteDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(98,27): error CS0115: 'HeaderBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(125,27): error CS0115: 'HeaderBox.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HoverImageButton.cs(150,33): error CS0115: 'HoverImageButton.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/ManageSitesDialog.cs(67,24): error CS0506: 'ManageSitesDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs(195,24): error CS0506: 'AddinManagerDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.csproj" (Standardziel) (69) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj" (Standardziel) (70:2) ->
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/PropertyEditorCell.cs(127,31): error CS0246: The type or namespace name 'Drawable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(96,27): error CS0115: 'Custom.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(29,7): error CS0234: The type or namespace name 'Pixmap' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(404,15): error CS0234: The type or namespace name 'SideType' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(603,55): error CS0234: The type or namespace name 'WindowClass' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Color.cs(13,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(532,24): error CS0506: 'CustomToolbarItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionItem.cs(92,24): error CS0506: 'ActionItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ImageSelector.cs(29,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/GroupPicker.cs(43,24): error CS0506: 'GroupPicker.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionGroupEditor.cs(60,24): error CS0506: 'ActionGroupEditor.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenu.cs(292,27): error CS0115: 'ActionMenu.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconList.cs(145,27): error CS0115: 'IconList.OnSetScrollAdjustments(Adjustment, Adjustment)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuItem.cs(568,27): error CS0115: 'CheckActionIcon.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,19): error CS0246: The type or namespace name 'CellEditable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(53,24): error CS0115: 'CellRendererComboBox.GetSize(Widget, ref Rectangle, out int, out int, out int, out int)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,32): error CS0115: 'CellRendererComboBox.StartEditing(Event, Widget, string, Rectangle, Rectangle, CellRendererState)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(40,27): error CS0115: 'IconSelectorItem.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(141,24): error CS0506: 'IconSelectorItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(158,27): error CS0115: 'IconSelectorItem.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(277,27): error CS0115: 'TipWindow.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuBar.cs(430,27): error CS0115: 'ActionMenuBar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(26,27): error CS0115: 'Placeholder.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(40,27): error CS0115: 'Placeholder.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/ComboBoxEntry.cs(8,25): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/MenuBar.cs(253,24): error CS0506: 'ActionPaletteItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(389,27): error CS0115: 'ActionToolbar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/OptionMenu.cs(63,7): error CS0234: The type or namespace name 'OptionMenu' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Boolean.cs(23,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ResponseId.cs(32,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IntRange.cs(36,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Image.cs(11,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ThemedIcon.cs(134,49): error CS0246: The type or namespace name 'SizeRequestedArgs' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Enumeration.cs(30,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj" (Standardziel) (51:26) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj" (Build Ziel) (51:27) ->
(GenerateBuildDependencyFile Ziel) -> 
  /usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: Unerwarteter Fehler bei der GenerateDepsFile-Aufgabe. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: File name: 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile (System.String depsFilePath) [0x00281] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.ExecuteCore () [0x00007] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskBase.Execute () [0x0002e] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskWithAssemblyResolveHooks.Execute () [0x00016] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <4d8c77187a77454e9cca1308609f2d8a>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <4d8c77187a77454e9cca1308609f2d8a>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj" (Standardziel) (123) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj" (Standardziel) (125:2) ->
(CoreCompile Ziel) -> 
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/generated.cs(33,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj" (Standardziel) (142) ->
(GenerateBuildDependencyFile Ziel) -> 
  /usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: Unerwarteter Fehler bei der GenerateDepsFile-Aufgabe. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: File name: 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile (System.String depsFilePath) [0x00281] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.ExecuteCore () [0x00007] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskBase.Execute () [0x0002e] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskWithAssemblyResolveHooks.Execute () [0x00016] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <4d8c77187a77454e9cca1308609f2d8a>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <4d8c77187a77454e9cca1308609f2d8a>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]

with .NET 5 installed as well:

"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj" (Standardziel) (48) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj" (Standardziel) (55:2) ->
(CoreCompile Ziel) -> 
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/NewSiteDialog.cs(46,24): error CS0506: 'NewSiteDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs(195,24): error CS0506: 'AddinManagerDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Gui/generated.cs(80,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(98,27): error CS0115: 'HeaderBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(125,27): error CS0115: 'HeaderBox.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/ManageSitesDialog.cs(67,24): error CS0506: 'ManageSitesDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HoverImageButton.cs(150,33): error CS0115: 'HoverImageButton.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.csproj" (Standardziel) (69) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj" (Standardziel) (70:2) ->
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/PropertyEditorCell.cs(127,31): error CS0246: The type or namespace name 'Drawable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(404,15): error CS0234: The type or namespace name 'SideType' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(603,55): error CS0234: The type or namespace name 'WindowClass' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(26,27): error CS0115: 'Placeholder.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(40,27): error CS0115: 'Placeholder.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(96,27): error CS0115: 'Custom.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(29,7): error CS0234: The type or namespace name 'Pixmap' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Color.cs(13,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(389,27): error CS0115: 'ActionToolbar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(532,24): error CS0506: 'CustomToolbarItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Boolean.cs(23,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Image.cs(11,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,19): error CS0246: The type or namespace name 'CellEditable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(53,24): error CS0115: 'CellRendererComboBox.GetSize(Widget, ref Rectangle, out int, out int, out int, out int)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,32): error CS0115: 'CellRendererComboBox.StartEditing(Event, Widget, string, Rectangle, Rectangle, CellRendererState)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ImageSelector.cs(29,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Enumeration.cs(30,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IntRange.cs(36,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/GroupPicker.cs(43,24): error CS0506: 'GroupPicker.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/ComboBoxEntry.cs(8,25): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/MenuBar.cs(253,24): error CS0506: 'ActionPaletteItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/OptionMenu.cs(63,7): error CS0234: The type or namespace name 'OptionMenu' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ResponseId.cs(32,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ThemedIcon.cs(134,49): error CS0246: The type or namespace name 'SizeRequestedArgs' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuItem.cs(568,27): error CS0115: 'CheckActionIcon.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionGroupEditor.cs(60,24): error CS0506: 'ActionGroupEditor.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenu.cs(292,27): error CS0115: 'ActionMenu.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionItem.cs(92,24): error CS0506: 'ActionItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuBar.cs(430,27): error CS0115: 'ActionMenuBar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconList.cs(145,27): error CS0115: 'IconList.OnSetScrollAdjustments(Adjustment, Adjustment)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(40,27): error CS0115: 'IconSelectorItem.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(141,24): error CS0506: 'IconSelectorItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(158,27): error CS0115: 'IconSelectorItem.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(277,27): error CS0115: 'TipWindow.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj" (Standardziel) (123) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj" (Standardziel) (125:2) ->
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/generated.cs(33,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj" (Standardziel) (54:7) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj" (Build Ziel) (54:8) ->
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(40,21): error CS0234: The type or namespace name 'Text' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(38,26): error CS0234: The type or namespace name 'Component' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(39,22): error CS0234: The type or namespace name 'Value' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(41,29): error CS0234: The type or namespace name 'EditableText' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2DrawingArea.cs(32,27): error CS0115: 'GtkDrawingArea.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/Gtk2CellRendererCustom.cs(35,39): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(109,37): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(119,39): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(43,4): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(45,42): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(162,3): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs(69,24): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/LabelBackendGtk2.cs(51,46): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/LabelBackendGtk2.cs(83,53): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/WidgetBackendGtk2.cs(74,49): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TextEntryBackendGtk2.cs(48,47): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2Extensions.cs(193,71): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2Extensions.cs(209,70): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/HeaderBoxGtk2.cs(41,27): error CS0115: 'HeaderBoxGtk.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ButtonBackendGtk2.cs(40,43): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs(171,3): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ButtonBackendGtk2.cs(46,41): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TableStoreBackend.cs(69,19): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TreeStoreBackend.cs(65,19): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/WindowFrameBackend.cs(97,48): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ImageHandler.cs(530,27): error CS0115: 'ImageBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/WidgetBackendGtk2.cs(36,17): error CS0234: The type or namespace name 'Editable' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CanvasBackendGtk2.cs(33,27): error CS0115: 'CustomCanvas.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CanvasBackendGtk2.cs(40,27): error CS0115: 'CustomCanvas.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/DesignerSurfaceBackend.cs(72,27): error CS0115: 'DesignerBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2PopoverWindow.cs(82,27): error CS0115: 'GtkPopoverWindow.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/HeaderBox.cs(92,27): error CS0115: 'HeaderBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/BoxBackendGtk2.cs(39,27): error CS0115: 'CustomContainer.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TableStoreBackend.cs(45,10): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CustomListModel.cs(36,45): error CS0246: The type or namespace name 'TreeModelImplementor' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/PasswordEntryBackendGtk2.cs(48,47): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellViewBackend.cs(317,25): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CustomListModel.cs(65,24): error CS0506: 'CustomListModel.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellViewBackend.cs(68,10): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CustomTreeModel.cs(36,45): error CS0246: The type or namespace name 'TreeModelImplementor' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(221,27): error CS0115: 'SearchEntry.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(434,27): error CS0115: 'SearchEntry.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/Gtk2CellRendererCustom.cs(47,24): error CS0115: 'GtkCellRendererCustom.GetSize(Widget, ref Rectangle, out int, out int, out int, out int)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(691,16): error CS0234: The type or namespace name 'GC' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TableViewBackend.cs(455,3): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ScrollViewBackend.cs(213,27): error CS0115: 'CustomViewPort.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ScrollViewBackend.cs(223,27): error CS0115: 'CustomViewPort.OnSetScrollAdjustments(Adjustment, Adjustment)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/FrameBackend.cs(212,27): error CS0115: 'FrameWidget.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ListStoreBackend.cs(38,19): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(762,28): error CS0115: 'SearchEntry.FramelessEntry.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(901,27): error CS0115: 'HoverImageButton.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/GtkWorkarounds.cs(1095,8): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj" (Standardziel) (145) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj" (Build Ziel) (145:2) ->
(GenerateBuildDependencyFile Ziel) -> 
  /usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: Unerwarteter Fehler bei der GenerateDepsFile-Aufgabe. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: File name: 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile (System.String depsFilePath) [0x00281] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.ExecuteCore () [0x00007] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskBase.Execute () [0x0002e] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskWithAssemblyResolveHooks.Execute () [0x00016] in <65591703f98d4391839de05472784720>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <4d8c77187a77454e9cca1308609f2d8a>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]
/usr/share/dotnet/sdk/6.0.106/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <4d8c77187a77454e9cca1308609f2d8a>:0  [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.GtkSharp/Xwt.GtkSharp.csproj]

@gluckez
Copy link

gluckez commented Aug 6, 2022

@Mailaender it seems its still trying to build with net6. Try an older .net version. I use a global json file that you can create with dotnet to use 3.1 to build dotdevelop

@Mailaender
Copy link

{
  "sdk": {
    "version": "3.1.102",
    "rollForward": "latestMajor"
  }
}

in the dotdevelop directory still gives me

"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj" (Standardziel) (48) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj" (Standardziel) (55:2) ->
(CoreCompile Ziel) -> 
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs(195,24): error CS0506: 'AddinManagerDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/NewSiteDialog.cs(46,24): error CS0506: 'NewSiteDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(98,27): error CS0115: 'HeaderBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(125,27): error CS0115: 'HeaderBox.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Gui/generated.cs(80,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/ManageSitesDialog.cs(67,24): error CS0506: 'ManageSitesDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HoverImageButton.cs(150,33): error CS0115: 'HoverImageButton.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.csproj" (Standardziel) (69) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj" (Standardziel) (70:2) ->
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/PropertyEditorCell.cs(127,31): error CS0246: The type or namespace name 'Drawable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(404,15): error CS0234: The type or namespace name 'SideType' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(603,55): error CS0234: The type or namespace name 'WindowClass' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(26,27): error CS0115: 'Placeholder.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(40,27): error CS0115: 'Placeholder.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(96,27): error CS0115: 'Custom.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(29,7): error CS0234: The type or namespace name 'Pixmap' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Color.cs(13,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(389,27): error CS0115: 'ActionToolbar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(532,24): error CS0506: 'CustomToolbarItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Boolean.cs(23,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Image.cs(11,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ImageSelector.cs(29,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IntRange.cs(36,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/ComboBoxEntry.cs(8,25): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,19): error CS0246: The type or namespace name 'CellEditable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Enumeration.cs(30,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(53,24): error CS0115: 'CellRendererComboBox.GetSize(Widget, ref Rectangle, out int, out int, out int, out int)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,32): error CS0115: 'CellRendererComboBox.StartEditing(Event, Widget, string, Rectangle, Rectangle, CellRendererState)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/GroupPicker.cs(43,24): error CS0506: 'GroupPicker.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ResponseId.cs(32,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ThemedIcon.cs(134,49): error CS0246: The type or namespace name 'SizeRequestedArgs' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/MenuBar.cs(253,24): error CS0506: 'ActionPaletteItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionGroupEditor.cs(60,24): error CS0506: 'ActionGroupEditor.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/OptionMenu.cs(63,7): error CS0234: The type or namespace name 'OptionMenu' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionItem.cs(92,24): error CS0506: 'ActionItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenu.cs(292,27): error CS0115: 'ActionMenu.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuBar.cs(430,27): error CS0115: 'ActionMenuBar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuItem.cs(568,27): error CS0115: 'CheckActionIcon.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconList.cs(145,27): error CS0115: 'IconList.OnSetScrollAdjustments(Adjustment, Adjustment)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(40,27): error CS0115: 'IconSelectorItem.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(141,24): error CS0506: 'IconSelectorItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(158,27): error CS0115: 'IconSelectorItem.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(277,27): error CS0115: 'TipWindow.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj" (Standardziel) (123) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj" (Standardziel) (125:2) ->
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/generated.cs(33,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj]


"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj" (Standardziel) (54:7) ->
"/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj" (Build Ziel) (54:8) ->
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(40,21): error CS0234: The type or namespace name 'Text' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(38,26): error CS0234: The type or namespace name 'Component' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(39,22): error CS0234: The type or namespace name 'Value' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/AccessibleBackend.cs(41,29): error CS0234: The type or namespace name 'EditableText' does not exist in the namespace 'Atk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2DrawingArea.cs(32,27): error CS0115: 'GtkDrawingArea.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/Gtk2CellRendererCustom.cs(35,39): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/WindowFrameBackend.cs(97,48): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs(69,24): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/LabelBackendGtk2.cs(51,46): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/LabelBackendGtk2.cs(83,53): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/WidgetBackendGtk2.cs(74,49): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(109,37): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(119,39): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(43,4): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(45,42): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellUtil.cs(162,3): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs(171,3): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TableViewBackend.cs(455,3): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CanvasBackendGtk2.cs(33,27): error CS0115: 'CustomCanvas.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CanvasBackendGtk2.cs(40,27): error CS0115: 'CustomCanvas.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ScrollViewBackend.cs(213,27): error CS0115: 'CustomViewPort.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ScrollViewBackend.cs(223,27): error CS0115: 'CustomViewPort.OnSetScrollAdjustments(Adjustment, Adjustment)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/HeaderBoxGtk2.cs(41,27): error CS0115: 'HeaderBoxGtk.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TextEntryBackendGtk2.cs(48,47): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/BoxBackendGtk2.cs(39,27): error CS0115: 'CustomContainer.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/HeaderBox.cs(92,27): error CS0115: 'HeaderBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TableStoreBackend.cs(69,19): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TableStoreBackend.cs(45,10): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ButtonBackendGtk2.cs(40,43): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ButtonBackendGtk2.cs(46,41): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ListStoreBackend.cs(38,19): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/FrameBackend.cs(212,27): error CS0115: 'FrameWidget.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/PasswordEntryBackendGtk2.cs(48,47): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(221,27): error CS0115: 'SearchEntry.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(434,27): error CS0115: 'SearchEntry.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/DesignerSurfaceBackend.cs(72,27): error CS0115: 'DesignerBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CustomTreeModel.cs(36,45): error CS0246: The type or namespace name 'TreeModelImplementor' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(691,16): error CS0234: The type or namespace name 'GC' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellViewBackend.cs(317,25): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(762,28): error CS0115: 'SearchEntry.FramelessEntry.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/SearchTextEntryBackend.cs(901,27): error CS0115: 'HoverImageButton.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CustomListModel.cs(36,45): error CS0246: The type or namespace name 'TreeModelImplementor' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/ImageHandler.cs(530,27): error CS0115: 'ImageBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/CellViewBackend.cs(68,10): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2Extensions.cs(193,71): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/CustomListModel.cs(65,24): error CS0506: 'CustomListModel.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/WidgetBackendGtk2.cs(36,17): error CS0234: The type or namespace name 'Editable' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2Extensions.cs(209,70): error CS0234: The type or namespace name 'ExposeEventArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend.CellViews/Gtk2CellRendererCustom.cs(47,24): error CS0115: 'GtkCellRendererCustom.GetSize(Widget, ref Rectangle, out int, out int, out int, out int)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/Gtk2PopoverWindow.cs(82,27): error CS0115: 'GtkPopoverWindow.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/TreeStoreBackend.cs(65,19): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]
  /home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk/Xwt.GtkBackend/GtkWorkarounds.cs(1095,8): error CS0246: The type or namespace name 'TreeModel' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/AUR/dotdevelop-git/src/dotdevelop/main/external/xwt/Xwt.Gtk2/Xwt.Gtk2.csproj]

@gluckez
Copy link

gluckez commented Aug 8, 2022

I think there's still an issue with the dependencies. Do you have GTK2 installed?
All the errors I am seeing are related to GTK2 api's, which are littered throughout the codebase,
That's also why it's so difficult to port it to GTK3.
maybe a good start would be to remove any bin/obj folders and just try to restore nuget packages

@Mailaender
Copy link

gtk-sharp-2 is installed. A fresh clone didn't help.

@gluckez
Copy link

gluckez commented Aug 8, 2022

Can you show the output of doing a dotnet restore in dotdevelop/main/external/xwt/Xwt.Gtk?

@Mailaender
Copy link

MSBUILD : error MSB1003

as it contains no project files.

@gluckez
Copy link

gluckez commented Aug 8, 2022

that would mean the submodules aren't cloned.

@Mailaender
Copy link

https://github.com/dotdevelop/xwt contains no submodules.

@gluckez
Copy link

gluckez commented Aug 8, 2022

no, that is one of the submodules of the main dotdevelop repo.

@Mailaender
Copy link

Yes, and I don't see it containing any submodules.

Anyhow: that is how far I got:

pkgname=dotdevelop
pkgrel=1
pkgver=r65219.6d6f43c111
pkgdesc="Gtk# based IDE for .NET"
arch=('any')
url="https://github.com/dotdevelop/dotdevelop"
license=('LGPLv2 and MIT')
depends=('gtk-sharp-2' 'gnome-sharp' 'glade-sharp' 'mono-addins' 'hicolor-icon-theme')
makedepends=('cmake' 'intltool' 'msbuild' 'fsharp-mono-bin' 'dotnet-runtime-5.0-bin' 'dotnet-sdk-5.0-bin' 'dotnet-targeting-pack-5.0-bin' 'dotnet-runtime-3.1-bin' 'dotnet-sdk-3.1-bin' 'dotnet-targeting-pack-3.1-bin')
options=(!makeflags)
source=('dotdevelop::git+https://github.com/dotdevelop/dotdevelop.git#branch=main'
        'global.json')
sha256sums=('SKIP'
            'SKIP')

pkgver() {
  cd "$pkgname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

prepare() {
    cd "$pkgname"
    git submodule update --init --recursive
    cp $srcdir/global.json .
}

build() {
  cd "$pkgname"

  ./configure --profile=gnome --prefix=/usr
  make
}

package() {
  cd "$pkgname"
  make DESTDIR=$pkgdir install
}

with

{
  "sdk": {
    "version": "3.1.102",
    "rollForward": "latestMajor"
  }
}

@gluckez
Copy link

gluckez commented Aug 15, 2022

what's the error you are getting, without the script and with all submodules and dependencies in place?

@Mailaender
Copy link

$ dotnet --info
.NET SDK (gemäß "global.json"):
 Version:   6.0.108
 Commit:    4e3a463d2b

Laufzeitumgebung:
 OS Name:     arch
 OS Version:  
 OS Platform: Linux
 RID:         arch-x64
 Base Path:   /usr/share/dotnet/sdk/6.0.108/

global.json file:
  Not found

Host:
  Version:      6.0.8
  Architecture: x64
  Commit:       55fb7ef977

.NET SDKs installed:
  3.1.422 [/usr/share/dotnet/sdk]
  5.0.408 [/usr/share/dotnet/sdk]
  6.0.108 [/usr/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.NETCore.App 3.1.28 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 5.0.17 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 6.0.8 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
git clone https://github.com/dotdevelop/dotdevelop.git
cd dotdevelop
./configure --profile=gnome
make
"/home/matthias/Entwicklung/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/dotdevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj" (Standardziel) (48) ->
"/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj" (Standardziel) (55:2) ->
(CoreCompile Ziel) -> 
  /home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Gui/generated.cs(80,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/ManageSitesDialog.cs(67,24): error CS0506: 'ManageSitesDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HoverImageButton.cs(150,33): error CS0115: 'HoverImageButton.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(98,27): error CS0115: 'HeaderBox.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/HeaderBox.cs(125,27): error CS0115: 'HeaderBox.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/NewSiteDialog.cs(46,24): error CS0506: 'NewSiteDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui/AddinManagerDialog.cs(195,24): error CS0506: 'AddinManagerDialog.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/external/mono-addins/Mono.Addins.Gui/Mono.Addins.Gui.csproj]


"/home/matthias/Entwicklung/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.csproj" (Standardziel) (69) ->
"/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj" (Standardziel) (70:2) ->
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(404,15): error CS0234: The type or namespace name 'SideType' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/DND.cs(603,55): error CS0234: The type or namespace name 'WindowClass' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/PropertyEditorCell.cs(127,31): error CS0246: The type or namespace name 'Drawable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Color.cs(13,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/ComboBoxEntry.cs(8,25): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Enumeration.cs(30,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(96,27): error CS0115: 'Custom.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/Custom.cs(29,7): error CS0234: The type or namespace name 'Pixmap' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/OptionMenu.cs(63,7): error CS0234: The type or namespace name 'OptionMenu' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ImageSelector.cs(29,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(26,27): error CS0115: 'Placeholder.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/Placeholder.cs(40,27): error CS0115: 'Placeholder.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(532,24): error CS0506: 'CustomToolbarItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionGroupEditor.cs(60,24): error CS0506: 'ActionGroupEditor.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/wrapper/MenuBar.cs(253,24): error CS0506: 'ActionPaletteItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionToolbar.cs(389,27): error CS0115: 'ActionToolbar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IntRange.cs(36,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Image.cs(11,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ResponseId.cs(32,7): error CS0234: The type or namespace name 'ComboBoxEntry' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionItem.cs(92,24): error CS0506: 'ActionItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ThemedIcon.cs(134,49): error CS0246: The type or namespace name 'SizeRequestedArgs' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/GroupPicker.cs(43,24): error CS0506: 'GroupPicker.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuItem.cs(568,27): error CS0115: 'CheckActionIcon.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/Boolean.cs(23,36): error CS0234: The type or namespace name 'Drawable' does not exist in the namespace 'Gdk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconList.cs(145,27): error CS0115: 'IconList.OnSetScrollAdjustments(Adjustment, Adjustment)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenu.cs(292,27): error CS0115: 'ActionMenu.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(40,27): error CS0115: 'IconSelectorItem.OnSizeRequested(ref Requisition)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(141,24): error CS0506: 'IconSelectorItem.Dispose()': cannot override inherited member 'Object.Dispose()' because it is not marked virtual, abstract, or override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(158,27): error CS0115: 'IconSelectorItem.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/IconSelectorItem.cs(277,27): error CS0115: 'TipWindow.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,19): error CS0246: The type or namespace name 'CellEditable' could not be found (are you missing a using directive or an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(53,24): error CS0115: 'CellRendererComboBox.GetSize(Widget, ref Rectangle, out int, out int, out int, out int)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/CellRendererComboBox.cs(60,32): error CS0115: 'CellRendererComboBox.StartEditing(Event, Widget, string, Rectangle, Rectangle, CellRendererState)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]
  /home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/editor/ActionMenuBar.cs(430,27): error CS0115: 'ActionMenuBar.OnExposeEvent(EventExpose)': no suitable method found to override [/home/matthias/Entwicklung/dotdevelop/main/src/addins/MonoDevelop.GtkCore/libstetic/libstetic.csproj]


"/home/matthias/Entwicklung/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj" (Standardziel) (51:26) ->
"/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj" (Build Ziel) (51:27) ->
(GenerateBuildDependencyFile Ziel) -> 
  /usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: Unerwarteter Fehler bei der GenerateDepsFile-Aufgabe. [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: File name: 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile (System.String depsFilePath) [0x00281] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.ExecuteCore () [0x00007] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskBase.Execute () [0x0002e] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskWithAssemblyResolveHooks.Execute () [0x00016] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <44ba37ad4599475a8243a92f512c6208>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <44ba37ad4599475a8243a92f512c6208>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/xwt/Xwt/Xwt.csproj]


"/home/matthias/Entwicklung/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj" (Standardziel) (123) ->
"/home/matthias/Entwicklung/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj" (Standardziel) (125:2) ->
(CoreCompile Ziel) -> 
  /home/matthias/Entwicklung/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/generated.cs(33,51): error CS0234: The type or namespace name 'SizeRequestedArgs' does not exist in the namespace 'Gtk' (are you missing an assembly reference?) [/home/matthias/Entwicklung/dotdevelop/main/external/fsharpbinding/MonoDevelop.FSharp.Gui/MonoDevelop.FSharp.Gui.csproj]


"/home/matthias/Entwicklung/dotdevelop/main/Main.sln" (Standardziel) (1) ->
"/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj" (Standardziel) (142) ->
(GenerateBuildDependencyFile Ziel) -> 
  /usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: Unerwarteter Fehler bei der GenerateDepsFile-Aufgabe. [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018: File name: 'System.Text.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.WriteDepsFile (System.String depsFilePath) [0x00281] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.GenerateDepsFile.ExecuteCore () [0x00007] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskBase.Execute () [0x0002e] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.NET.Build.Tasks.TaskWithAssemblyResolveHooks.Execute () [0x00016] in <b571dd062fd84ad790b417e7256dca91>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <44ba37ad4599475a8243a92f512c6208>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]
/usr/share/dotnet/sdk/6.0.108/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(172,5): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <44ba37ad4599475a8243a92f512c6208>:0  [/home/matthias/Entwicklung/dotdevelop/main/external/Xamarin.PropertyEditing/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj]

@gluckez
Copy link

gluckez commented Aug 20, 2022

@Mailaender there are still issues when building with dotnet6, can you try 3.1? Also, git clone should be done recursively with submodules.

@Mailaender
Copy link

I have 3.1 installed. Why does it not pick the correct version? How do I override it?

@gluckez
Copy link

gluckez commented Aug 20, 2022

use the global json tool:
dotnet new globaljson --sdk-version 3.1.422

that usually works for me.
https://docs.microsoft.com/en-us/dotnet/core/tools/global-json

@Mailaender
Copy link

git clone --recurse-submodules -j8 https://github.com/dotdevelop/dotdevelop.git
cd dotdevelop
dotnet new globaljson --sdk-version 3.1.422
./configure --profile=gnome
make

fails with the same set or errors.

@gluckez
Copy link

gluckez commented Aug 21, 2022

can you confirm that dotnet --version in that folder shows you version 3.1?
It seems a lot of the errors are still related to the submodules and your installed gtk version. which version of gtk and libglade do you have?

@Mailaender
Copy link

$ dotnet --version
Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
   at System.Environment.FailFast(System.String)
   at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
   at System.Globalization.GlobalizationMode..cctor()
   at System.Globalization.CultureData.CreateCultureWithInvariantData()
   at System.Globalization.CultureData.get_Invariant()
   at System.Globalization.CultureInfo..cctor()
   at System.String.ToLowerInvariant()
   at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment.GetArch()
   at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment..cctor()
   at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment.GetRuntimeIdentifier()
   at Microsoft.DotNet.Cli.MulticoreJitProfilePathCalculator.CalculateProfileRootPath()
   at Microsoft.DotNet.Cli.MulticoreJitActivator.StartCliProfileOptimization()
   at Microsoft.DotNet.Cli.MulticoreJitActivator.TryActivateMulticoreJit()
   at Microsoft.DotNet.Cli.Program.Main(System.String[])

@Mailaender
Copy link

$ export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
$ dotnet --version
3.1.422

@Mailaender
Copy link

gtk-sharp-2 2.12.45-4
glade-sharp-2 2.12.45-1
mono-addins 1.3.3-3
fsharp-mono-bin 5.0.0.0-1

@Mailaender
Copy link

I successfully created https://aur.archlinux.org/packages/dotdevelop-git/ but I don't know how stable it is regarding dependency bit rot. It also does not detect the .NET SDK properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants