Thank you so much!! It compiled and installed without a problem!
Unfortunately, eMusic still crashes it, so I've submitted a bug
report. Thanks again, Kevin On 03/06/2012 07:09 PM, Chow Loong Jin wrote: On 07/03/2012 07:46, Kevin Palm wrote:Thanks, David! Well, I've tried to sucessfully compile, install, and run 2.2.1 four times now, and every time I attempt to start it, I get this: [...]Those errors come from compiling with the wrong C# compiler. Banshee picks gmcs by default, but since the libraries are compiled with dmcs, you'll need to override that by passing MCS=/usr/bin/dmcs to ./configure, e.g.: ./configure MCS=/usr/bin/dmcs |