Re: [guppi-list] Compile errors with 0.35.3 on Solaris



On Mon, Mar 26, 2001 at 02:13:42PM -0500, Charles Gagnon wrote:
> I'm getting a weird compile error using Guppi-0.35.3 on
> Solaris 8. Any idea how to fix this?
> 
> [...]
> guppi-color-gradient.c: In function `guppi_color_gradient_value':
> guppi-color-gradient.c:138: `uint' undeclared (first use in this function)
> guppi-color-gradient.c:138: (Each undeclared identifier is reported only once
> guppi-color-gradient.c:138: for each function it appears in.)

It looks like I made a typo in some of the macros in
src/libguppiuseful/guppi-rgb.h and was casting to (uint) rather than (guint).
Surprisingly, this worked up until now.  Some other headers must typedef
uint to unsigned on most non-Solaris 8 platforms.

Anyway, it is fixed in CVS.  Thanks.

-JT





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