Hello,
I would like to install the git master version on my Arch Linux.
In your web page it mentions a banshee-git package. Unfortunately it does not exist anymore.
I have cloned the repository and run autogen.sh.
I get the following error:
checking for Mono 2.0 GAC for Mono.Posix.dll... not found
I have put the full output here:
http://kanis.fr/banshee.txtHowever there is a file /usr/lib/mono/2.0-api/Mono.Posix.dll on my computer.
I then tried to compile it using Monodevelop and the solution file.
I have the following warning:
/usr/lib/mono/4.5/Microsoft.Common.targets: Warning: Reference 'glib-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' not resolved (Hyena)
which leads to the following error:
/home/ivan/tmp/banshee/src/Hyena/Hyena/Hyena/SafeUri.cs(31,31): Error CS0103: The name `GLib' does not exist in the current context (CS0103) (Hyena)
On the official Nuget Gallery there is glib 2.36.2.11, a version under 3.0.
I am a bit at loss on how to proceed. I am a complete novice in C. I am a complete novice in C#. Thanks in advance for any help.
Ivan