Re: [Gimp-developer] Thanks in advance for any help resolving this.

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

 




Craig M. Houck wrote:

> I get this set of error messages and cannot find anything when goggling.
>
> [...]

It looks like something in one of the include files on your system
is #define'ing the string "GrayScale".  This is causing a problem
with the following code from gifload.c:

static struct
{
  unsigned int Width;
  unsigned int Height;
  CMap ColorMap;
  unsigned int BitPixel;
  unsigned int ColorResolution;
  unsigned int Background;
  unsigned int AspectRatio;
  /*
   **
   */
  int GrayScale;
} GifScreen;

When it reaches the line "   int Grayscale", the compiler is saying, 
hey, you're trying to declare a number as "int", and freaking out.

These are the sorts of things that happen when you try to build everything
by hand.

  -- Bill

 

 
______________ ______________ ______________ ______________
Sent via the CNPRC Email system at primate.ucdavis.edu


 
                   
_______________________________________________
Gimp-developer mailing list
Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux