Re: Build is failing on latest CVS



if you go into Ciff.cs line 270 and Tiff.cs line 1109 and
remove the cast to a (ulong) it will compile. no idea if it
will actually _work_ but i didn't run a Ciff or Tiff file
through f-spot

henri


On 29 May 2005, Bengt Thuree <bengt thuree com> wrote: 

> Hej 
> 
> I updated my f-spot sources from CVS yesterday, and since then my make
> is failing.
> 
> > 
> > ./PngFile.cs(118) warning CS0109: The member `FSpot.Png.PngFile.IccpChunk.Create' does not hide an inherited member.  The keyword new is not required
> > ./PngFile.cs(297) warning CS0109: The member `FSpot.Png.PngFile.IhdrChunk.Create' does not hide an inherited member.  The keyword new is not required
> > ./Ciff.cs(270) error CS1502: The best overloaded match for method 'bool Gdk.PixbufLoader.Write (byte[], uint)' has some invalid arguments
> > ./Ciff.cs(270) error CS1503: Argument 1: Cannot convert from 'ulong' to 'uint'
> > ./Ciff.cs(270) error CS1501: No overload for method `Write' takes `2' arguments
> > ./Ciff.cs(270) error CS8006: Could not find any applicable function for this argument list
> > ./Tiff.cs(1109) error CS1502: The best overloaded match for method 'bool Gdk.PixbufLoader.Write (byte[], uint)' has some invalid arguments
> > ./Tiff.cs(1109) error CS1503: Argument 1: Cannot convert from 'ulong' to 'uint'
> > ./Tiff.cs(1109) error CS1501: No overload for method `Write' takes `2' arguments
> > ./Tiff.cs(1109) error CS8006: Could not find any applicable function for this argument list
> > Compilation failed: 8 error(s), 2 warnings
> > make[2]: *** [f-spot.exe] Error 1
> > make[2]: Leaving directory `/home/bengt/CVS/f-spot/f-spot/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/bengt/CVS/f-spot/f-spot'
> > make: *** [all-recursive-am] Error 2
> > bengt jolly:~/CVS/f-spot/f-spot$
> > 
> Do anyone else have this same problem or?
> 
> I am using Ubuntu/Hoary and f-spot from CVS.
> 
> /Bengt



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