Re: [Banshee-List] Current SVN doesn't build



I confirm that. And I know that it happend because of the last days update of TagLib, it should be fine in the next couple of days(I hope).

But is you really need banshee from svn right now apply this "patch":

Index: src/Core/Banshee.Base/IO/IOProxy.cs
===================================================================
--- src/Core/Banshee.Base/IO/IOProxy.cs (revision 2294)
+++ src/Core/Banshee.Base/IO/IOProxy.cs (working copy)
@@ -58,7 +58,7 @@
            
             file = (IFile)Activator.CreateInstance(config.FileBackend);
             directory = (IDirectory)Activator.CreateInstance(config.DirectoryBackend);
-            TagLib.File.SetFileAbstractionCreator(TagLibVfsCreator);
+            //TagLib.File.SetFileAbstractionCreator(TagLibVfsCreator);
         }
        
         private static TagLib.File.IFileAbstraction TagLibVfsCreator(string file)



On 6/2/07, Will Farrington <wcfarrington gmail com> wrote:
Title says it all. Here's the error:

./IO/IOProxy.cs(61,25): error CS0117: `TagLib.File' does not contain a
definition for `SetFileAbstractionCreator'
./DBusRemote.cs(43,34): warning CS0219: The variable `nameReply' is
assigned but its value is never used
Compilation failed: 1 error(s), 1 warnings
make[4]: *** [Banshee.Base.dll] Error 1
make[4]: Leaving directory
`/home/will/Bin/banshee/src/Core/Banshee.Base'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/will/Bin/banshee/src/Core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/will/Bin/banshee/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/will/Bin/banshee'
make: *** [all] Error 2

_______________________________________________
Banshee-list mailing list
Banshee-list gnome org
http://mail.gnome.org/mailman/listinfo/banshee-list



--
:::lxuser 391715:::
http://igordevlog.blogspot.com/

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]