Beagle 0.1.4 build failing

2006-01-03 Thread George Sherwood
My build of beagle 0.1.4 is failing with the following error: chmod +x bludgeon mcs -debug -out:Bludgeon.exe ./Log.cs ./Token.cs ./EventTracker.cs ./Action.cs ./FileSystemObject.cs ./Bzip2FileObject.cs ./DirectoryObject.cs ./FileObject.cs ./GzipFileObject.cs ./TarFileObject.cs

Re: Beagle 0.1.4 build failing

2006-01-03 Thread Joe Shaw
Hi, On Tue, 2006-01-03 at 16:58 -0500, George Sherwood wrote: My build of beagle 0.1.4 is failing with the following error: Please read the release announcement: http://mail.gnome.org/archives/dashboard-hackers/2005-December/msg00086.html Thanks, Joe

Re: Beagle 0.1.4 build failing

2006-01-03 Thread rudi
George Sherwood wrote: ./TarFileObject.cs(65,5): error CS0122: `ICSharpCode.SharpZipLib.Tar.TarHeader.typeFlag' is inaccessible due to its protection level ./TarFileObject.cs(66,5): error CS0122: `ICSharpCode.SharpZipLib.Tar.TarHeader.size' is inaccessible due to its protection level I had the

Re: Beagle 0.1.4 build failing

2006-01-03 Thread George Sherwood
On Tue, 2006-01-03 at 16:57 -0500, Joe Shaw wrote: Hi, On Tue, 2006-01-03 at 16:58 -0500, George Sherwood wrote: My build of beagle 0.1.4 is failing with the following error: Please read the release announcement:

Re: Beagle 0.1.4 build failing

2006-01-03 Thread Kevin Kubasik
its an issue with an API change in mono 1.1.12. Should you have your heart set on the latest and greatest beagle (I mean, who wouldn't :) ) then you can downgrade to 1.1.11 --Kevin KubasikA penny for your thoughtsOn 1/3/06, rudi [EMAIL PROTECTED] wrote: George Sherwood wrote: