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

Re: wmappl



On Wed, 2002-07-10 at 14:59, Mij wrote:
> Did anyone try to compile wmappl-0.61 under debppc (sid)?
> 
> I get errors like
> "rcparser.c:384: warning: comparison is always true due to limited range 
> of data type"

As a quick workaround you could change the char declaration on line 352
in rcparser.c from

  char c;

to

  signed char c;

That char needs to be signed because EOF is defined as -1 in stdio.h.
After that change it compiled flawlessly on my system (woody).

Hope that helps
Theo
-- 
to be is to do   (socrates)
   to do is to be   (sartre)
      do be do be doo   (sinatra)


-- 
To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: