Hello, the package fails to compile because the install binary (probably only since recently, haven't tested that) doesn't like that the file `appdomain.h' is mentioned twice in the list of source files.
This follows from the definition of `libmonoruntimeinclude_HEADERS' in `mono/metadata/Makefile.am'. If you simple remove the second entry the package compiles happily. Patch along, cheers stesie -- Stefan Siegl <ste...@brokenpipe.de> Das Ausdrucken dieser E-Mail ist nicht gestattet und wird bei Zuwiderhandlung urheberrechtlich verfolgt.
diff --git a/mono/metadata/Makefile.am b/mono/metadata/Makefile.am index 83f8532..3fca7fc 100644 --- a/mono/metadata/Makefile.am +++ b/mono/metadata/Makefile.am @@ -171,7 +171,6 @@ libmonoruntimeinclude_HEADERS = \ object.h \ exception.h \ profiler.h \ - appdomain.h \ mono-config.h \ debug-helpers.h \ mempool.h