Re: [Banshee-List] Cannot compile banshee Trunk



Brian,

Assuming the latest taglib-sharp (I am now linking in trunk again, so we
are current with your development)... thus if Julien is fully up to
date, he should see the following:

aaron analbumcover:~/cvs/banshee/trunk/banshee$ cat
ext/taglib-sharp/TagLib/File.cs | head -n 580 | tail -n 10
         return creator;
      }
      
      public static FileAbstractionCreator GetFileAbstractionCreator ()
      {
         return file_abstraction_creator_list.Count > 0 ?
            file_abstraction_creator_list [0] :
LocalFileAbstraction.CreateFile;
      }
      
      //////////////////////////////////////////////////////////////////////////

Keeping the build working on older gmcs would be highly preferred.

--Aaron


On Mon, 2007-05-21 at 22:59 -0700, Brian Kerrick Nickel wrote:
> Can you provide the output of the following?
> 
> cat TagLib/File.cs | head -n 580 | tail -n 10
> 
> Thanks, Brian
> 
> On Mon, 2007-05-21 at 21:14 -0700, Julien Sobrier wrote:
> > Hello,
> > I did that a couple of times, I still see the same problem.
> > 
> > Does it work for you?
> > 
> > Thank you
> > 
> > Igor Guerrero wrote:
> > > Can you do a: ./autogen.sh
> > > 
> > > and try to make again?
> > > 
> > > On 5/21/07, *Julien Sobrier* <julien sobrier net
> > > <mailto:julien sobrier net>> wrote:
> > > 
> > >     Hello,
> > >     the compilation of Banshee trunk started to fail with TagLib over a week
> > >     ago:
> > >     ./TagLib/File.cs(576,17): error CS0172: Can not compute type of
> > >     conditional expression as `TagLib.File.FileAbstractionCreator' and
> > >     `object' convert implicitly to each other
> > > 
> > >     I use mono 1.1.17 and I was wondering if anybody else is seeing the
> > >     same
> > >     issue.
> > > 
> > >     Thank you
> > >     Julien
> > >     _______________________________________________
> > >     Banshee-list mailing list
> > >     Banshee-list gnome org <mailto:Banshee-list gnome org>
> > >     http://mail.gnome.org/mailman/listinfo/banshee-list
> > > 
> > > 
> > > 
> > > 
> > > -- 
> > > :::lxuser 391715:::
> > > http://igordevlog.blogspot.com/
> > > 
> > > 
> > > ------------------------------------------------------------------------
> > > 
> > > _______________________________________________
> > > Banshee-list mailing list
> > > Banshee-list gnome org
> > > http://mail.gnome.org/mailman/listinfo/banshee-list
> > 
> > _______________________________________________
> > Banshee-list mailing list
> > Banshee-list gnome org
> > http://mail.gnome.org/mailman/listinfo/banshee-list
> 
> _______________________________________________
> Banshee-list mailing list
> Banshee-list gnome org
> http://mail.gnome.org/mailman/listinfo/banshee-list




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